blob: 4938fa4cdd66749f911965a54864c869f9bdcf19 [file] [log] [blame] [edit]
SKIP: FAILED
enable subgroups;
@group(0) @binding(0) var<storage, read_write> prevent_dce : i32;
fn subgroupAll_c962bd() -> i32 {
var res : bool = subgroupAll(true);
return select(0, 1, all((res == bool())));
}
@fragment
fn fragment_main() {
prevent_dce = subgroupAll_c962bd();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupAll_c962bd();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupAll/c962bd.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 : i32;
fn subgroupAll_c962bd() -> i32 {
var res : bool = subgroupAll(true);
return select(0, 1, all((res == bool())));
}
@fragment
fn fragment_main() {
prevent_dce = subgroupAll_c962bd();
}
@compute @workgroup_size(1)
fn compute_main() {
prevent_dce = subgroupAll_c962bd();
}
Failed to generate: <dawn>/test/tint/builtins/gen/literal/subgroupAll/c962bd.wgsl:41:8 error: GLSL backend does not support extension 'subgroups'
enable subgroups;
^^^^^^^^^