blob: c27efb90206d0d769e7539d0f5b4553223527ea0 [file] [log] [blame]
SKIP: INVALID
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f16>;
fn subgroupBroadcast_02f329() -> vec4<f16> {
var res : vec4<f16> = subgroupBroadcast(vec4<f16>(1.0h), 1i);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupBroadcast_02f329();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupBroadcast_02f329();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupBroadcast/02f329.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f16>;
fn subgroupBroadcast_02f329() -> vec4<f16> {
var res : vec4<f16> = subgroupBroadcast(vec4<f16>(1.0h), 1i);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupBroadcast_02f329();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupBroadcast_02f329();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupBroadcast/02f329.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
tint executable returned error: exit status 1