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