Function spirv_std::arch::subgroup_all
source · pub unsafe fn subgroup_all(predicate: bool) -> bool
Expand description
Evaluates a predicate for all active invocations in the group, resulting in true if predicate evaluates to true for all active invocations in the group, otherwise the result is false.
Result Type must be a Boolean type.
Execution is a Scope that identifies the group of invocations affected by this command. It must be Subgroup.
Predicate must be a Boolean type.
Requires Capability GroupNonUniformVote
.