blob: dd05f028c6265257abaa1176905864357e3cbe1f [file] [log] [blame]
SKIP: FAILED
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<u32>;
fn subgroupAnd_376802() -> vec2<u32> {
var arg_0 = vec2<u32>(1u);
var res : vec2<u32> = subgroupAnd(arg_0);
return res;
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupAnd_376802();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupAnd/376802.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^