@@ -139,6 +139,8 @@ template <> inline void SPIRVMap<Decoration, std::string>::init() {
139
139
add (DecorationHlslSemanticGOOGLE, " HlslSemanticGOOGLE" );
140
140
add (DecorationUserSemantic, " UserSemantic" );
141
141
add (DecorationUserTypeGOOGLE, " UserTypeGOOGLE" );
142
+ add (DecorationFunctionRoundingModeINTEL, " FunctionRoundingModeINTEL" );
143
+ add (DecorationFunctionDenormModeINTEL, " FunctionDenormModeINTEL" );
142
144
add (DecorationRegisterINTEL, " RegisterINTEL" );
143
145
add (DecorationMemoryINTEL, " MemoryINTEL" );
144
146
add (DecorationNumbanksINTEL, " NumbanksINTEL" );
@@ -159,8 +161,6 @@ template <> inline void SPIRVMap<Decoration, std::string>::init() {
159
161
add (DecorationFuncParamDescINTEL, " FuncParamDescINTEL" );
160
162
add (DecorationBufferLocationINTEL, " BufferLocationINTEL" );
161
163
add (DecorationIOPipeStorageINTEL, " IOPipeStorageINTEL" );
162
- add (DecorationFunctionRoundingModeINTEL, " FunctionRoundingModeINTEL" );
163
- add (DecorationFunctionDenormModeINTEL, " FunctionDenormModeINTEL" );
164
164
add (DecorationFunctionFloatingPointModeINTEL,
165
165
" FunctionFloatingPointModeINTEL" );
166
166
add (DecorationMax, " Max" );
@@ -466,6 +466,8 @@ template <> inline void SPIRVMap<Capability, std::string>::init() {
466
466
add (CapabilitySubgroupImageBlockIOINTEL, " SubgroupImageBlockIOINTEL" );
467
467
add (CapabilitySubgroupImageMediaBlockIOINTEL,
468
468
" SubgroupImageMediaBlockIOINTEL" );
469
+ add (CapabilityRoundToInfinityINTEL, " RoundToInfinityINTEL" );
470
+ add (CapabilityFloatingPointModeINTEL, " FloatingPointModeINTEL" );
469
471
add (CapabilityIntegerFunctions2INTEL, " IntegerFunctions2INTEL" );
470
472
add (CapabilityFunctionPointersINTEL, " FunctionPointersINTEL" );
471
473
add (CapabilityIndirectReferencesINTEL, " IndirectReferencesINTEL" );
@@ -480,8 +482,7 @@ template <> inline void SPIRVMap<Capability, std::string>::init() {
480
482
add (CapabilitySubgroupAvcMotionEstimationChromaINTEL,
481
483
" SubgroupAvcMotionEstimationChromaINTEL" );
482
484
add (CapabilityVariableLengthArrayINTEL, " VariableLengthArrayINTEL" );
483
- add (CapabilityRoundToInfinityINTEL, " RoundToInfinityINTEL" );
484
- add (CapabilityFloatingPointModeINTEL, " FloatingPointModeINTEL" );
485
+ add (CapabilityFunctionFloatControlINTEL, " FunctionFloatControlINTEL" );
485
486
add (CapabilityFPGAMemoryAttributesINTEL, " FPGAMemoryAttributesINTEL" );
486
487
add (CapabilityArbitraryPrecisionIntegersINTEL,
487
488
" ArbitraryPrecisionIntegersINTEL" );
@@ -499,9 +500,6 @@ template <> inline void SPIRVMap<Capability, std::string>::init() {
499
500
add (CapabilityUSMStorageClassesINTEL, " USMStorageClassesINTEL" );
500
501
add (CapabilityFPGAMemoryAccessesINTEL, " FPGAMemoryAccessesINTEL" );
501
502
add (CapabilityIOPipeINTEL, " IOPipeINTEL" );
502
- add (CapabilityArbitraryPrecisionFloatingPointINTEL,
503
- " ArbitraryPrecisionFloatingPointINTEL" );
504
- add (CapabilityFunctionFloatControlINTEL, " FunctionFloatControlINTEL" );
505
503
add (CapabilityMax, " Max" );
506
504
}
507
505
SPIRV_DEF_NAMEMAP (Capability, SPIRVCapabilityNameMap)
0 commit comments