File tree Expand file tree Collapse file tree 10 files changed +16
-0
lines changed Expand file tree Collapse file tree 10 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,7 @@ namespace Spv
205
205
NoGlobalOffsetINTEL = 5895 ,
206
206
NumSIMDWorkitemsINTEL = 5896 ,
207
207
SchedulerTargetFmaxMhzINTEL = 5903 ,
208
+ MaximallyReconvergesKHR = 6023 ,
208
209
StreamingInterfaceINTEL = 6154 ,
209
210
RegisterMapInterfaceINTEL = 6160 ,
210
211
NamedBarrierCountINTEL = 6417 ,
Original file line number Diff line number Diff line change 11500
11500
"version" : "None"
11501
11501
},
11502
11502
{
11503
+ "enumerant" : "MaximallyReconvergesKHR",
11504
+ "value" : 6023,
11505
+ "capabilities" : [ "Shader" ],
11506
+ "extensions" : [ "SPV_KHR_maximal_reconvergence" ],
11507
+ "version" : "None"
11508
+ },
11509
+ {
11503
11510
"enumerant" : "StreamingInterfaceINTEL",
11504
11511
"value" : 6154,
11505
11512
"parameters" : [
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ public enum ExecutionMode
204
204
NoGlobalOffsetINTEL = 5895 ,
205
205
NumSIMDWorkitemsINTEL = 5896 ,
206
206
SchedulerTargetFmaxMhzINTEL = 5903 ,
207
+ MaximallyReconvergesKHR = 6023 ,
207
208
StreamingInterfaceINTEL = 6154 ,
208
209
RegisterMapInterfaceINTEL = 6160 ,
209
210
NamedBarrierCountINTEL = 6417 ,
Original file line number Diff line number Diff line change @@ -212,6 +212,7 @@ typedef enum SpvExecutionMode_ {
212
212
SpvExecutionModeNoGlobalOffsetINTEL = 5895 ,
213
213
SpvExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
214
214
SpvExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
215
+ SpvExecutionModeMaximallyReconvergesKHR = 6023 ,
215
216
SpvExecutionModeStreamingInterfaceINTEL = 6154 ,
216
217
SpvExecutionModeRegisterMapInterfaceINTEL = 6160 ,
217
218
SpvExecutionModeNamedBarrierCountINTEL = 6417 ,
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ enum ExecutionMode {
208
208
ExecutionModeNoGlobalOffsetINTEL = 5895 ,
209
209
ExecutionModeNumSIMDWorkitemsINTEL = 5896 ,
210
210
ExecutionModeSchedulerTargetFmaxMhzINTEL = 5903 ,
211
+ ExecutionModeMaximallyReconvergesKHR = 6023 ,
211
212
ExecutionModeStreamingInterfaceINTEL = 6154 ,
212
213
ExecutionModeRegisterMapInterfaceINTEL = 6160 ,
213
214
ExecutionModeNamedBarrierCountINTEL = 6417 ,
Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ enum class ExecutionMode : unsigned {
208
208
NoGlobalOffsetINTEL = 5895,
209
209
NumSIMDWorkitemsINTEL = 5896,
210
210
SchedulerTargetFmaxMhzINTEL = 5903,
211
+ MaximallyReconvergesKHR = 6023,
211
212
StreamingInterfaceINTEL = 6154,
212
213
RegisterMapInterfaceINTEL = 6160,
213
214
NamedBarrierCountINTEL = 6417,
Original file line number Diff line number Diff line change 227
227
"NoGlobalOffsetINTEL" : 5895 ,
228
228
"NumSIMDWorkitemsINTEL" : 5896 ,
229
229
"SchedulerTargetFmaxMhzINTEL" : 5903 ,
230
+ "MaximallyReconvergesKHR" : 6023 ,
230
231
"StreamingInterfaceINTEL" : 6154 ,
231
232
"RegisterMapInterfaceINTEL" : 6160 ,
232
233
"NamedBarrierCountINTEL" : 6417
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ spv = {
195
195
NoGlobalOffsetINTEL = 5895 ,
196
196
NumSIMDWorkitemsINTEL = 5896 ,
197
197
SchedulerTargetFmaxMhzINTEL = 5903 ,
198
+ MaximallyReconvergesKHR = 6023 ,
198
199
StreamingInterfaceINTEL = 6154 ,
199
200
RegisterMapInterfaceINTEL = 6160 ,
200
201
NamedBarrierCountINTEL = 6417 ,
Original file line number Diff line number Diff line change 195
195
'NoGlobalOffsetINTEL' : 5895 ,
196
196
'NumSIMDWorkitemsINTEL' : 5896 ,
197
197
'SchedulerTargetFmaxMhzINTEL' : 5903 ,
198
+ 'MaximallyReconvergesKHR' : 6023 ,
198
199
'StreamingInterfaceINTEL' : 6154 ,
199
200
'RegisterMapInterfaceINTEL' : 6160 ,
200
201
'NamedBarrierCountINTEL' : 6417 ,
Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ enum ExecutionMode : uint
207
207
NoGlobalOffsetINTEL = 5895 ,
208
208
NumSIMDWorkitemsINTEL = 5896 ,
209
209
SchedulerTargetFmaxMhzINTEL = 5903 ,
210
+ MaximallyReconvergesKHR = 6023 ,
210
211
StreamingInterfaceINTEL = 6154 ,
211
212
RegisterMapInterfaceINTEL = 6160 ,
212
213
NamedBarrierCountINTEL = 6417 ,
You can’t perform that action at this time.
0 commit comments