Add OpGroupNonUniformBroadcast subgroup op

This commit is contained in:
Billy Laws 2022-10-21 23:14:21 +01:00 committed by Rodrigo Locatti
parent aa292d5665
commit da4ffce189
2 changed files with 10 additions and 0 deletions

View file

@ -1156,6 +1156,10 @@ public:
/// TBD
Id OpSubgroupAllEqualKHR(Id result_type, Id predicate);
// Result is the Value of the invocation identified by the id Id to all active invocations in
// the group.
Id OpGroupNonUniformBroadcast(Id result_type, Id scope, Id value, Id id);
/// Return the value of the invocation identified by the current invocation's id within the
/// group xor'ed with mask.
Id OpGroupNonUniformShuffleXor(Id result_type, Id scope, Id value, Id mask);