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