aboutsummaryrefslogtreecommitdiff
path: root/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
diff options
context:
space:
mode:
Diffstat (limited to 'include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json')
-rw-r--r--include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json b/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
index 15e5699..3d153e5 100644
--- a/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
+++ b/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
@@ -1,5 +1,5 @@
{
- "revision" : 1,
+ "revision" : 2,
"instructions" : [
{
"opname" : "Kernel",
@@ -232,6 +232,13 @@
{ "kind" : "IdRef", "name" : "Y" },
{ "kind" : "IdRef", "name" : "Z" }
]
+ },
+ {
+ "opname" : "SpecConstantSubgroupMaxSize",
+ "opcode" : 25,
+ "operands" : [
+ { "kind" : "IdRef", "name" : "Size" }
+ ]
}
]
}