blob: bc535acd0c1dcd0c46cfcb6d4b350038ea5415c1 [file] [log] [blame]
SKIP: INVALID
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f32>;
fn subgroupExclusiveMul_7b5f57() -> vec4<f32> {
var res : vec4<f32> = subgroupExclusiveMul(vec4<f32>(1.0f));
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupExclusiveMul_7b5f57();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_7b5f57();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupExclusiveMul/7b5f57.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 : vec4<f32>;
fn subgroupExclusiveMul_7b5f57() -> vec4<f32> {
var res : vec4<f32> = subgroupExclusiveMul(vec4<f32>(1.0f));
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupExclusiveMul_7b5f57();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupExclusiveMul_7b5f57();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupExclusiveMul/7b5f57.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
tint executable returned error: exit status 1