Skip to content

Commit 78a1e8a

Browse files
committed
Add parameters
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent 0e9e42f commit 78a1e8a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/spirv/unified1/spirv.core.grammar.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12520,12 +12520,20 @@
1252012520
{
1252112521
"enumerant" : "LatencyControlLabelINTEL",
1252212522
"value" : 6172,
12523+
"parameters" : [
12524+
{ "kind" : "LiteralInteger", "name" : "'Latency Label'" }
12525+
],
1252312526
"capabilities" : [ "FPGALatencyControlINTEL" ],
1252412527
"version" : "None"
1252512528
},
1252612529
{
1252712530
"enumerant" : "LatencyControlConstraintINTEL",
1252812531
"value" : 6173,
12532+
"parameters" : [
12533+
{ "kind" : "LiteralInteger", "name" : "'Relative To'" },
12534+
{ "kind" : "LiteralInteger", "name" : "'Control Type'" },
12535+
{ "kind" : "LiteralInteger", "name" : "'Relative Cycle'" }
12536+
],
1252912537
"capabilities" : [ "FPGALatencyControlINTEL" ],
1253012538
"version" : "None"
1253112539
},

0 commit comments

Comments
 (0)