aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1/spv.d
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2020-05-29 03:36:53 -0600
committerJohn Kessenich <cepheus@frii.com>2020-05-29 03:36:53 -0600
commitae6e15156419cb1def9b7b3f5b882609e58f4a88 (patch)
treef89a55371add8f0dc37b1d1526ec007a2b702cee /include/spirv/unified1/spv.d
parent8012d1c86380f6072823b24cf3ab13773809fcc9 (diff)
downloadSPIRV-Headers-ae6e15156419cb1def9b7b3f5b882609e58f4a88.tar.gz
Header build from previous grammar update.
Diffstat (limited to 'include/spirv/unified1/spv.d')
-rw-r--r--include/spirv/unified1/spv.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/spirv/unified1/spv.d b/include/spirv/unified1/spv.d
index 08ac1f7..9a2ae69 100644
--- a/include/spirv/unified1/spv.d
+++ b/include/spirv/unified1/spv.d
@@ -198,6 +198,7 @@ enum StorageClass : uint
ShaderRecordBufferNV = 5343,
PhysicalStorageBuffer = 5349,
PhysicalStorageBufferEXT = 5349,
+ CodeSectionINTEL = 5605,
}
enum Dim : uint
@@ -478,6 +479,7 @@ enum Decoration : uint
RestrictPointerEXT = 5355,
AliasedPointer = 5356,
AliasedPointerEXT = 5356,
+ ReferencedIndirectlyINTEL = 5602,
CounterBuffer = 5634,
HlslCounterBufferGOOGLE = 5634,
HlslSemanticGOOGLE = 5635,
@@ -935,6 +937,8 @@ enum Capability : uint
SubgroupImageBlockIOINTEL = 5570,
SubgroupImageMediaBlockIOINTEL = 5579,
IntegerFunctions2INTEL = 5584,
+ FunctionPointersINTEL = 5603,
+ IndirectReferencesINTEL = 5604,
SubgroupAvcMotionEstimationINTEL = 5696,
SubgroupAvcMotionEstimationIntraINTEL = 5697,
SubgroupAvcMotionEstimationChromaINTEL = 5698,
@@ -1406,6 +1410,8 @@ enum Op : uint
OpUSubSatINTEL = 5596,
OpIMul32x16INTEL = 5597,
OpUMul32x16INTEL = 5598,
+ OpFunctionPointerINTEL = 5600,
+ OpFunctionPointerCallINTEL = 5601,
OpDecorateString = 5632,
OpDecorateStringGOOGLE = 5632,
OpMemberDecorateString = 5633,