File tree Expand file tree Collapse file tree 10 files changed +30
-0
lines changed Expand file tree Collapse file tree 10 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -575,6 +575,7 @@ namespace Spv
575
575
SingleElementVectorINTEL = 6085 ,
576
576
VectorComputeCallableFunctionINTEL = 6087 ,
577
577
MediaBlockIOINTEL = 6140 ,
578
+ FPMaxErrorINTEL = 6170 ,
578
579
ConduitKernelArgumentINTEL = 6175 ,
579
580
RegisterMapKernelArgumentINTEL = 6176 ,
580
581
MMHostInterfaceAddressWidthINTEL = 6177 ,
@@ -1147,6 +1148,7 @@ namespace Spv
1147
1148
AtomicFloat16AddEXT = 6095 ,
1148
1149
DebugInfoModuleINTEL = 6114 ,
1149
1150
SplitBarrierINTEL = 6141 ,
1151
+ FPMaxErrorDecorationINTEL = 6169 ,
1150
1152
FPGAArgumentInterfacesINTEL = 6174 ,
1151
1153
GroupUniformArithmeticKHR = 6400 ,
1152
1154
}
Original file line number Diff line number Diff line change 12517
12517
"capabilities" : [ " VectorComputeINTEL" ],
12518
12518
"version" : " None"
12519
12519
},
12520
+ {
12521
+ "enumerant" : " FPMaxErrorINTEL" ,
12522
+ "value" : 6170 ,
12523
+ "capabilities" : [ " FPMaxErrorDecorationINTEL" ],
12524
+ "version" : " None"
12525
+ },
12520
12526
{
12521
12527
"enumerant" : " ConduitKernelArgumentINTEL" ,
12522
12528
"value" : 6175 ,
14893
14899
"extensions" : [ " SPV_INTEL_split_barrier" ],
14894
14900
"version" : " None"
14895
14901
},
14902
+ {
14903
+ "enumerant" : " FPMaxErrorDecorationINTEL" ,
14904
+ "value" : 6169 ,
14905
+ "extensions" : [ " SPV_INTEL_fp_max_error" ],
14906
+ "version" : " None"
14907
+ },
14896
14908
{
14897
14909
"enumerant" : " FPGAArgumentInterfacesINTEL" ,
14898
14910
"value" : 6174 ,
Original file line number Diff line number Diff line change @@ -574,6 +574,7 @@ public enum Decoration
574
574
SingleElementVectorINTEL = 6085 ,
575
575
VectorComputeCallableFunctionINTEL = 6087 ,
576
576
MediaBlockIOINTEL = 6140 ,
577
+ FPMaxErrorINTEL = 6170 ,
577
578
ConduitKernelArgumentINTEL = 6175 ,
578
579
RegisterMapKernelArgumentINTEL = 6176 ,
579
580
MMHostInterfaceAddressWidthINTEL = 6177 ,
@@ -1146,6 +1147,7 @@ public enum Capability
1146
1147
AtomicFloat16AddEXT = 6095 ,
1147
1148
DebugInfoModuleINTEL = 6114 ,
1148
1149
SplitBarrierINTEL = 6141 ,
1150
+ FPMaxErrorDecorationINTEL = 6169 ,
1149
1151
FPGAArgumentInterfacesINTEL = 6174 ,
1150
1152
GroupUniformArithmeticKHR = 6400 ,
1151
1153
}
Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ typedef enum SpvDecoration_ {
580
580
SpvDecorationSingleElementVectorINTEL = 6085 ,
581
581
SpvDecorationVectorComputeCallableFunctionINTEL = 6087 ,
582
582
SpvDecorationMediaBlockIOINTEL = 6140 ,
583
+ SpvDecorationFPMaxErrorINTEL = 6170 ,
583
584
SpvDecorationConduitKernelArgumentINTEL = 6175 ,
584
585
SpvDecorationRegisterMapKernelArgumentINTEL = 6176 ,
585
586
SpvDecorationMMHostInterfaceAddressWidthINTEL = 6177 ,
@@ -1146,6 +1147,7 @@ typedef enum SpvCapability_ {
1146
1147
SpvCapabilityAtomicFloat16AddEXT = 6095 ,
1147
1148
SpvCapabilityDebugInfoModuleINTEL = 6114 ,
1148
1149
SpvCapabilitySplitBarrierINTEL = 6141 ,
1150
+ SpvCapabilityFPMaxErrorDecorationINTEL = 6169 ,
1149
1151
SpvCapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1150
1152
SpvCapabilityGroupUniformArithmeticKHR = 6400 ,
1151
1153
SpvCapabilityMax = 0x7fffffff ,
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ enum Decoration {
576
576
DecorationSingleElementVectorINTEL = 6085 ,
577
577
DecorationVectorComputeCallableFunctionINTEL = 6087 ,
578
578
DecorationMediaBlockIOINTEL = 6140 ,
579
+ DecorationFPMaxErrorINTEL = 6170 ,
579
580
DecorationConduitKernelArgumentINTEL = 6175 ,
580
581
DecorationRegisterMapKernelArgumentINTEL = 6176 ,
581
582
DecorationMMHostInterfaceAddressWidthINTEL = 6177 ,
@@ -1142,6 +1143,7 @@ enum Capability {
1142
1143
CapabilityAtomicFloat16AddEXT = 6095 ,
1143
1144
CapabilityDebugInfoModuleINTEL = 6114 ,
1144
1145
CapabilitySplitBarrierINTEL = 6141 ,
1146
+ CapabilityFPMaxErrorDecorationINTEL = 6169 ,
1145
1147
CapabilityFPGAArgumentInterfacesINTEL = 6174 ,
1146
1148
CapabilityGroupUniformArithmeticKHR = 6400 ,
1147
1149
CapabilityMax = 0x7fffffff ,
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ enum class Decoration : unsigned {
576
576
SingleElementVectorINTEL = 6085,
577
577
VectorComputeCallableFunctionINTEL = 6087,
578
578
MediaBlockIOINTEL = 6140,
579
+ FPMaxErrorINTEL = 6170,
579
580
ConduitKernelArgumentINTEL = 6175,
580
581
RegisterMapKernelArgumentINTEL = 6176,
581
582
MMHostInterfaceAddressWidthINTEL = 6177,
@@ -1142,6 +1143,7 @@ enum class Capability : unsigned {
1142
1143
AtomicFloat16AddEXT = 6095,
1143
1144
DebugInfoModuleINTEL = 6114,
1144
1145
SplitBarrierINTEL = 6141,
1146
+ FPMaxErrorDecorationINTEL = 6169,
1145
1147
FPGAArgumentInterfacesINTEL = 6174,
1146
1148
GroupUniformArithmeticKHR = 6400,
1147
1149
Max = 0x7fffffff,
Original file line number Diff line number Diff line change 602
602
"SingleElementVectorINTEL" : 6085 ,
603
603
"VectorComputeCallableFunctionINTEL" : 6087 ,
604
604
"MediaBlockIOINTEL" : 6140 ,
605
+ "FPMaxErrorINTEL" : 6170 ,
605
606
"ConduitKernelArgumentINTEL" : 6175 ,
606
607
"RegisterMapKernelArgumentINTEL" : 6176 ,
607
608
"MMHostInterfaceAddressWidthINTEL" : 6177 ,
1122
1123
"AtomicFloat16AddEXT" : 6095 ,
1123
1124
"DebugInfoModuleINTEL" : 6114 ,
1124
1125
"SplitBarrierINTEL" : 6141 ,
1126
+ "FPMaxErrorDecorationINTEL" : 6169 ,
1125
1127
"FPGAArgumentInterfacesINTEL" : 6174 ,
1126
1128
"GroupUniformArithmeticKHR" : 6400
1127
1129
}
Original file line number Diff line number Diff line change @@ -549,6 +549,7 @@ spv = {
549
549
SingleElementVectorINTEL = 6085 ,
550
550
VectorComputeCallableFunctionINTEL = 6087 ,
551
551
MediaBlockIOINTEL = 6140 ,
552
+ FPMaxErrorINTEL = 6170 ,
552
553
ConduitKernelArgumentINTEL = 6175 ,
553
554
RegisterMapKernelArgumentINTEL = 6176 ,
554
555
MMHostInterfaceAddressWidthINTEL = 6177 ,
@@ -1104,6 +1105,7 @@ spv = {
1104
1105
AtomicFloat16AddEXT = 6095 ,
1105
1106
DebugInfoModuleINTEL = 6114 ,
1106
1107
SplitBarrierINTEL = 6141 ,
1108
+ FPMaxErrorDecorationINTEL = 6169 ,
1107
1109
FPGAArgumentInterfacesINTEL = 6174 ,
1108
1110
GroupUniformArithmeticKHR = 6400 ,
1109
1111
},
Original file line number Diff line number Diff line change 549
549
'SingleElementVectorINTEL' : 6085 ,
550
550
'VectorComputeCallableFunctionINTEL' : 6087 ,
551
551
'MediaBlockIOINTEL' : 6140 ,
552
+ 'FPMaxErrorINTEL' : 6170 ,
552
553
'ConduitKernelArgumentINTEL' : 6175 ,
553
554
'RegisterMapKernelArgumentINTEL' : 6176 ,
554
555
'MMHostInterfaceAddressWidthINTEL' : 6177 ,
1104
1105
'AtomicFloat16AddEXT' : 6095 ,
1105
1106
'DebugInfoModuleINTEL' : 6114 ,
1106
1107
'SplitBarrierINTEL' : 6141 ,
1108
+ 'FPMaxErrorDecorationINTEL' : 6169 ,
1107
1109
'FPGAArgumentInterfacesINTEL' : 6174 ,
1108
1110
'GroupUniformArithmeticKHR' : 6400 ,
1109
1111
},
Original file line number Diff line number Diff line change @@ -577,6 +577,7 @@ enum Decoration : uint
577
577
SingleElementVectorINTEL = 6085 ,
578
578
VectorComputeCallableFunctionINTEL = 6087 ,
579
579
MediaBlockIOINTEL = 6140 ,
580
+ FPMaxErrorINTEL = 6170 ,
580
581
ConduitKernelArgumentINTEL = 6175 ,
581
582
RegisterMapKernelArgumentINTEL = 6176 ,
582
583
MMHostInterfaceAddressWidthINTEL = 6177 ,
@@ -1149,6 +1150,7 @@ enum Capability : uint
1149
1150
AtomicFloat16AddEXT = 6095 ,
1150
1151
DebugInfoModuleINTEL = 6114 ,
1151
1152
SplitBarrierINTEL = 6141 ,
1153
+ FPMaxErrorDecorationINTEL = 6169 ,
1152
1154
FPGAArgumentInterfacesINTEL = 6174 ,
1153
1155
GroupUniformArithmeticKHR = 6400 ,
1154
1156
}
You can’t perform that action at this time.
0 commit comments