Updated spirv-headers.
This commit is contained in:
parent
0c8292f2af
commit
95e262634b
@ -13567,34 +13567,6 @@
|
||||
"capabilities" : [ "VectorComputeINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "InitModeINTEL",
|
||||
"value" : 6147,
|
||||
"parameters": [
|
||||
{ "kind" : "InitializationModeQualifier", "name" : "'Trigger'" }
|
||||
],
|
||||
"capabilities" : [ "GlobalVariableFPGADecorationsINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "ImplementInRegisterMapINTEL",
|
||||
"value" : 6148,
|
||||
"parameters": [
|
||||
{ "kind" : "LiteralInteger", "name" : "Value" }
|
||||
],
|
||||
"capabilities" : [ "GlobalVariableFPGADecorationsINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "HostAccessINTEL",
|
||||
"value" : 6168,
|
||||
"parameters": [
|
||||
{ "kind" : "HostAccessQualifier", "name" : "'Access'" },
|
||||
{ "kind" : "LiteralString", "name" : "'Name'" }
|
||||
],
|
||||
"capabilities" : [ "GlobalVariableHostAccessINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "FPMaxErrorDecorationINTEL",
|
||||
"value" : 6170,
|
||||
@ -13696,6 +13668,34 @@
|
||||
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "HostAccessINTEL",
|
||||
"value" : 6188,
|
||||
"parameters": [
|
||||
{ "kind" : "HostAccessQualifier", "name" : "'Access'" },
|
||||
{ "kind" : "LiteralString", "name" : "'Name'" }
|
||||
],
|
||||
"capabilities" : [ "GlobalVariableHostAccessINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "InitModeINTEL",
|
||||
"value" : 6190,
|
||||
"parameters": [
|
||||
{ "kind" : "InitializationModeQualifier", "name" : "'Trigger'" }
|
||||
],
|
||||
"capabilities" : [ "GlobalVariableFPGADecorationsINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "ImplementInRegisterMapINTEL",
|
||||
"value" : 6191,
|
||||
"parameters": [
|
||||
{ "kind" : "LiteralInteger", "name" : "Value" }
|
||||
],
|
||||
"capabilities" : [ "GlobalVariableFPGADecorationsINTEL" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "CacheControlLoadINTEL",
|
||||
"value" : 6442,
|
||||
@ -15213,7 +15213,7 @@
|
||||
{
|
||||
"enumerant" : "WorkgroupMemoryExplicitLayout16BitAccessKHR",
|
||||
"value" : 4430,
|
||||
"capabilities" : [ "Shader" ],
|
||||
"capabilities" : [ "WorkgroupMemoryExplicitLayoutKHR" ],
|
||||
"extensions" : [ "SPV_KHR_workgroup_memory_explicit_layout" ],
|
||||
"version" : "None"
|
||||
},
|
||||
@ -16259,12 +16259,6 @@
|
||||
"extensions" : [ "SPV_INTEL_split_barrier" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "GlobalVariableFPGADecorationsINTEL",
|
||||
"value" : 6146,
|
||||
"extensions": [ "SPV_INTEL_global_variable_fpga_decorations" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "FPGAKernelAttributesv2INTEL",
|
||||
"value" : 6161,
|
||||
@ -16272,12 +16266,6 @@
|
||||
"extensions" : [ "SPV_INTEL_kernel_attributes" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "GlobalVariableHostAccessINTEL",
|
||||
"value" : 6167,
|
||||
"extensions": [ "SPV_INTEL_global_variable_host_access" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "FPMaxErrorINTEL",
|
||||
"value" : 6169,
|
||||
@ -16296,6 +16284,18 @@
|
||||
"extensions" : [ "SPV_INTEL_fpga_argument_interfaces" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "GlobalVariableHostAccessINTEL",
|
||||
"value" : 6187,
|
||||
"extensions": [ "SPV_INTEL_global_variable_host_access" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "GlobalVariableFPGADecorationsINTEL",
|
||||
"value" : 6189,
|
||||
"extensions": [ "SPV_INTEL_global_variable_fpga_decorations" ],
|
||||
"version" : "None"
|
||||
},
|
||||
{
|
||||
"enumerant" : "GroupUniformArithmeticKHR",
|
||||
"value" : 6400,
|
||||
|
@ -608,9 +608,6 @@ typedef enum SpvDecoration_ {
|
||||
SpvDecorationSingleElementVectorINTEL = 6085,
|
||||
SpvDecorationVectorComputeCallableFunctionINTEL = 6087,
|
||||
SpvDecorationMediaBlockIOINTEL = 6140,
|
||||
SpvDecorationInitModeINTEL = 6147,
|
||||
SpvDecorationImplementInRegisterMapINTEL = 6148,
|
||||
SpvDecorationHostAccessINTEL = 6168,
|
||||
SpvDecorationFPMaxErrorDecorationINTEL = 6170,
|
||||
SpvDecorationLatencyControlLabelINTEL = 6172,
|
||||
SpvDecorationLatencyControlConstraintINTEL = 6173,
|
||||
@ -623,6 +620,9 @@ typedef enum SpvDecoration_ {
|
||||
SpvDecorationMMHostInterfaceMaxBurstINTEL = 6181,
|
||||
SpvDecorationMMHostInterfaceWaitRequestINTEL = 6182,
|
||||
SpvDecorationStableKernelArgumentINTEL = 6183,
|
||||
SpvDecorationHostAccessINTEL = 6188,
|
||||
SpvDecorationInitModeINTEL = 6190,
|
||||
SpvDecorationImplementInRegisterMapINTEL = 6191,
|
||||
SpvDecorationCacheControlLoadINTEL = 6442,
|
||||
SpvDecorationCacheControlStoreINTEL = 6443,
|
||||
SpvDecorationMax = 0x7fffffff,
|
||||
@ -1202,12 +1202,12 @@ typedef enum SpvCapability_ {
|
||||
SpvCapabilityDebugInfoModuleINTEL = 6114,
|
||||
SpvCapabilityBFloat16ConversionINTEL = 6115,
|
||||
SpvCapabilitySplitBarrierINTEL = 6141,
|
||||
SpvCapabilityGlobalVariableFPGADecorationsINTEL = 6146,
|
||||
SpvCapabilityFPGAKernelAttributesv2INTEL = 6161,
|
||||
SpvCapabilityGlobalVariableHostAccessINTEL = 6167,
|
||||
SpvCapabilityFPMaxErrorINTEL = 6169,
|
||||
SpvCapabilityFPGALatencyControlINTEL = 6171,
|
||||
SpvCapabilityFPGAArgumentInterfacesINTEL = 6174,
|
||||
SpvCapabilityGlobalVariableHostAccessINTEL = 6187,
|
||||
SpvCapabilityGlobalVariableFPGADecorationsINTEL = 6189,
|
||||
SpvCapabilityGroupUniformArithmeticKHR = 6400,
|
||||
SpvCapabilityCacheControlsINTEL = 6441,
|
||||
SpvCapabilityMax = 0x7fffffff,
|
||||
|
@ -604,9 +604,6 @@ enum class Decoration : unsigned {
|
||||
SingleElementVectorINTEL = 6085,
|
||||
VectorComputeCallableFunctionINTEL = 6087,
|
||||
MediaBlockIOINTEL = 6140,
|
||||
InitModeINTEL = 6147,
|
||||
ImplementInRegisterMapINTEL = 6148,
|
||||
HostAccessINTEL = 6168,
|
||||
FPMaxErrorDecorationINTEL = 6170,
|
||||
LatencyControlLabelINTEL = 6172,
|
||||
LatencyControlConstraintINTEL = 6173,
|
||||
@ -619,6 +616,9 @@ enum class Decoration : unsigned {
|
||||
MMHostInterfaceMaxBurstINTEL = 6181,
|
||||
MMHostInterfaceWaitRequestINTEL = 6182,
|
||||
StableKernelArgumentINTEL = 6183,
|
||||
HostAccessINTEL = 6188,
|
||||
InitModeINTEL = 6190,
|
||||
ImplementInRegisterMapINTEL = 6191,
|
||||
CacheControlLoadINTEL = 6442,
|
||||
CacheControlStoreINTEL = 6443,
|
||||
Max = 0x7fffffff,
|
||||
@ -1198,12 +1198,12 @@ enum class Capability : unsigned {
|
||||
DebugInfoModuleINTEL = 6114,
|
||||
BFloat16ConversionINTEL = 6115,
|
||||
SplitBarrierINTEL = 6141,
|
||||
GlobalVariableFPGADecorationsINTEL = 6146,
|
||||
FPGAKernelAttributesv2INTEL = 6161,
|
||||
GlobalVariableHostAccessINTEL = 6167,
|
||||
FPMaxErrorINTEL = 6169,
|
||||
FPGALatencyControlINTEL = 6171,
|
||||
FPGAArgumentInterfacesINTEL = 6174,
|
||||
GlobalVariableHostAccessINTEL = 6187,
|
||||
GlobalVariableFPGADecorationsINTEL = 6189,
|
||||
GroupUniformArithmeticKHR = 6400,
|
||||
CacheControlsINTEL = 6441,
|
||||
Max = 0x7fffffff,
|
||||
|
@ -630,9 +630,6 @@
|
||||
"SingleElementVectorINTEL": 6085,
|
||||
"VectorComputeCallableFunctionINTEL": 6087,
|
||||
"MediaBlockIOINTEL": 6140,
|
||||
"InitModeINTEL": 6147,
|
||||
"ImplementInRegisterMapINTEL": 6148,
|
||||
"HostAccessINTEL": 6168,
|
||||
"FPMaxErrorDecorationINTEL": 6170,
|
||||
"LatencyControlLabelINTEL": 6172,
|
||||
"LatencyControlConstraintINTEL": 6173,
|
||||
@ -645,6 +642,9 @@
|
||||
"MMHostInterfaceMaxBurstINTEL": 6181,
|
||||
"MMHostInterfaceWaitRequestINTEL": 6182,
|
||||
"StableKernelArgumentINTEL": 6183,
|
||||
"HostAccessINTEL": 6188,
|
||||
"InitModeINTEL": 6190,
|
||||
"ImplementInRegisterMapINTEL": 6191,
|
||||
"CacheControlLoadINTEL": 6442,
|
||||
"CacheControlStoreINTEL": 6443
|
||||
}
|
||||
@ -1178,12 +1178,12 @@
|
||||
"DebugInfoModuleINTEL": 6114,
|
||||
"BFloat16ConversionINTEL": 6115,
|
||||
"SplitBarrierINTEL": 6141,
|
||||
"GlobalVariableFPGADecorationsINTEL": 6146,
|
||||
"FPGAKernelAttributesv2INTEL": 6161,
|
||||
"GlobalVariableHostAccessINTEL": 6167,
|
||||
"FPMaxErrorINTEL": 6169,
|
||||
"FPGALatencyControlINTEL": 6171,
|
||||
"FPGAArgumentInterfacesINTEL": 6174,
|
||||
"GlobalVariableHostAccessINTEL": 6187,
|
||||
"GlobalVariableFPGADecorationsINTEL": 6189,
|
||||
"GroupUniformArithmeticKHR": 6400,
|
||||
"CacheControlsINTEL": 6441
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user