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.json68
1 files changed, 2 insertions, 66 deletions
diff --git a/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json b/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
index d6499cc..b5a6637 100644
--- a/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
+++ b/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json
@@ -1,15 +1,12 @@
{
- "revision" : 5,
+ "revision" : 4,
"instructions" : [
{
"opname" : "Kernel",
"opcode" : 1,
"operands" : [
{ "kind" : "IdRef", "name" : "Kernel" },
- { "kind" : "IdRef", "name" : "Name" },
- { "kind" : "IdRef", "name" : "NumArguments", "quantifier" : "?" },
- { "kind" : "IdRef", "name" : "Flags", "quantifier" : "?" },
- { "kind" : "IdRef", "name" : "Attributes", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Name" }
]
},
{
@@ -350,67 +347,6 @@
{ "kind" : "IdRef", "name" : "Binding" },
{ "kind" : "IdRef", "name" : "ArgInfo", "quantifier" : "?" }
]
- },
- {
- "opname" : "ConstantDataPointerPushConstant",
- "opcode" : 36,
- "operands" : [
- { "kind" : "IdRef", "name" : "Offset"},
- { "kind" : "IdRef", "name" : "Size"},
- { "kind" : "IdRef", "name" : "Data" }
- ]
- },
- {
- "opname" : "ProgramScopeVariablePointerPushConstant",
- "opcode" : 37,
- "operands" : [
- { "kind" : "IdRef", "name" : "Offset"},
- { "kind" : "IdRef", "name" : "Size"},
- { "kind" : "IdRef", "name" : "Data" }
- ]
- },
- {
- "opname" : "PrintfInfo",
- "opcode" : 38,
- "operands" : [
- { "kind" : "IdRef", "name" : "PrintfID" },
- { "kind" : "IdRef", "name" : "FormatString" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "ArgumentSizes"}
- ]
- },
- {
- "opname" : "PrintfBufferStorageBuffer",
- "opcode" : 39,
- "operands" : [
- { "kind" : "IdRef", "name" : "DescriptorSet" },
- { "kind" : "IdRef", "name" : "Binding" },
- { "kind" : "IdRef", "name" : "BufferSize"}
- ]
- },
- {
- "opname" : "PrintfBufferPointerPushConstant",
- "opcode" : 40,
- "operands" : [
- { "kind" : "IdRef", "name" : "Offset" },
- { "kind" : "IdRef", "name" : "Size"},
- { "kind" : "IdRef", "name" : "BufferSize"}
- ]
- }
- ],
- "operand_kinds" : [
- {
- "category" : "BitEnum",
- "kind" : "KernelPropertyFlags",
- "enumerants" : [
- {
- "enumerant" : "None",
- "value" : "0x0"
- },
- {
- "enumerant" : "MayUsePrintf",
- "value" : "0x1"
- }
- ]
}
]
}