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