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