blob: d33e8dba546ea9f855ae5f22402785bbb2b4cc5e [file] [log] [blame]
SKIP: INVALID
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f16>;
fn subgroupMul_f2ac5b() -> vec4<f16> {
var res : vec4<f16> = subgroupMul(vec4<f16>(1.0h));
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupMul_f2ac5b();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMul_f2ac5b();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMul/f2ac5b.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
enable subgroups;
enable subgroups_f16;
enable f16;
@group(0) @binding(0) var<storage, read_write> prevent_dce : vec4<f16>;
fn subgroupMul_f2ac5b() -> vec4<f16> {
var res : vec4<f16> = subgroupMul(vec4<f16>(1.0h));
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupMul_f2ac5b();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMul_f2ac5b();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupMul/f2ac5b.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
tint executable returned error: exit status 1