File tree Expand file tree Collapse file tree 10 files changed +30
-1
lines changed Expand file tree Collapse file tree 10 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -451,6 +451,7 @@ namespace Spv
451
451
NoCapture = 5 ,
452
452
NoWrite = 6 ,
453
453
NoReadWrite = 7 ,
454
+ RuntimeAlignedINTEL = 5940 ,
454
455
}
455
456
456
457
[ AllowDuplicates , CRepr ] public enum Decoration
@@ -1111,6 +1112,7 @@ namespace Spv
1111
1112
FPGABufferLocationINTEL = 5920 ,
1112
1113
ArbitraryPrecisionFixedPointINTEL = 5922 ,
1113
1114
USMStorageClassesINTEL = 5935 ,
1115
+ RuntimeAlignedAttributeINTEL = 5939 ,
1114
1116
IOPipesINTEL = 5943 ,
1115
1117
BlockingPipesINTEL = 5945 ,
1116
1118
FPGARegINTEL = 5948 ,
Original file line number Diff line number Diff line change 11201
11201
"enumerant" : " NoReadWrite" ,
11202
11202
"value" : 7 ,
11203
11203
"capabilities" : [ " Kernel" ]
11204
+ },
11205
+ {
11206
+ "enumerant" : " RuntimeAlignedINTEL" ,
11207
+ "value" : 5940 ,
11208
+ "capabilities" : [ " RuntimeAlignedAttributeINTEL" ]
11204
11209
}
11205
11210
]
11206
11211
},
14214
14219
"extensions" : [ " SPV_INTEL_usm_storage_classes" ],
14215
14220
"version" : " None"
14216
14221
},
14222
+ {
14223
+ "enumerant" : " RuntimeAlignedAttributeINTEL" ,
14224
+ "value" : 5939 ,
14225
+ "extensions" : [ " SPV_INTEL_runtime_aligned" ],
14226
+ "version" : " None"
14227
+ },
14217
14228
{
14218
14229
"enumerant" : " IOPipesINTEL" ,
14219
14230
"value" : 5943 ,
Original file line number Diff line number Diff line change @@ -450,6 +450,7 @@ public enum FunctionParameterAttribute
450
450
NoCapture = 5 ,
451
451
NoWrite = 6 ,
452
452
NoReadWrite = 7 ,
453
+ RuntimeAlignedINTEL = 5940 ,
453
454
}
454
455
455
456
public enum Decoration
@@ -1110,6 +1111,7 @@ public enum Capability
1110
1111
FPGABufferLocationINTEL = 5920 ,
1111
1112
ArbitraryPrecisionFixedPointINTEL = 5922 ,
1112
1113
USMStorageClassesINTEL = 5935 ,
1114
+ RuntimeAlignedAttributeINTEL = 5939 ,
1113
1115
IOPipesINTEL = 5943 ,
1114
1116
BlockingPipesINTEL = 5945 ,
1115
1117
FPGARegINTEL = 5948 ,
Original file line number Diff line number Diff line change @@ -456,6 +456,7 @@ typedef enum SpvFunctionParameterAttribute_ {
456
456
SpvFunctionParameterAttributeNoCapture = 5 ,
457
457
SpvFunctionParameterAttributeNoWrite = 6 ,
458
458
SpvFunctionParameterAttributeNoReadWrite = 7 ,
459
+ SpvFunctionParameterAttributeRuntimeAlignedINTEL = 5940 ,
459
460
SpvFunctionParameterAttributeMax = 0x7fffffff ,
460
461
} SpvFunctionParameterAttribute ;
461
462
@@ -1110,6 +1111,7 @@ typedef enum SpvCapability_ {
1110
1111
SpvCapabilityFPGABufferLocationINTEL = 5920 ,
1111
1112
SpvCapabilityArbitraryPrecisionFixedPointINTEL = 5922 ,
1112
1113
SpvCapabilityUSMStorageClassesINTEL = 5935 ,
1114
+ SpvCapabilityRuntimeAlignedAttributeINTEL = 5939 ,
1113
1115
SpvCapabilityIOPipesINTEL = 5943 ,
1114
1116
SpvCapabilityBlockingPipesINTEL = 5945 ,
1115
1117
SpvCapabilityFPGARegINTEL = 5948 ,
Original file line number Diff line number Diff line change @@ -452,6 +452,7 @@ enum FunctionParameterAttribute {
452
452
FunctionParameterAttributeNoCapture = 5 ,
453
453
FunctionParameterAttributeNoWrite = 6 ,
454
454
FunctionParameterAttributeNoReadWrite = 7 ,
455
+ FunctionParameterAttributeRuntimeAlignedINTEL = 5940 ,
455
456
FunctionParameterAttributeMax = 0x7fffffff ,
456
457
};
457
458
@@ -1106,6 +1107,7 @@ enum Capability {
1106
1107
CapabilityFPGABufferLocationINTEL = 5920 ,
1107
1108
CapabilityArbitraryPrecisionFixedPointINTEL = 5922 ,
1108
1109
CapabilityUSMStorageClassesINTEL = 5935 ,
1110
+ CapabilityRuntimeAlignedAttributeINTEL = 5939 ,
1109
1111
CapabilityIOPipesINTEL = 5943 ,
1110
1112
CapabilityBlockingPipesINTEL = 5945 ,
1111
1113
CapabilityFPGARegINTEL = 5948 ,
Original file line number Diff line number Diff line change @@ -452,6 +452,7 @@ enum class FunctionParameterAttribute : unsigned {
452
452
NoCapture = 5,
453
453
NoWrite = 6,
454
454
NoReadWrite = 7,
455
+ RuntimeAlignedINTEL = 5940,
455
456
Max = 0x7fffffff,
456
457
};
457
458
@@ -1106,6 +1107,7 @@ enum class Capability : unsigned {
1106
1107
FPGABufferLocationINTEL = 5920,
1107
1108
ArbitraryPrecisionFixedPointINTEL = 5922,
1108
1109
USMStorageClassesINTEL = 5935,
1110
+ RuntimeAlignedAttributeINTEL = 5939,
1109
1111
IOPipesINTEL = 5943,
1110
1112
BlockingPipesINTEL = 5945,
1111
1113
FPGARegINTEL = 5948,
Original file line number Diff line number Diff line change 474
474
"NoAlias" : 4 ,
475
475
"NoCapture" : 5 ,
476
476
"NoWrite" : 6 ,
477
- "NoReadWrite" : 7
477
+ "NoReadWrite" : 7 ,
478
+ "RuntimeAlignedINTEL" : 5940
478
479
}
479
480
},
480
481
{
1086
1087
"FPGABufferLocationINTEL" : 5920 ,
1087
1088
"ArbitraryPrecisionFixedPointINTEL" : 5922 ,
1088
1089
"USMStorageClassesINTEL" : 5935 ,
1090
+ "RuntimeAlignedAttributeINTEL" : 5939 ,
1089
1091
"IOPipesINTEL" : 5943 ,
1090
1092
"BlockingPipesINTEL" : 5945 ,
1091
1093
"FPGARegINTEL" : 5948 ,
Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ spv = {
426
426
NoCapture = 5 ,
427
427
NoWrite = 6 ,
428
428
NoReadWrite = 7 ,
429
+ RuntimeAlignedINTEL = 5940 ,
429
430
},
430
431
431
432
Decoration = {
@@ -1068,6 +1069,7 @@ spv = {
1068
1069
FPGABufferLocationINTEL = 5920 ,
1069
1070
ArbitraryPrecisionFixedPointINTEL = 5922 ,
1070
1071
USMStorageClassesINTEL = 5935 ,
1072
+ RuntimeAlignedAttributeINTEL = 5939 ,
1071
1073
IOPipesINTEL = 5943 ,
1072
1074
BlockingPipesINTEL = 5945 ,
1073
1075
FPGARegINTEL = 5948 ,
Original file line number Diff line number Diff line change 426
426
'NoCapture' : 5 ,
427
427
'NoWrite' : 6 ,
428
428
'NoReadWrite' : 7 ,
429
+ 'RuntimeAlignedINTEL' : 5940 ,
429
430
},
430
431
431
432
'Decoration' : {
1068
1069
'FPGABufferLocationINTEL' : 5920 ,
1069
1070
'ArbitraryPrecisionFixedPointINTEL' : 5922 ,
1070
1071
'USMStorageClassesINTEL' : 5935 ,
1072
+ 'RuntimeAlignedAttributeINTEL' : 5939 ,
1071
1073
'IOPipesINTEL' : 5943 ,
1072
1074
'BlockingPipesINTEL' : 5945 ,
1073
1075
'FPGARegINTEL' : 5948 ,
Original file line number Diff line number Diff line change @@ -453,6 +453,7 @@ enum FunctionParameterAttribute : uint
453
453
NoCapture = 5 ,
454
454
NoWrite = 6 ,
455
455
NoReadWrite = 7 ,
456
+ RuntimeAlignedINTEL = 5940 ,
456
457
}
457
458
458
459
enum Decoration : uint
@@ -1113,6 +1114,7 @@ enum Capability : uint
1113
1114
FPGABufferLocationINTEL = 5920 ,
1114
1115
ArbitraryPrecisionFixedPointINTEL = 5922 ,
1115
1116
USMStorageClassesINTEL = 5935 ,
1117
+ RuntimeAlignedAttributeINTEL = 5939 ,
1116
1118
IOPipesINTEL = 5943 ,
1117
1119
BlockingPipesINTEL = 5945 ,
1118
1120
FPGARegINTEL = 5948 ,
You can’t perform that action at this time.
0 commit comments