aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek, Pawel <pawel.jurek@intel.com>2019-01-24 13:25:37 +0100
committerJurek, Pawel <pawel.jurek@intel.com>2019-01-24 14:09:40 +0100
commitf2aef5d04043a7bc897f41fb452bcae3a4261218 (patch)
tree22dca86d1ca06fd64066b7fb2391bd88bca28ef4
parent282879ca34563020dbe73fd8f7d45bed6755626a (diff)
downloadspirv-headers-f2aef5d04043a7bc897f41fb452bcae3a4261218.tar.gz
Grammar for SPV_INTEL_media_block_io extension
-rwxr-xr-xinclude/spirv/unified1/spirv.core.grammar.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index 604f69a..d8c9f5d 100755
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -3985,6 +3985,33 @@
"version" : "None"
},
{
+ "opname" : "OpSubgroupImageMediaBlockReadINTEL",
+ "opcode" : 5580,
+ "operands" : [
+ { "kind" : "IdResultType" },
+ { "kind" : "IdResult" },
+ { "kind" : "IdRef", "name" : "'Image'" },
+ { "kind" : "IdRef", "name" : "'Coordinate'" },
+ { "kind" : "IdRef", "name" : "'Width'" },
+ { "kind" : "IdRef", "name" : "'Height'" }
+ ],
+ "capabilities" : [ "SubgroupImageMediaBlockIOINTEL" ],
+ "version" : "None"
+ },
+ {
+ "opname" : "OpSubgroupImageMediaBlockWriteINTEL",
+ "opcode" : 5581,
+ "operands" : [
+ { "kind" : "IdRef", "name" : "'Image'" },
+ { "kind" : "IdRef", "name" : "'Coordinate'" },
+ { "kind" : "IdRef", "name" : "'Width'" },
+ { "kind" : "IdRef", "name" : "'Height'" },
+ { "kind" : "IdRef", "name" : "'Data'" }
+ ],
+ "capabilities" : [ "SubgroupImageMediaBlockIOINTEL" ],
+ "version" : "None"
+ },
+ {
"opname" : "OpDecorateStringGOOGLE",
"opcode" : 5632,
"operands" : [
@@ -7249,6 +7276,12 @@
"version" : "None"
},
{
+ "enumerant" : "SubgroupImageMediaBlockIOINTEL",
+ "value" : 5579,
+ "extensions" : [ "SPV_INTEL_media_block_io" ],
+ "version" : "None"
+ },
+ {
"enumerant" : "GroupNonUniformPartitionedNV",
"value" : 5297,
"extensions" : [ "SPV_NV_shader_subgroup_partitioned" ],