blob: 7b4c27f843dc5c55e870905aa4727d7c54490fec [file] [log] [blame]
SKIP: INVALID
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<u32>;
fn subgroupExclusiveMul_d1d490() -> vec2<u32> {
var arg_0 = vec2<u32>(1u);
var res : vec2<u32> = subgroupExclusiveMul(arg_0);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupExclusiveMul_d1d490();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_d1d490();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupExclusiveMul/d1d490.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec2<u32>;
fn subgroupExclusiveMul_d1d490() -> vec2<u32> {
var arg_0 = vec2<u32>(1u);
var res : vec2<u32> = subgroupExclusiveMul(arg_0);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupExclusiveMul_d1d490();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_d1d490();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupExclusiveMul/d1d490.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
tint executable returned error: exit status 1