mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-07 15:09:22 +01:00
Add OpGroupNonUniformShuffleXor
This commit is contained in:
parent
3067893923
commit
9b897c3541
4 changed files with 27 additions and 1 deletions
|
|
@ -939,6 +939,12 @@ public:
|
|||
/// Query the number of samples available per texel fetch in a multisample image.
|
||||
Id OpImageQuerySamples(Id result_type, Id image);
|
||||
|
||||
// Group
|
||||
|
||||
/// 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, spv::Scope scope, Id value, Id mask);
|
||||
|
||||
private:
|
||||
Id AddCode(std::unique_ptr<Op> op);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue