blob: da7180189fec00f03cec9f809bab8d8c9606d92e [file] [log] [blame]
SKIP: FAILED
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<f16>;
fn subgroupShuffle_aa1d5c() -> vec2<f16> {
var res : vec2<f16> = subgroupShuffle(vec2<f16>(1.0h), 1u);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupShuffle_aa1d5c();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupShuffle_aa1d5c();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupShuffle/aa1d5c.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 : vec2<f16>;
fn subgroupShuffle_aa1d5c() -> vec2<f16> {
var res : vec2<f16> = subgroupShuffle(vec2<f16>(1.0h), 1u);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupShuffle_aa1d5c();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupShuffle_aa1d5c();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupShuffle/aa1d5c.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^