Add OpGroupNonUniformShuffleXor

This commit is contained in:
ReinUsesLisp 2019-11-02 19:39:41 -03:00
parent 3067893923
commit 9b897c3541
4 changed files with 27 additions and 1 deletions

View file

@ -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);