Build: Update to latest SPIR-V header.
authorJohn Kessenich <cepheus@frii.com>
Wed, 6 Mar 2019 04:21:38 +0000 (11:21 +0700)
committerJohn Kessenich <cepheus@frii.com>
Wed, 6 Mar 2019 04:21:38 +0000 (11:21 +0700)
SPIRV/spirv.hpp

index 523f7bba671a5840e857c410cbe80ed5e665a133..1c77c2f95668dbf3a1cfc5aae1f7be710d74e2ea 100644 (file)
@@ -811,10 +811,11 @@ enum Capability {
     CapabilityVulkanMemoryModelDeviceScopeKHR = 5346,
     CapabilityPhysicalStorageBufferAddressesEXT = 5347,
     CapabilityComputeDerivativeGroupLinearNV = 5350,
-    CapabilityCooperativeMatrixNV = 5357,\r
+    CapabilityCooperativeMatrixNV = 5357,
     CapabilitySubgroupShuffleINTEL = 5568,
     CapabilitySubgroupBufferBlockIOINTEL = 5569,
     CapabilitySubgroupImageBlockIOINTEL = 5570,
+    CapabilitySubgroupImageMediaBlockIOINTEL = 5579,
     CapabilityMax = 0x7fffffff,
 };
 
@@ -1184,11 +1185,11 @@ enum Op {
     OpTraceNV = 5337,
     OpTypeAccelerationStructureNV = 5341,
     OpExecuteCallableNV = 5344,
-    OpTypeCooperativeMatrixNV = 5358,\r
-    OpCooperativeMatrixLoadNV = 5359,\r
-    OpCooperativeMatrixStoreNV = 5360,\r
-    OpCooperativeMatrixMulAddNV = 5361,\r
-    OpCooperativeMatrixLengthNV = 5362,\r
+    OpTypeCooperativeMatrixNV = 5358,
+    OpCooperativeMatrixLoadNV = 5359,
+    OpCooperativeMatrixStoreNV = 5360,
+    OpCooperativeMatrixMulAddNV = 5361,
+    OpCooperativeMatrixLengthNV = 5362,
     OpSubgroupShuffleINTEL = 5571,
     OpSubgroupShuffleDownINTEL = 5572,
     OpSubgroupShuffleUpINTEL = 5573,
@@ -1197,6 +1198,8 @@ enum Op {
     OpSubgroupBlockWriteINTEL = 5576,
     OpSubgroupImageBlockReadINTEL = 5577,
     OpSubgroupImageBlockWriteINTEL = 5578,
+    OpSubgroupImageMediaBlockReadINTEL = 5580,
+    OpSubgroupImageMediaBlockWriteINTEL = 5581,
     OpDecorateStringGOOGLE = 5632,
     OpMemberDecorateStringGOOGLE = 5633,
     OpMax = 0x7fffffff,