blob: 94658ef5ee89e3ba11f1efa3355cf0106b3e4783 [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 subgroupMin_cd3b9d() -> vec4<f16> {
var arg_0 = vec4<f16>(1.0h);
var res : vec4<f16> = subgroupMin(arg_0);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupMin_cd3b9d();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMin_cd3b9d();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMin/cd3b9d.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 subgroupMin_cd3b9d() -> vec4<f16> {
var arg_0 = vec4<f16>(1.0h);
var res : vec4<f16> = subgroupMin(arg_0);
return res;
}
@fragment
fn fragment_main() {
prevent_dce = subgroupMin_cd3b9d();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupMin_cd3b9d();
}
Failed to generate: <dawn>/test/tint/builtins/gen/var/subgroupMin/cd3b9d.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^
tint executable returned error: exit status 1