Searched defs:SelectionControlMask (Results 1 - 3 of 3) sorted by relevance

/external/shaderc/spirv-headers/include/spirv/1.0/
H A Dspirv.hpp439 enum SelectionControlMask { enum in namespace:spv
914 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
/external/shaderc/spirv-headers/include/spirv/1.1/
H A Dspirv.hpp444 enum SelectionControlMask { enum in namespace:spv
936 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A Dspirv.hpp416 enum SelectionControlMask { enum in namespace:spv
895 inline SelectionControlMask operator|(SelectionControlMask a, SelectionControlMask b) { return SelectionControlMask(unsigned(a) | unsigned(b)); }

Completed in 225 milliseconds