We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396181 commit ac8a2c0Copy full SHA for ac8a2c0
include/spirv/unified1/spirv.hpp
@@ -725,6 +725,7 @@ enum LoopControlMask {
725
LoopControlMaxInterleavingINTELMask = 0x00200000,
726
LoopControlSpeculatedIterationsINTELMask = 0x00400000,
727
LoopControlNoFusionINTELMask = 0x00800000,
728
+ LoopControlMask_WORK_AROUND_BROKEN_INTEL_CODE = 0x7FFFFFFF
729
};
730
731
enum FunctionControlShift {
@@ -811,6 +812,7 @@ enum MemoryAccessMask {
811
812
MemoryAccessMakePointerVisibleKHRMask = 0x00000010,
813
MemoryAccessNonPrivatePointerMask = 0x00000020,
814
MemoryAccessNonPrivatePointerKHRMask = 0x00000020,
815
+ MemoryAccessMask_WORK_AROUND_BROKEN_INTEL_CODE = 0x7FFFFFFF
816
817
818
enum Scope {
0 commit comments