aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Neto <dneto@google.com>2016-04-15 21:02:45 -0400
committerDavid Neto <dneto@google.com>2016-04-15 21:02:45 -0400
commitdbd55f15bc3d08f7082d6f733a2215b09de7366e (patch)
treeb107b0fac031954496085a71037a6d95cde2878b
parentfec6ed18218897c834a8210c664a19000a36ca37 (diff)
downloadspirv-headers-dbd55f15bc3d08f7082d6f733a2215b09de7366e.tar.gz
Fix arguments to OpConstantPipeStorage
-rw-r--r--include/spirv/1.1/spirv.core.grammar.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/spirv/1.1/spirv.core.grammar.json b/include/spirv/1.1/spirv.core.grammar.json
index 123ed5e..eb55ccb 100644
--- a/include/spirv/1.1/spirv.core.grammar.json
+++ b/include/spirv/1.1/spirv.core.grammar.json
@@ -3032,9 +3032,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "'Packet Type'" },
- { "kind" : "IdRef", "name" : "'Packet Size'" },
- { "kind" : "IdRef", "name" : "'Packet Alignment'" },
+ { "kind" : "LiteralInteger", "name" : "'Packet Size'" },
+ { "kind" : "LiteralInteger", "name" : "'Packet Alignment'" },
{ "kind" : "LiteralInteger", "name" : "'Capacity'" }
],
"capabilities" : [ "PipeStorage" ]