Strip all asciidoc text commands
Instead, let the generator do the appropriate action.
diff --git a/include/spirv/unified1/extinst.glsl.std.450.grammar.json b/include/spirv/unified1/extinst.glsl.std.450.grammar.json
index ec0ff86..6fd6703 100644
--- a/include/spirv/unified1/extinst.glsl.std.450.grammar.json
+++ b/include/spirv/unified1/extinst.glsl.std.450.grammar.json
@@ -31,439 +31,439 @@
"opname" : "Round",
"opcode" : 1,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "RoundEven",
"opcode" : 2,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Trunc",
"opcode" : 3,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "FAbs",
"opcode" : 4,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "SAbs",
"opcode" : 5,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "FSign",
"opcode" : 6,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "SSign",
"opcode" : 7,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Floor",
"opcode" : 8,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Ceil",
"opcode" : 9,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Fract",
"opcode" : 10,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Radians",
"opcode" : 11,
"operands" : [
- { "kind" : "IdRef", "name" : "_degrees_" }
+ { "kind" : "IdRef", "name" : "degrees" }
]
},
{
"opname" : "Degrees",
"opcode" : 12,
"operands" : [
- { "kind" : "IdRef", "name" : "_radians_" }
+ { "kind" : "IdRef", "name" : "radians" }
]
},
{
"opname" : "Sin",
"opcode" : 13,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Cos",
"opcode" : 14,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Tan",
"opcode" : 15,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Asin",
"opcode" : 16,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Acos",
"opcode" : 17,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Atan",
"opcode" : 18,
"operands" : [
- { "kind" : "IdRef", "name" : "_y_over_x_" }
+ { "kind" : "IdRef", "name" : "y_over_x" }
]
},
{
"opname" : "Sinh",
"opcode" : 19,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Cosh",
"opcode" : 20,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Tanh",
"opcode" : 21,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Asinh",
"opcode" : 22,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Acosh",
"opcode" : 23,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Atanh",
"opcode" : 24,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Atan2",
"opcode" : 25,
"operands" : [
- { "kind" : "IdRef", "name" : "_y_" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "y" },
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Pow",
"opcode" : 26,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "Exp",
"opcode" : 27,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Log",
"opcode" : 28,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Exp2",
"opcode" : 29,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Log2",
"opcode" : 30,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Sqrt",
"opcode" : 31,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "InverseSqrt",
"opcode" : 32,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Determinant",
"opcode" : 33,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "MatrixInverse",
"opcode" : 34,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Modf",
"opcode" : 35,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_i_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "i" }
]
},
{
"opname" : "ModfStruct",
"opcode" : 36,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "FMin",
"opcode" : 37,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "UMin",
"opcode" : 38,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "SMin",
"opcode" : 39,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "FMax",
"opcode" : 40,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "UMax",
"opcode" : 41,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "SMax",
"opcode" : 42,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "FClamp",
"opcode" : 43,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_minVal_" },
- { "kind" : "IdRef", "name" : "_maxVal_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "minVal" },
+ { "kind" : "IdRef", "name" : "maxVal" }
]
},
{
"opname" : "UClamp",
"opcode" : 44,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_minVal_" },
- { "kind" : "IdRef", "name" : "_maxVal_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "minVal" },
+ { "kind" : "IdRef", "name" : "maxVal" }
]
},
{
"opname" : "SClamp",
"opcode" : 45,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_minVal_" },
- { "kind" : "IdRef", "name" : "_maxVal_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "minVal" },
+ { "kind" : "IdRef", "name" : "maxVal" }
]
},
{
"opname" : "FMix",
"opcode" : 46,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" },
- { "kind" : "IdRef", "name" : "_a_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" },
+ { "kind" : "IdRef", "name" : "a" }
]
},
{
"opname" : "IMix",
"opcode" : 47,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" },
- { "kind" : "IdRef", "name" : "_a_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" },
+ { "kind" : "IdRef", "name" : "a" }
]
},
{
"opname" : "Step",
"opcode" : 48,
"operands" : [
- { "kind" : "IdRef", "name" : "_edge_" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "edge" },
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "SmoothStep",
"opcode" : 49,
"operands" : [
- { "kind" : "IdRef", "name" : "_edge0_" },
- { "kind" : "IdRef", "name" : "_edge1_" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "edge0" },
+ { "kind" : "IdRef", "name" : "edge1" },
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Fma",
"opcode" : 50,
"operands" : [
- { "kind" : "IdRef", "name" : "_a_" },
- { "kind" : "IdRef", "name" : "_b_" },
- { "kind" : "IdRef", "name" : "_c_" }
+ { "kind" : "IdRef", "name" : "a" },
+ { "kind" : "IdRef", "name" : "b" },
+ { "kind" : "IdRef", "name" : "c" }
]
},
{
"opname" : "Frexp",
"opcode" : 51,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_exp_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "exp" }
]
},
{
"opname" : "FrexpStruct",
"opcode" : 52,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Ldexp",
"opcode" : 53,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_exp_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "exp" }
]
},
{
"opname" : "PackSnorm4x8",
"opcode" : 54,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
]
},
{
"opname" : "PackUnorm4x8",
"opcode" : 55,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
]
},
{
"opname" : "PackSnorm2x16",
"opcode" : 56,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
]
},
{
"opname" : "PackUnorm2x16",
"opcode" : 57,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
]
},
{
"opname" : "PackHalf2x16",
"opcode" : 58,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
]
},
{
"opname" : "PackDouble2x32",
"opcode" : 59,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
],
"capabilities" : [ "Float64" ]
},
@@ -471,42 +471,42 @@
"opname" : "UnpackSnorm2x16",
"opcode" : 60,
"operands" : [
- { "kind" : "IdRef", "name" : "_p_" }
+ { "kind" : "IdRef", "name" : "p" }
]
},
{
"opname" : "UnpackUnorm2x16",
"opcode" : 61,
"operands" : [
- { "kind" : "IdRef", "name" : "_p_" }
+ { "kind" : "IdRef", "name" : "p" }
]
},
{
"opname" : "UnpackHalf2x16",
"opcode" : 62,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
]
},
{
"opname" : "UnpackSnorm4x8",
"opcode" : 63,
"operands" : [
- { "kind" : "IdRef", "name" : "_p_" }
+ { "kind" : "IdRef", "name" : "p" }
]
},
{
"opname" : "UnpackUnorm4x8",
"opcode" : 64,
"operands" : [
- { "kind" : "IdRef", "name" : "_p_" }
+ { "kind" : "IdRef", "name" : "p" }
]
},
{
"opname" : "UnpackDouble2x32",
"opcode" : 65,
"operands" : [
- { "kind" : "IdRef", "name" : "_v_" }
+ { "kind" : "IdRef", "name" : "v" }
],
"capabilities" : [ "Float64" ]
},
@@ -514,84 +514,84 @@
"opname" : "Length",
"opcode" : 66,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "Distance",
"opcode" : 67,
"operands" : [
- { "kind" : "IdRef", "name" : "_p0_" },
- { "kind" : "IdRef", "name" : "_p1_" }
+ { "kind" : "IdRef", "name" : "p0" },
+ { "kind" : "IdRef", "name" : "p1" }
]
},
{
"opname" : "Cross",
"opcode" : 68,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "Normalize",
"opcode" : 69,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
]
},
{
"opname" : "FaceForward",
"opcode" : 70,
"operands" : [
- { "kind" : "IdRef", "name" : "_N_" },
- { "kind" : "IdRef", "name" : "_I_" },
- { "kind" : "IdRef", "name" : "_Nref_" }
+ { "kind" : "IdRef", "name" : "N" },
+ { "kind" : "IdRef", "name" : "I" },
+ { "kind" : "IdRef", "name" : "Nref" }
]
},
{
"opname" : "Reflect",
"opcode" : 71,
"operands" : [
- { "kind" : "IdRef", "name" : "_I_" },
- { "kind" : "IdRef", "name" : "_N_" }
+ { "kind" : "IdRef", "name" : "I" },
+ { "kind" : "IdRef", "name" : "N" }
]
},
{
"opname" : "Refract",
"opcode" : 72,
"operands" : [
- { "kind" : "IdRef", "name" : "_I_" },
- { "kind" : "IdRef", "name" : "_N_" },
- { "kind" : "IdRef", "name" : "_eta_" }
+ { "kind" : "IdRef", "name" : "I" },
+ { "kind" : "IdRef", "name" : "N" },
+ { "kind" : "IdRef", "name" : "eta" }
]
},
{
"opname" : "FindILsb",
"opcode" : 73,
"operands" : [
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
]
},
{
"opname" : "FindSMsb",
"opcode" : 74,
"operands" : [
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
]
},
{
"opname" : "FindUMsb",
"opcode" : 75,
"operands" : [
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
]
},
{
"opname" : "InterpolateAtCentroid",
"opcode" : 76,
"operands" : [
- { "kind" : "IdRef", "name" : "_interpolant_" }
+ { "kind" : "IdRef", "name" : "interpolant" }
],
"capabilities" : [ "InterpolationFunction" ]
},
@@ -599,8 +599,8 @@
"opname" : "InterpolateAtSample",
"opcode" : 77,
"operands" : [
- { "kind" : "IdRef", "name" : "_interpolant_" },
- { "kind" : "IdRef", "name" : "_sample_" }
+ { "kind" : "IdRef", "name" : "interpolant" },
+ { "kind" : "IdRef", "name" : "sample" }
],
"capabilities" : [ "InterpolationFunction" ]
},
@@ -608,8 +608,8 @@
"opname" : "InterpolateAtOffset",
"opcode" : 78,
"operands" : [
- { "kind" : "IdRef", "name" : "_interpolant_" },
- { "kind" : "IdRef", "name" : "_offset_" }
+ { "kind" : "IdRef", "name" : "interpolant" },
+ { "kind" : "IdRef", "name" : "offset" }
],
"capabilities" : [ "InterpolationFunction" ]
},
@@ -617,25 +617,25 @@
"opname" : "NMin",
"opcode" : 79,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "NMax",
"opcode" : 80,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
]
},
{
"opname" : "NClamp",
"opcode" : 81,
"operands" : [
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_minVal_" },
- { "kind" : "IdRef", "name" : "_maxVal_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "minVal" },
+ { "kind" : "IdRef", "name" : "maxVal" }
]
}
]
diff --git a/include/spirv/unified1/spirv.core.grammar.json b/include/spirv/unified1/spirv.core.grammar.json
index 43a2ada..147cec6 100644
--- a/include/spirv/unified1/spirv.core.grammar.json
+++ b/include/spirv/unified1/spirv.core.grammar.json
@@ -155,7 +155,7 @@
"class" : "Debug",
"opcode" : 2,
"operands" : [
- { "kind" : "LiteralString", "name" : "_Continued Source_" }
+ { "kind" : "LiteralString", "name" : "Continued Source" }
],
"version": "1.0"
},
@@ -165,9 +165,9 @@
"opcode" : 3,
"operands" : [
{ "kind" : "SourceLanguage" },
- { "kind" : "LiteralInteger", "name" : "_Version_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_File_" },
- { "kind" : "LiteralString", "quantifier" : "?", "name" : "_Source_" }
+ { "kind" : "LiteralInteger", "name" : "Version" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "File" },
+ { "kind" : "LiteralString", "quantifier" : "?", "name" : "Source" }
],
"version": "1.0"
},
@@ -176,7 +176,7 @@
"class" : "Debug",
"opcode" : 4,
"operands" : [
- { "kind" : "LiteralString", "name" : "_Extension_" }
+ { "kind" : "LiteralString", "name" : "Extension" }
],
"version": "1.0"
},
@@ -185,8 +185,8 @@
"class" : "Debug",
"opcode" : 5,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target_" },
- { "kind" : "LiteralString", "name" : "_Name_" }
+ { "kind" : "IdRef", "name" : "Target" },
+ { "kind" : "LiteralString", "name" : "Name" }
],
"version": "1.0"
},
@@ -195,9 +195,9 @@
"class" : "Debug",
"opcode" : 6,
"operands" : [
- { "kind" : "IdRef", "name" : "_Type_" },
- { "kind" : "LiteralInteger", "name" : "_Member_" },
- { "kind" : "LiteralString", "name" : "_Name_" }
+ { "kind" : "IdRef", "name" : "Type" },
+ { "kind" : "LiteralInteger", "name" : "Member" },
+ { "kind" : "LiteralString", "name" : "Name" }
],
"version": "1.0"
},
@@ -207,7 +207,7 @@
"opcode" : 7,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralString", "name" : "_String_" }
+ { "kind" : "LiteralString", "name" : "String" }
],
"version": "1.0"
},
@@ -216,9 +216,9 @@
"class" : "Debug",
"opcode" : 8,
"operands" : [
- { "kind" : "IdRef", "name" : "_File_" },
- { "kind" : "LiteralInteger", "name" : "_Line_" },
- { "kind" : "LiteralInteger", "name" : "_Column_" }
+ { "kind" : "IdRef", "name" : "File" },
+ { "kind" : "LiteralInteger", "name" : "Line" },
+ { "kind" : "LiteralInteger", "name" : "Column" }
],
"version": "1.0"
},
@@ -227,7 +227,7 @@
"class" : "Extension",
"opcode" : 10,
"operands" : [
- { "kind" : "LiteralString", "name" : "_Name_" }
+ { "kind" : "LiteralString", "name" : "Name" }
],
"version": "1.0"
},
@@ -237,7 +237,7 @@
"opcode" : 11,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralString", "name" : "_Name_" }
+ { "kind" : "LiteralString", "name" : "Name" }
],
"version": "1.0"
},
@@ -248,9 +248,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Set_" },
- { "kind" : "LiteralExtInstInteger", "name" : "_Instruction_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Operand 1_, +\n_Operand 2_, +\n..." }
+ { "kind" : "IdRef", "name" : "Set" },
+ { "kind" : "LiteralExtInstInteger", "name" : "Instruction" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Operand 1, Operand 2, ..." }
],
"version": "1.0"
},
@@ -270,9 +270,9 @@
"opcode" : 15,
"operands" : [
{ "kind" : "ExecutionModel" },
- { "kind" : "IdRef", "name" : "_Entry Point_" },
- { "kind" : "LiteralString", "name" : "_Name_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Interface_" }
+ { "kind" : "IdRef", "name" : "Entry Point" },
+ { "kind" : "LiteralString", "name" : "Name" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Interface" }
],
"version": "1.0"
},
@@ -281,8 +281,8 @@
"class" : "Mode-Setting",
"opcode" : 16,
"operands" : [
- { "kind" : "IdRef", "name" : "_Entry Point_" },
- { "kind" : "ExecutionMode", "name" : "_Mode_" }
+ { "kind" : "IdRef", "name" : "Entry Point" },
+ { "kind" : "ExecutionMode", "name" : "Mode" }
],
"version": "1.0"
},
@@ -291,7 +291,7 @@
"class" : "Mode-Setting",
"opcode" : 17,
"operands" : [
- { "kind" : "Capability", "name" : "_Capability_" }
+ { "kind" : "Capability", "name" : "Capability" }
],
"version": "1.0"
},
@@ -319,8 +319,8 @@
"opcode" : 21,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralInteger", "name" : "_Width_" },
- { "kind" : "LiteralInteger", "name" : "_Signedness_" }
+ { "kind" : "LiteralInteger", "name" : "Width" },
+ { "kind" : "LiteralInteger", "name" : "Signedness" }
],
"version": "1.0"
},
@@ -330,8 +330,8 @@
"opcode" : 22,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralInteger", "name" : "_Width_" },
- { "kind" : "FPEncoding", "quantifier" : "?", "name" : "_Floating Point Encoding_" }
+ { "kind" : "LiteralInteger", "name" : "Width" },
+ { "kind" : "FPEncoding", "quantifier" : "?", "name" : "Floating Point Encoding" }
],
"version": "1.0"
},
@@ -341,8 +341,8 @@
"opcode" : 23,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Component Type_" },
- { "kind" : "LiteralInteger", "name" : "_Component Count_" }
+ { "kind" : "IdRef", "name" : "Component Type" },
+ { "kind" : "LiteralInteger", "name" : "Component Count" }
],
"version": "1.0"
},
@@ -352,8 +352,8 @@
"opcode" : 24,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Column Type_" },
- { "kind" : "LiteralInteger", "name" : "_Column Count_" }
+ { "kind" : "IdRef", "name" : "Column Type" },
+ { "kind" : "LiteralInteger", "name" : "Column Count" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -364,12 +364,12 @@
"opcode" : 25,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Type_" },
+ { "kind" : "IdRef", "name" : "Sampled Type" },
{ "kind" : "Dim" },
- { "kind" : "LiteralInteger", "name" : "_Depth_" },
- { "kind" : "LiteralInteger", "name" : "_Arrayed_" },
- { "kind" : "LiteralInteger", "name" : "_MS_" },
- { "kind" : "LiteralInteger", "name" : "_Sampled_" },
+ { "kind" : "LiteralInteger", "name" : "Depth" },
+ { "kind" : "LiteralInteger", "name" : "Arrayed" },
+ { "kind" : "LiteralInteger", "name" : "MS" },
+ { "kind" : "LiteralInteger", "name" : "Sampled" },
{ "kind" : "ImageFormat" },
{ "kind" : "AccessQualifier", "quantifier" : "?" }
],
@@ -390,7 +390,7 @@
"opcode" : 27,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image Type_" }
+ { "kind" : "IdRef", "name" : "Image Type" }
],
"version": "1.0"
},
@@ -400,8 +400,8 @@
"opcode" : 28,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Element Type_" },
- { "kind" : "IdRef", "name" : "_Length_" }
+ { "kind" : "IdRef", "name" : "Element Type" },
+ { "kind" : "IdRef", "name" : "Length" }
],
"version": "1.0"
},
@@ -411,7 +411,7 @@
"opcode" : 29,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Element Type_" }
+ { "kind" : "IdRef", "name" : "Element Type" }
],
"capabilities" : [ "Shader" ],
"version": "1.0"
@@ -422,7 +422,7 @@
"opcode" : 30,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Member 0 type_, +\n_member 1 type_, +\n..." }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Member 0 type, member 1 type, ..." }
],
"version": "1.0"
},
@@ -444,7 +444,7 @@
"operands" : [
{ "kind" : "IdResult" },
{ "kind" : "StorageClass" },
- { "kind" : "IdRef", "name" : "_Type_" }
+ { "kind" : "IdRef", "name" : "Type" }
],
"version": "1.0"
},
@@ -454,8 +454,8 @@
"opcode" : 33,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Return Type_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Parameter 0 Type_, +\n_Parameter 1 Type_, +\n..." }
+ { "kind" : "IdRef", "name" : "Return Type" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Parameter 0 Type, Parameter 1 Type, ..." }
],
"version": "1.0"
},
@@ -505,7 +505,7 @@
"opcode" : 38,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "AccessQualifier", "name" : "_Qualifier_" }
+ { "kind" : "AccessQualifier", "name" : "Qualifier" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -515,7 +515,7 @@
"class" : "Type-Declaration",
"opcode" : 39,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer Type_" },
+ { "kind" : "IdRef", "name" : "Pointer Type" },
{ "kind" : "StorageClass" }
],
"capabilities" : [
@@ -551,7 +551,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "LiteralContextDependentNumber", "name" : "_Value_" }
+ { "kind" : "LiteralContextDependentNumber", "name" : "Value" }
],
"version": "1.0"
},
@@ -562,7 +562,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Constituents_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Constituents" }
],
"version": "1.0"
},
@@ -574,7 +574,7 @@
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "SamplerAddressingMode" },
- { "kind" : "LiteralInteger", "name" : "_Param_" },
+ { "kind" : "LiteralInteger", "name" : "Param" },
{ "kind" : "SamplerFilterMode" }
],
"capabilities" : [ "LiteralSampler" ],
@@ -617,7 +617,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "LiteralContextDependentNumber", "name" : "_Value_" }
+ { "kind" : "LiteralContextDependentNumber", "name" : "Value" }
],
"version": "1.0"
},
@@ -628,7 +628,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Constituents_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Constituents" }
],
"version": "1.0"
},
@@ -639,7 +639,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "LiteralSpecConstantOpInteger", "name" : "_Opcode_" }
+ { "kind" : "LiteralSpecConstantOpInteger", "name" : "Opcode" }
],
"version": "1.0"
},
@@ -651,7 +651,7 @@
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "FunctionControl" },
- { "kind" : "IdRef", "name" : "_Function Type_" }
+ { "kind" : "IdRef", "name" : "Function Type" }
],
"version": "1.0"
},
@@ -678,8 +678,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Function_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Argument 0_, +\n_Argument 1_, +\n..." }
+ { "kind" : "IdRef", "name" : "Function" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Argument 0, Argument 1, ..."}
],
"version": "1.0"
},
@@ -691,7 +691,7 @@
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "StorageClass" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Initializer_" }
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Initializer" }
],
"version": "1.0"
},
@@ -702,9 +702,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Sample_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Sample" }
],
"version": "1.0"
},
@@ -715,7 +715,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
+ { "kind" : "IdRef", "name" : "Pointer" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"version": "1.0"
@@ -725,8 +725,8 @@
"class" : "Memory",
"opcode" : 62,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Object_" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Object" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"version": "1.0"
@@ -736,8 +736,8 @@
"class" : "Memory",
"opcode" : 63,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target_" },
- { "kind" : "IdRef", "name" : "_Source_" },
+ { "kind" : "IdRef", "name" : "Target" },
+ { "kind" : "IdRef", "name" : "Source" },
{ "kind" : "MemoryAccess", "quantifier" : "?" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
@@ -748,9 +748,9 @@
"class" : "Memory",
"opcode" : 64,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target_" },
- { "kind" : "IdRef", "name" : "_Source_" },
- { "kind" : "IdRef", "name" : "_Size_" },
+ { "kind" : "IdRef", "name" : "Target" },
+ { "kind" : "IdRef", "name" : "Source" },
+ { "kind" : "IdRef", "name" : "Size" },
{ "kind" : "MemoryAccess", "quantifier" : "?" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
@@ -767,8 +767,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
],
"version": "1.0"
},
@@ -779,8 +779,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
],
"version": "1.0"
},
@@ -791,9 +791,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Element_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Element" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
],
"capabilities" : [
"Addresses",
@@ -810,8 +810,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Structure_" },
- { "kind" : "LiteralInteger", "name" : "_Array member_" }
+ { "kind" : "IdRef", "name" : "Structure" },
+ { "kind" : "LiteralInteger", "name" : "Array member" }
],
"capabilities" : [ "Shader" ],
"version": "1.0"
@@ -823,7 +823,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -835,9 +835,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Element_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Element" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
],
"capabilities" : [ "Addresses" ],
"version": "1.0"
@@ -847,7 +847,7 @@
"class" : "Annotation",
"opcode" : 71,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target_" },
+ { "kind" : "IdRef", "name" : "Target" },
{ "kind" : "Decoration" }
],
"version": "1.0"
@@ -857,8 +857,8 @@
"class" : "Annotation",
"opcode" : 72,
"operands" : [
- { "kind" : "IdRef", "name" : "_Structure Type_" },
- { "kind" : "LiteralInteger", "name" : "_Member_" },
+ { "kind" : "IdRef", "name" : "Structure Type" },
+ { "kind" : "LiteralInteger", "name" : "Member" },
{ "kind" : "Decoration" }
],
"version": "1.0"
@@ -877,8 +877,8 @@
"class" : "Annotation",
"opcode" : 74,
"operands" : [
- { "kind" : "IdRef", "name" : "_Decoration Group_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Targets_" }
+ { "kind" : "IdRef", "name" : "Decoration Group" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Targets" }
],
"version": "1.0"
},
@@ -887,8 +887,8 @@
"class" : "Annotation",
"opcode" : 75,
"operands" : [
- { "kind" : "IdRef", "name" : "_Decoration Group_" },
- { "kind" : "PairIdRefLiteralInteger", "quantifier" : "*", "name" : "_Targets_" }
+ { "kind" : "IdRef", "name" : "Decoration Group" },
+ { "kind" : "PairIdRefLiteralInteger", "quantifier" : "*", "name" : "Targets" }
],
"version": "1.0"
},
@@ -899,8 +899,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector_" },
- { "kind" : "IdRef", "name" : "_Index_" }
+ { "kind" : "IdRef", "name" : "Vector" },
+ { "kind" : "IdRef", "name" : "Index" }
],
"version": "1.0"
},
@@ -911,9 +911,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector_" },
- { "kind" : "IdRef", "name" : "_Component_" },
- { "kind" : "IdRef", "name" : "_Index_" }
+ { "kind" : "IdRef", "name" : "Vector" },
+ { "kind" : "IdRef", "name" : "Component" },
+ { "kind" : "IdRef", "name" : "Index" }
],
"version": "1.0"
},
@@ -924,9 +924,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "_Components_" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "Components" }
],
"version": "1.0"
},
@@ -937,7 +937,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Constituents_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Constituents" }
],
"version": "1.0"
},
@@ -948,8 +948,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Composite_" },
- { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Composite" },
+ { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "Indexes" }
],
"version": "1.0"
},
@@ -960,9 +960,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Object_" },
- { "kind" : "IdRef", "name" : "_Composite_" },
- { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Object" },
+ { "kind" : "IdRef", "name" : "Composite" },
+ { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "Indexes" }
],
"version": "1.0"
},
@@ -973,7 +973,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version": "1.0"
},
@@ -984,7 +984,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" }
+ { "kind" : "IdRef", "name" : "Matrix" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -996,8 +996,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Sampler_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Sampler" }
],
"version": "1.0"
},
@@ -1008,8 +1008,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ],
@@ -1022,8 +1022,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands" }
],
"version": "1.0"
@@ -1035,9 +1035,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ],
@@ -1050,9 +1050,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "Shader" ],
@@ -1065,8 +1065,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ],
@@ -1079,8 +1079,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "Shader" ],
@@ -1093,9 +1093,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ],
@@ -1108,9 +1108,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "Shader" ],
@@ -1123,8 +1123,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"version": "1.0"
@@ -1136,9 +1136,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Component_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Component" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ],
@@ -1151,9 +1151,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "Shader" ],
@@ -1166,8 +1166,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"version": "1.0"
@@ -1177,9 +1177,9 @@
"class" : "Image",
"opcode" : 99,
"operands" : [
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Texel_" },
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Texel" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"version": "1.0"
@@ -1191,7 +1191,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" }
+ { "kind" : "IdRef", "name" : "Sampled Image" }
],
"version": "1.0"
},
@@ -1202,7 +1202,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" }
+ { "kind" : "IdRef", "name" : "Image" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1214,7 +1214,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" }
+ { "kind" : "IdRef", "name" : "Image" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1226,8 +1226,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Level of Detail_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Level of Detail" }
],
"capabilities" : [ "Kernel", "ImageQuery" ],
"version": "1.0"
@@ -1239,7 +1239,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" }
+ { "kind" : "IdRef", "name" : "Image" }
],
"capabilities" : [ "Kernel", "ImageQuery" ],
"version": "1.0"
@@ -1251,8 +1251,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" }
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" }
],
"capabilities" : [ "ImageQuery" ],
"version": "1.0"
@@ -1264,7 +1264,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" }
+ { "kind" : "IdRef", "name" : "Image" }
],
"capabilities" : [ "Kernel", "ImageQuery" ],
"version": "1.0"
@@ -1276,7 +1276,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" }
+ { "kind" : "IdRef", "name" : "Image" }
],
"capabilities" : [ "Kernel", "ImageQuery" ],
"version": "1.0"
@@ -1288,7 +1288,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Float Value_" }
+ { "kind" : "IdRef", "name" : "Float Value" }
],
"version": "1.0"
},
@@ -1299,7 +1299,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Float Value_" }
+ { "kind" : "IdRef", "name" : "Float Value" }
],
"version": "1.0"
},
@@ -1310,7 +1310,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Signed Value_" }
+ { "kind" : "IdRef", "name" : "Signed Value" }
],
"version": "1.0"
},
@@ -1321,7 +1321,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Unsigned Value_" }
+ { "kind" : "IdRef", "name" : "Unsigned Value" }
],
"version": "1.0"
},
@@ -1332,7 +1332,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Unsigned Value_" }
+ { "kind" : "IdRef", "name" : "Unsigned Value" }
],
"version": "1.0"
},
@@ -1343,7 +1343,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Signed Value_" }
+ { "kind" : "IdRef", "name" : "Signed Value" }
],
"version": "1.0"
},
@@ -1354,7 +1354,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Float Value_" }
+ { "kind" : "IdRef", "name" : "Float Value" }
],
"version": "1.0"
},
@@ -1365,7 +1365,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -1376,7 +1376,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [
"Addresses",
@@ -1391,7 +1391,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Signed Value_" }
+ { "kind" : "IdRef", "name" : "Signed Value" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1403,7 +1403,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Unsigned Value_" }
+ { "kind" : "IdRef", "name" : "Unsigned Value" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1415,7 +1415,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Integer Value_" }
+ { "kind" : "IdRef", "name" : "Integer Value" }
],
"capabilities" : [
"Addresses",
@@ -1430,7 +1430,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1442,7 +1442,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1454,8 +1454,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "StorageClass", "name" : "_Storage_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "StorageClass", "name" : "Storage" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1467,7 +1467,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version": "1.0"
},
@@ -1478,7 +1478,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version": "1.0"
},
@@ -1489,7 +1489,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version": "1.0"
},
@@ -1500,8 +1500,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1512,8 +1512,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1524,8 +1524,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1536,8 +1536,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1548,8 +1548,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1560,8 +1560,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1572,8 +1572,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1584,8 +1584,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1596,8 +1596,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1608,8 +1608,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1620,8 +1620,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1632,8 +1632,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1644,8 +1644,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1656,8 +1656,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1668,8 +1668,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector_" },
- { "kind" : "IdRef", "name" : "_Scalar_" }
+ { "kind" : "IdRef", "name" : "Vector" },
+ { "kind" : "IdRef", "name" : "Scalar" }
],
"version": "1.0"
},
@@ -1680,8 +1680,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" },
- { "kind" : "IdRef", "name" : "_Scalar_" }
+ { "kind" : "IdRef", "name" : "Matrix" },
+ { "kind" : "IdRef", "name" : "Scalar" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -1693,8 +1693,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector_" },
- { "kind" : "IdRef", "name" : "_Matrix_" }
+ { "kind" : "IdRef", "name" : "Vector" },
+ { "kind" : "IdRef", "name" : "Matrix" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -1706,8 +1706,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" },
- { "kind" : "IdRef", "name" : "_Vector_" }
+ { "kind" : "IdRef", "name" : "Matrix" },
+ { "kind" : "IdRef", "name" : "Vector" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -1719,8 +1719,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_LeftMatrix_" },
- { "kind" : "IdRef", "name" : "_RightMatrix_" }
+ { "kind" : "IdRef", "name" : "LeftMatrix" },
+ { "kind" : "IdRef", "name" : "RightMatrix" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -1732,8 +1732,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" }
],
"capabilities" : [ "Matrix" ],
"version": "1.0"
@@ -1745,8 +1745,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" }
],
"version": "1.0"
},
@@ -1757,8 +1757,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1769,8 +1769,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1781,8 +1781,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1793,8 +1793,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1805,7 +1805,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector_" }
+ { "kind" : "IdRef", "name" : "Vector" }
],
"version": "1.0"
},
@@ -1816,7 +1816,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector_" }
+ { "kind" : "IdRef", "name" : "Vector" }
],
"version": "1.0"
},
@@ -1827,7 +1827,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
],
"version": "1.0"
},
@@ -1838,7 +1838,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
],
"version": "1.0"
},
@@ -1849,7 +1849,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1861,7 +1861,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1873,7 +1873,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" }
+ { "kind" : "IdRef", "name" : "x" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1885,8 +1885,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
],
"capabilities" : [ "Kernel" ],
"version" : "1.0",
@@ -1899,8 +1899,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1912,8 +1912,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_x_" },
- { "kind" : "IdRef", "name" : "_y_" }
+ { "kind" : "IdRef", "name" : "x" },
+ { "kind" : "IdRef", "name" : "y" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -1925,8 +1925,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1937,8 +1937,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1949,8 +1949,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -1961,8 +1961,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version" : "1.0"
},
@@ -1973,7 +1973,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version": "1.0"
},
@@ -1984,9 +1984,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Condition_" },
- { "kind" : "IdRef", "name" : "_Object 1_" },
- { "kind" : "IdRef", "name" : "_Object 2_" }
+ { "kind" : "IdRef", "name" : "Condition" },
+ { "kind" : "IdRef", "name" : "Object 1" },
+ { "kind" : "IdRef", "name" : "Object 2" }
],
"version": "1.0"
},
@@ -1997,8 +1997,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2009,8 +2009,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2021,8 +2021,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2033,8 +2033,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2045,8 +2045,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2057,8 +2057,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2069,8 +2069,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2081,8 +2081,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2093,8 +2093,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2105,8 +2105,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2117,8 +2117,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2129,8 +2129,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2141,8 +2141,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2153,8 +2153,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2165,8 +2165,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2177,8 +2177,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2189,8 +2189,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2201,8 +2201,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2213,8 +2213,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2225,8 +2225,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2237,8 +2237,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2249,8 +2249,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2261,8 +2261,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Shift_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Shift" }
],
"version": "1.0"
},
@@ -2273,8 +2273,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Shift_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Shift" }
],
"version": "1.0"
},
@@ -2285,8 +2285,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Shift_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Shift" }
],
"version": "1.0"
},
@@ -2297,8 +2297,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2309,8 +2309,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2321,8 +2321,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version": "1.0"
},
@@ -2333,7 +2333,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version": "1.0"
},
@@ -2344,10 +2344,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Insert_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
- { "kind" : "IdRef", "name" : "_Count_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Insert" },
+ { "kind" : "IdRef", "name" : "Offset" },
+ { "kind" : "IdRef", "name" : "Count" }
],
"capabilities" : [ "Shader", "BitInstructions" ],
"version": "1.0"
@@ -2359,9 +2359,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
- { "kind" : "IdRef", "name" : "_Count_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Offset" },
+ { "kind" : "IdRef", "name" : "Count" }
],
"capabilities" : [ "Shader", "BitInstructions" ],
"version": "1.0"
@@ -2373,9 +2373,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
- { "kind" : "IdRef", "name" : "_Count_" }
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Offset" },
+ { "kind" : "IdRef", "name" : "Count" }
],
"capabilities" : [ "Shader", "BitInstructions" ],
"version": "1.0"
@@ -2387,7 +2387,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" }
+ { "kind" : "IdRef", "name" : "Base" }
],
"capabilities" : [ "Shader", "BitInstructions" ],
"version": "1.0"
@@ -2399,7 +2399,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" }
+ { "kind" : "IdRef", "name" : "Base" }
],
"version": "1.0"
},
@@ -2410,7 +2410,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "Shader" ],
"version": "1.0"
@@ -2422,7 +2422,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "Shader" ],
"version": "1.0"
@@ -2434,7 +2434,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "Shader" ],
"version": "1.0"
@@ -2446,7 +2446,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "DerivativeControl" ],
"version": "1.0"
@@ -2458,7 +2458,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "DerivativeControl" ],
"version": "1.0"
@@ -2470,7 +2470,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "DerivativeControl" ],
"version": "1.0"
@@ -2482,7 +2482,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "DerivativeControl" ],
"version": "1.0"
@@ -2494,7 +2494,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "DerivativeControl" ],
"version": "1.0"
@@ -2506,7 +2506,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_P_" }
+ { "kind" : "IdRef", "name" : "P" }
],
"capabilities" : [ "DerivativeControl" ],
"version": "1.0"
@@ -2530,7 +2530,7 @@
"class" : "Primitive",
"opcode" : 220,
"operands" : [
- { "kind" : "IdRef", "name" : "_Stream_" }
+ { "kind" : "IdRef", "name" : "Stream" }
],
"capabilities" : [ "GeometryStreams" ],
"version": "1.0"
@@ -2540,7 +2540,7 @@
"class" : "Primitive",
"opcode" : 221,
"operands" : [
- { "kind" : "IdRef", "name" : "_Stream_" }
+ { "kind" : "IdRef", "name" : "Stream" }
],
"capabilities" : [ "GeometryStreams" ],
"version": "1.0"
@@ -2550,9 +2550,9 @@
"class" : "Barrier",
"opcode" : 224,
"operands" : [
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"version": "1.0"
},
@@ -2561,8 +2561,8 @@
"class" : "Barrier",
"opcode" : 225,
"operands" : [
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"version": "1.0"
},
@@ -2573,9 +2573,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"version": "1.0"
},
@@ -2584,10 +2584,10 @@
"class" : "Atomic",
"opcode" : 228,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2598,10 +2598,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2612,12 +2612,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Equal_" },
- { "kind" : "IdMemorySemantics", "name" : "_Unequal_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Comparator_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Equal" },
+ { "kind" : "IdMemorySemantics", "name" : "Unequal" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Comparator" }
],
"version": "1.0"
},
@@ -2628,12 +2628,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Equal_" },
- { "kind" : "IdMemorySemantics", "name" : "_Unequal_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Comparator_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Equal" },
+ { "kind" : "IdMemorySemantics", "name" : "Unequal" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Comparator" }
],
"capabilities" : [ "Kernel" ],
"version" : "1.0",
@@ -2646,9 +2646,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"version": "1.0"
},
@@ -2659,9 +2659,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"version": "1.0"
},
@@ -2672,10 +2672,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2686,10 +2686,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2700,10 +2700,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2714,10 +2714,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2728,10 +2728,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2742,10 +2742,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2756,10 +2756,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2770,10 +2770,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2784,10 +2784,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2798,7 +2798,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "PairIdRefIdRef", "quantifier" : "*", "name" : "_Variable, Parent, ..._" }
+ { "kind" : "PairIdRefIdRef", "quantifier" : "*", "name" : "Variable, Parent, ..." }
],
"version": "1.0"
},
@@ -2807,8 +2807,8 @@
"class" : "Control-Flow",
"opcode" : 246,
"operands" : [
- { "kind" : "IdRef", "name" : "_Merge Block_" },
- { "kind" : "IdRef", "name" : "_Continue Target_" },
+ { "kind" : "IdRef", "name" : "Merge Block" },
+ { "kind" : "IdRef", "name" : "Continue Target" },
{ "kind" : "LoopControl" }
],
"version": "1.0"
@@ -2818,7 +2818,7 @@
"class" : "Control-Flow",
"opcode" : 247,
"operands" : [
- { "kind" : "IdRef", "name" : "_Merge Block_" },
+ { "kind" : "IdRef", "name" : "Merge Block" },
{ "kind" : "SelectionControl" }
],
"version": "1.0"
@@ -2837,7 +2837,7 @@
"class" : "Control-Flow",
"opcode" : 249,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target Label_" }
+ { "kind" : "IdRef", "name" : "Target Label" }
],
"version": "1.0"
},
@@ -2846,10 +2846,10 @@
"class" : "Control-Flow",
"opcode" : 250,
"operands" : [
- { "kind" : "IdRef", "name" : "_Condition_" },
- { "kind" : "IdRef", "name" : "_True Label_" },
- { "kind" : "IdRef", "name" : "_False Label_" },
- { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "_Branch weights_" }
+ { "kind" : "IdRef", "name" : "Condition" },
+ { "kind" : "IdRef", "name" : "True Label" },
+ { "kind" : "IdRef", "name" : "False Label" },
+ { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "Branch weights" }
],
"version": "1.0"
},
@@ -2858,9 +2858,9 @@
"class" : "Control-Flow",
"opcode" : 251,
"operands" : [
- { "kind" : "IdRef", "name" : "_Selector_" },
- { "kind" : "IdRef", "name" : "_Default_" },
- { "kind" : "PairLiteralIntegerIdRef", "quantifier" : "*", "name" : "_Target_" }
+ { "kind" : "IdRef", "name" : "Selector" },
+ { "kind" : "IdRef", "name" : "Default" },
+ { "kind" : "PairLiteralIntegerIdRef", "quantifier" : "*", "name" : "Target" }
],
"version": "1.0"
},
@@ -2882,7 +2882,7 @@
"class" : "Control-Flow",
"opcode" : 254,
"operands" : [
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"version": "1.0"
},
@@ -2897,8 +2897,8 @@
"class" : "Control-Flow",
"opcode" : 256,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "LiteralInteger", "name" : "_Size_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "LiteralInteger", "name" : "Size" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -2908,8 +2908,8 @@
"class" : "Control-Flow",
"opcode" : 257,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "LiteralInteger", "name" : "_Size_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "LiteralInteger", "name" : "Size" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -2921,12 +2921,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Destination_" },
- { "kind" : "IdRef", "name" : "_Source_" },
- { "kind" : "IdRef", "name" : "_Num Elements_" },
- { "kind" : "IdRef", "name" : "_Stride_" },
- { "kind" : "IdRef", "name" : "_Event_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Destination" },
+ { "kind" : "IdRef", "name" : "Source" },
+ { "kind" : "IdRef", "name" : "Num Elements" },
+ { "kind" : "IdRef", "name" : "Stride" },
+ { "kind" : "IdRef", "name" : "Event" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -2936,9 +2936,9 @@
"class" : "Group",
"opcode" : 260,
"operands" : [
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Num Events_" },
- { "kind" : "IdRef", "name" : "_Events List_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Num Events" },
+ { "kind" : "IdRef", "name" : "Events List" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -2950,8 +2950,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -2963,8 +2963,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -2976,9 +2976,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_LocalId_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "LocalId" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -2990,9 +2990,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3004,9 +3004,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3018,9 +3018,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3032,9 +3032,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3046,9 +3046,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3060,9 +3060,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3074,9 +3074,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3088,9 +3088,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"version": "1.0"
@@ -3102,10 +3102,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3117,10 +3117,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3132,12 +3132,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" },
- { "kind" : "IdRef", "name" : "_Index_" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Reserve Id" },
+ { "kind" : "IdRef", "name" : "Index" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3149,12 +3149,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" },
- { "kind" : "IdRef", "name" : "_Index_" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Reserve Id" },
+ { "kind" : "IdRef", "name" : "Index" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3166,10 +3166,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Num Packets_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Num Packets" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3181,10 +3181,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Num Packets_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Num Packets" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3194,10 +3194,10 @@
"class" : "Pipe",
"opcode" : 280,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Reserve Id" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3207,10 +3207,10 @@
"class" : "Pipe",
"opcode" : 281,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Reserve Id" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3222,7 +3222,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" }
+ { "kind" : "IdRef", "name" : "Reserve Id" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3234,9 +3234,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3248,9 +3248,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3262,11 +3262,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Num Packets_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Num Packets" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3278,11 +3278,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Num Packets_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Num Packets" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3292,11 +3292,11 @@
"class" : "Pipe",
"opcode" : 287,
"operands" : [
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Reserve Id" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3306,11 +3306,11 @@
"class" : "Pipe",
"opcode" : 288,
"operands" : [
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Pipe_" },
- { "kind" : "IdRef", "name" : "_Reserve Id_" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Pipe" },
+ { "kind" : "IdRef", "name" : "Reserve Id" },
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "Pipes" ],
"version": "1.0"
@@ -3322,10 +3322,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Queue_" },
- { "kind" : "IdRef", "name" : "_Num Events_" },
- { "kind" : "IdRef", "name" : "_Wait Events_" },
- { "kind" : "IdRef", "name" : "_Ret Event_" }
+ { "kind" : "IdRef", "name" : "Queue" },
+ { "kind" : "IdRef", "name" : "Num Events" },
+ { "kind" : "IdRef", "name" : "Wait Events" },
+ { "kind" : "IdRef", "name" : "Ret Event" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3337,17 +3337,17 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Queue_" },
- { "kind" : "IdRef", "name" : "_Flags_" },
- { "kind" : "IdRef", "name" : "_ND Range_" },
- { "kind" : "IdRef", "name" : "_Num Events_" },
- { "kind" : "IdRef", "name" : "_Wait Events_" },
- { "kind" : "IdRef", "name" : "_Ret Event_" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Local Size_" }
+ { "kind" : "IdRef", "name" : "Queue" },
+ { "kind" : "IdRef", "name" : "Flags" },
+ { "kind" : "IdRef", "name" : "ND Range" },
+ { "kind" : "IdRef", "name" : "Num Events" },
+ { "kind" : "IdRef", "name" : "Wait Events" },
+ { "kind" : "IdRef", "name" : "Ret Event" },
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Local Size" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3359,11 +3359,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_ND Range_" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" }
+ { "kind" : "IdRef", "name" : "ND Range" },
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3375,11 +3375,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_ND Range_" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" }
+ { "kind" : "IdRef", "name" : "ND Range" },
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3391,10 +3391,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" }
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3406,10 +3406,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" }
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3419,7 +3419,7 @@
"class" : "Device-Side_Enqueue",
"opcode" : 297,
"operands" : [
- { "kind" : "IdRef", "name" : "_Event_" }
+ { "kind" : "IdRef", "name" : "Event" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3429,7 +3429,7 @@
"class" : "Device-Side_Enqueue",
"opcode" : 298,
"operands" : [
- { "kind" : "IdRef", "name" : "_Event_" }
+ { "kind" : "IdRef", "name" : "Event" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3452,7 +3452,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Event_" }
+ { "kind" : "IdRef", "name" : "Event" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3462,8 +3462,8 @@
"class" : "Device-Side_Enqueue",
"opcode" : 301,
"operands" : [
- { "kind" : "IdRef", "name" : "_Event_" },
- { "kind" : "IdRef", "name" : "_Status_" }
+ { "kind" : "IdRef", "name" : "Event" },
+ { "kind" : "IdRef", "name" : "Status" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3473,9 +3473,9 @@
"class" : "Device-Side_Enqueue",
"opcode" : 302,
"operands" : [
- { "kind" : "IdRef", "name" : "_Event_" },
- { "kind" : "IdRef", "name" : "_Profiling Info_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Event" },
+ { "kind" : "IdRef", "name" : "Profiling Info" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3498,9 +3498,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_GlobalWorkSize_" },
- { "kind" : "IdRef", "name" : "_LocalWorkSize_" },
- { "kind" : "IdRef", "name" : "_GlobalWorkOffset_" }
+ { "kind" : "IdRef", "name" : "GlobalWorkSize" },
+ { "kind" : "IdRef", "name" : "LocalWorkSize" },
+ { "kind" : "IdRef", "name" : "GlobalWorkOffset" }
],
"capabilities" : [ "DeviceEnqueue" ],
"version": "1.0"
@@ -3512,8 +3512,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3526,8 +3526,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3540,9 +3540,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3555,9 +3555,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3570,8 +3570,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3584,8 +3584,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3598,9 +3598,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3613,9 +3613,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3628,8 +3628,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3642,9 +3642,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Component_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Component" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3657,9 +3657,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_D~ref~_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "D~ref~" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3672,7 +3672,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Resident Code_" }
+ { "kind" : "IdRef", "name" : "Resident Code" }
],
"capabilities" : [ "SparseResidency" ],
"version": "1.0"
@@ -3690,9 +3690,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -3702,9 +3702,9 @@
"class" : "Atomic",
"opcode" : 319,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"capabilities" : [ "Kernel" ],
"version": "1.0"
@@ -3716,8 +3716,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "SparseResidency" ],
@@ -3730,7 +3730,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [ "Addresses" ],
"version" : "1.1"
@@ -3752,9 +3752,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "LiteralInteger", "name" : "_Packet Size_" },
- { "kind" : "LiteralInteger", "name" : "_Packet Alignment_" },
- { "kind" : "LiteralInteger", "name" : "_Capacity_" }
+ { "kind" : "LiteralInteger", "name" : "Packet Size" },
+ { "kind" : "LiteralInteger", "name" : "Packet Alignment" },
+ { "kind" : "LiteralInteger", "name" : "Capacity" }
],
"capabilities" : [ "PipeStorage" ],
"version" : "1.1"
@@ -3766,7 +3766,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pipe Storage_" }
+ { "kind" : "IdRef", "name" : "Pipe Storage" }
],
"capabilities" : [ "PipeStorage" ],
"version" : "1.1"
@@ -3778,11 +3778,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Subgroup Count_" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" }
+ { "kind" : "IdRef", "name" : "Subgroup Count" },
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" }
],
"capabilities" : [ "SubgroupDispatch" ],
"version" : "1.1"
@@ -3794,10 +3794,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Invoke_" },
- { "kind" : "IdRef", "name" : "_Param_" },
- { "kind" : "IdRef", "name" : "_Param Size_" },
- { "kind" : "IdRef", "name" : "_Param Align_" }
+ { "kind" : "IdRef", "name" : "Invoke" },
+ { "kind" : "IdRef", "name" : "Param" },
+ { "kind" : "IdRef", "name" : "Param Size" },
+ { "kind" : "IdRef", "name" : "Param Align" }
],
"capabilities" : [ "SubgroupDispatch" ],
"version" : "1.1"
@@ -3819,7 +3819,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Subgroup Count_" }
+ { "kind" : "IdRef", "name" : "Subgroup Count" }
],
"capabilities" : [ "NamedBarrier" ],
"version" : "1.1"
@@ -3829,9 +3829,9 @@
"class" : "Barrier",
"opcode" : 329,
"operands" : [
- { "kind" : "IdRef", "name" : "_Named Barrier_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdRef", "name" : "Named Barrier" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"capabilities" : [ "NamedBarrier" ],
"version" : "1.1"
@@ -3841,7 +3841,7 @@
"class" : "Debug",
"opcode" : 330,
"operands" : [
- { "kind" : "LiteralString", "name" : "_Process_" }
+ { "kind" : "LiteralString", "name" : "Process" }
],
"version" : "1.1"
},
@@ -3850,8 +3850,8 @@
"class" : "Mode-Setting",
"opcode" : 331,
"operands" : [
- { "kind" : "IdRef", "name" : "_Entry Point_" },
- { "kind" : "ExecutionMode", "name" : "_Mode_" }
+ { "kind" : "IdRef", "name" : "Entry Point" },
+ { "kind" : "ExecutionMode", "name" : "Mode" }
],
"version" : "1.2"
},
@@ -3860,7 +3860,7 @@
"class" : "Annotation",
"opcode" : 332,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target_" },
+ { "kind" : "IdRef", "name" : "Target" },
{ "kind" : "Decoration" }
],
"extensions" : [ "SPV_GOOGLE_hlsl_functionality1" ],
@@ -3873,7 +3873,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" }
+ { "kind" : "IdScope", "name" : "Execution" }
],
"capabilities" : [ "GroupNonUniform" ],
"version" : "1.3"
@@ -3885,8 +3885,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "GroupNonUniformVote" ],
"version" : "1.3"
@@ -3898,8 +3898,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "GroupNonUniformVote" ],
"version" : "1.3"
@@ -3911,8 +3911,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformVote" ],
"version" : "1.3"
@@ -3924,9 +3924,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Id_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Id" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -3938,8 +3938,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -3951,8 +3951,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -3964,8 +3964,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -3977,9 +3977,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Index_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Index" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -3991,9 +3991,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -4005,8 +4005,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -4018,8 +4018,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformBallot" ],
"version" : "1.3"
@@ -4031,9 +4031,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Id_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Id" }
],
"capabilities" : [ "GroupNonUniformShuffle" ],
"version" : "1.3"
@@ -4045,9 +4045,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Mask_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Mask" }
],
"capabilities" : [ "GroupNonUniformShuffle" ],
"version" : "1.3"
@@ -4059,9 +4059,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Delta_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Delta" }
],
"capabilities" : [ "GroupNonUniformShuffleRelative" ],
"version" : "1.3"
@@ -4073,9 +4073,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Delta_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Delta" }
],
"capabilities" : [ "GroupNonUniformShuffleRelative" ],
"version" : "1.3"
@@ -4087,10 +4087,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4102,10 +4102,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4117,10 +4117,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4132,10 +4132,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4147,10 +4147,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4162,10 +4162,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4177,10 +4177,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4192,10 +4192,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4207,10 +4207,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4222,10 +4222,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4237,10 +4237,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4252,10 +4252,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4267,10 +4267,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4282,10 +4282,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4297,10 +4297,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4312,10 +4312,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformArithmetic", "GroupNonUniformClustered", "GroupNonUniformPartitionedNV" ],
"version" : "1.3"
@@ -4327,9 +4327,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Index_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Index" }
],
"capabilities" : [ "GroupNonUniformQuad" ],
"version" : "1.3"
@@ -4341,9 +4341,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Direction_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Direction" }
],
"capabilities" : [ "GroupNonUniformQuad" ],
"version" : "1.3"
@@ -4355,7 +4355,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"version" : "1.4"
},
@@ -4366,8 +4366,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version" : "1.4"
},
@@ -4378,8 +4378,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"version" : "1.4"
},
@@ -4390,8 +4390,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "Addresses", "VariablePointers", "VariablePointersStorageBuffer" ],
"version" : "1.4"
@@ -4403,8 +4403,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Attachment_" },
- { "kind" : "IdRef", "name" : "_Sample_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Attachment" },
+ { "kind" : "IdRef", "name" : "Sample", "quantifier" : "?" }
],
"capabilities": [ "TileImageColorReadAccessEXT" ],
"version" : "None"
@@ -4416,7 +4416,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sample_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Sample", "quantifier" : "?" }
],
"capabilities" : [ "TileImageDepthReadAccessEXT" ],
"version" : "None"
@@ -4428,7 +4428,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sample_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Sample", "quantifier" : "?" }
],
"capabilities" : [ "TileImageStencilReadAccessEXT" ],
"version" : "None"
@@ -4468,8 +4468,8 @@
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
{ "kind" : "StorageClass" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Data Type_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Initializer_" }
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Data Type" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Initializer" }
]
},
{
@@ -4482,9 +4482,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base Type_" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base Type" },
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
]
},
{
@@ -4497,9 +4497,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base Type_" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base Type" },
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
]
},
{
@@ -4509,7 +4509,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "SubgroupBallotKHR" ],
"extensions" : [ "SPV_KHR_shader_ballot" ],
@@ -4522,7 +4522,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "SubgroupBallotKHR" ],
"extensions" : [ "SPV_KHR_shader_ballot" ],
@@ -4538,10 +4538,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base Type_" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Element_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base Type" },
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Element" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
]
},
{
@@ -4554,10 +4554,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base Type_" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Element_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Indexes_" }
+ { "kind" : "IdRef", "name" : "Base Type" },
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Element" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Indexes" }
]
},
{
@@ -4570,9 +4570,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Structure_" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "LiteralInteger", "name" : "_Array member_" }
+ { "kind" : "IdRef", "name" : "Structure" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "LiteralInteger", "name" : "Array member" }
]
},
{
@@ -4583,11 +4583,11 @@
"provisional" : true,
"version" : "None",
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer Type_" },
- { "kind" : "IdRef", "name" : "_Num Bytes_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_RW_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Locality_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Cache Type_" }
+ { "kind" : "IdRef", "name" : "Pointer Type" },
+ { "kind" : "IdRef", "name" : "Num Bytes" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "RW" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Locality" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Cache Type" }
]
},
{
@@ -4597,7 +4597,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"extensions" : [
"SPV_KHR_subgroup_vote"
@@ -4612,7 +4612,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"extensions" : [
"SPV_KHR_subgroup_vote"
@@ -4627,7 +4627,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"extensions" : [
"SPV_KHR_subgroup_vote"
@@ -4642,10 +4642,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Delta_" },
- { "kind" : "IdRef", "name" : "_ClusterSize_", "quantifier" : "?" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Delta" },
+ { "kind" : "IdRef", "name" : "ClusterSize", "quantifier" : "?" }
],
"capabilities" : [ "GroupNonUniformRotateKHR" ],
"version" : "None"
@@ -4657,8 +4657,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_Index_" }
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "Index" }
],
"capabilities" : [ "SubgroupBallotKHR" ],
"extensions" : [ "SPV_KHR_shader_ballot" ],
@@ -4671,9 +4671,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Set_" },
- { "kind" : "LiteralExtInstInteger", "name" : "_Instruction_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Operand 1_, +\n_Operand 2_, +\n..." }
+ { "kind" : "IdRef", "name" : "Set" },
+ { "kind" : "LiteralExtInstInteger", "name" : "Instruction" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Operand 1, Operand 2, ..." }
],
"extensions" : [ "SPV_KHR_relaxed_extended_instruction" ],
"version": "None"
@@ -4684,17 +4684,17 @@
"opcode" : 4445,
"operands" : [
- { "kind" : "IdRef", "name" : "_Accel_" },
- { "kind" : "IdRef", "name" : "_Ray Flags_" },
- { "kind" : "IdRef", "name" : "_Cull Mask_" },
- { "kind" : "IdRef", "name" : "_SBT Offset_" },
- { "kind" : "IdRef", "name" : "_SBT Stride_" },
- { "kind" : "IdRef", "name" : "_Miss Index_" },
- { "kind" : "IdRef", "name" : "_Ray Origin_" },
- { "kind" : "IdRef", "name" : "_Ray Tmin_" },
- { "kind" : "IdRef", "name" : "_Ray Direction_" },
- { "kind" : "IdRef", "name" : "_Ray Tmax_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Accel" },
+ { "kind" : "IdRef", "name" : "Ray Flags" },
+ { "kind" : "IdRef", "name" : "Cull Mask" },
+ { "kind" : "IdRef", "name" : "SBT Offset" },
+ { "kind" : "IdRef", "name" : "SBT Stride" },
+ { "kind" : "IdRef", "name" : "Miss Index" },
+ { "kind" : "IdRef", "name" : "Ray Origin" },
+ { "kind" : "IdRef", "name" : "Ray Tmin" },
+ { "kind" : "IdRef", "name" : "Ray Direction" },
+ { "kind" : "IdRef", "name" : "Ray Tmax" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "RayTracingKHR" ],
"extensions" : [ "SPV_KHR_ray_tracing" ],
@@ -4706,8 +4706,8 @@
"opcode" : 4446,
"operands" : [
- { "kind" : "IdRef", "name" : "_SBT Index_" },
- { "kind" : "IdRef", "name" : "_Callable Data_" }
+ { "kind" : "IdRef", "name" : "SBT Index" },
+ { "kind" : "IdRef", "name" : "Callable Data" }
],
"capabilities" : [ "RayTracingKHR" ],
"extensions" : [ "SPV_KHR_ray_tracing" ],
@@ -4720,7 +4720,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Accel_" }
+ { "kind" : "IdRef", "name" : "Accel" }
],
"capabilities" : [ "RayTracingKHR", "RayQueryKHR" ],
"extensions" : [ "SPV_KHR_ray_tracing", "SPV_KHR_ray_query" ],
@@ -4750,9 +4750,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "PackedVectorFormat", "name" : "_Packed Vector Format_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "PackedVectorFormat", "name" : "Packed Vector Format", "quantifier" : "?" }
],
"capabilities" : [ "DotProduct" ],
"extensions" : [ "SPV_KHR_integer_dot_product" ],
@@ -4766,9 +4766,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "PackedVectorFormat", "name" : "_Packed Vector Format_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "PackedVectorFormat", "name" : "Packed Vector Format", "quantifier" : "?" }
],
"capabilities" : [ "DotProduct" ],
"extensions" : [ "SPV_KHR_integer_dot_product" ],
@@ -4782,9 +4782,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "PackedVectorFormat", "name" : "_Packed Vector Format_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "PackedVectorFormat", "name" : "Packed Vector Format", "quantifier" : "?" }
],
"capabilities" : [ "DotProduct" ],
"extensions" : [ "SPV_KHR_integer_dot_product" ],
@@ -4798,10 +4798,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "IdRef", "name" : "_Accumulator_" },
- { "kind" : "PackedVectorFormat", "name" : "_Packed Vector Format_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "IdRef", "name" : "Accumulator" },
+ { "kind" : "PackedVectorFormat", "name" : "Packed Vector Format", "quantifier" : "?" }
],
"capabilities" : [ "DotProduct" ],
"extensions" : [ "SPV_KHR_integer_dot_product" ],
@@ -4815,10 +4815,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "IdRef", "name" : "_Accumulator_" },
- { "kind" : "PackedVectorFormat", "name" : "_Packed Vector Format_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "IdRef", "name" : "Accumulator" },
+ { "kind" : "PackedVectorFormat", "name" : "Packed Vector Format", "quantifier" : "?" }
],
"capabilities" : [ "DotProduct" ],
"extensions" : [ "SPV_KHR_integer_dot_product" ],
@@ -4832,10 +4832,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Vector 1_" },
- { "kind" : "IdRef", "name" : "_Vector 2_" },
- { "kind" : "IdRef", "name" : "_Accumulator_" },
- { "kind" : "PackedVectorFormat", "name" : "_Packed Vector Format_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Vector 1" },
+ { "kind" : "IdRef", "name" : "Vector 2" },
+ { "kind" : "IdRef", "name" : "Accumulator" },
+ { "kind" : "PackedVectorFormat", "name" : "Packed Vector Format", "quantifier" : "?" }
],
"capabilities" : [ "DotProduct" ],
"extensions" : [ "SPV_KHR_integer_dot_product" ],
@@ -4847,11 +4847,11 @@
"opcode" : 4456,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Component Type_" },
- { "kind" : "IdScope", "name" : "_Scope_" },
- { "kind" : "IdRef", "name" : "_Rows_" },
- { "kind" : "IdRef", "name" : "_Columns_" },
- { "kind" : "IdRef", "name" : "_Use_" }
+ { "kind" : "IdRef", "name" : "Component Type" },
+ { "kind" : "IdScope", "name" : "Scope" },
+ { "kind" : "IdRef", "name" : "Rows" },
+ { "kind" : "IdRef", "name" : "Columns" },
+ { "kind" : "IdRef", "name" : "Use" }
],
"capabilities" : [ "CooperativeMatrixKHR" ],
"version" : "None"
@@ -4863,10 +4863,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_MemoryLayout_" },
- { "kind" : "IdRef", "name" : "_Stride_", "quantifier": "?" },
- { "kind" : "MemoryAccess", "name" : "_Memory Operand_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "MemoryLayout" },
+ { "kind" : "IdRef", "name" : "Stride", "quantifier": "?" },
+ { "kind" : "MemoryAccess", "name" : "Memory Operand", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeMatrixKHR" ],
"version" : "None"
@@ -4876,11 +4876,11 @@
"class" : "Memory",
"opcode" : 4458,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Object_" },
- { "kind" : "IdRef", "name" : "_MemoryLayout_" },
- { "kind" : "IdRef", "name" : "_Stride_", "quantifier": "?" },
- { "kind" : "MemoryAccess", "name" : "_Memory Operand_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Object" },
+ { "kind" : "IdRef", "name" : "MemoryLayout" },
+ { "kind" : "IdRef", "name" : "Stride", "quantifier": "?" },
+ { "kind" : "MemoryAccess", "name" : "Memory Operand", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeMatrixKHR" ],
"version" : "None"
@@ -4892,10 +4892,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "IdRef", "name" : "_C_" },
- { "kind" : "CooperativeMatrixOperands", "name" : "_Cooperative Matrix Operands_", "quantifier" : "?" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "IdRef", "name" : "C" },
+ { "kind" : "CooperativeMatrixOperands", "name" : "Cooperative Matrix Operands", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeMatrixKHR" ],
"version" : "None"
@@ -4907,7 +4907,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Type_" }
+ { "kind" : "IdRef", "name" : "Type" }
],
"capabilities" : [ "CooperativeMatrixKHR" ],
"version" : "None"
@@ -4919,7 +4919,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "ReplicatedCompositesEXT" ],
"version" : "None"
@@ -4931,7 +4931,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "ReplicatedCompositesEXT" ],
"version" : "None"
@@ -4943,7 +4943,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "ReplicatedCompositesEXT" ],
"version" : "None"
@@ -4966,35 +4966,35 @@
"operands" : [
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Accel_"
+ "name" : "Accel"
},
{
"kind" : "IdRef",
- "name" : "_RayFlags_"
+ "name" : "RayFlags"
},
{
"kind" : "IdRef",
- "name" : "_CullMask_"
+ "name" : "CullMask"
},
{
"kind" : "IdRef",
- "name" : "_RayOrigin_"
+ "name" : "RayOrigin"
},
{
"kind" : "IdRef",
- "name" : "_RayTMin_"
+ "name" : "RayTMin"
},
{
"kind" : "IdRef",
- "name" : "_RayDirection_"
+ "name" : "RayDirection"
},
{
"kind" : "IdRef",
- "name" : "_RayTMax_"
+ "name" : "RayTMax"
}
],
@@ -5009,7 +5009,7 @@
"operands" : [
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -5023,11 +5023,11 @@
"operands" : [
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_HitT_"
+ "name" : "HitT"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -5041,7 +5041,7 @@
"operands" : [
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -5057,7 +5057,7 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -5073,11 +5073,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -5091,9 +5091,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Texture_" },
- { "kind" : "IdRef", "name" : "_Coordinates_" },
- { "kind" : "IdRef", "name" : "_Weights_" }
+ { "kind" : "IdRef", "name" : "Texture" },
+ { "kind" : "IdRef", "name" : "Coordinates" },
+ { "kind" : "IdRef", "name" : "Weights" }
],
"capabilities" : [ "TextureSampleWeightedQCOM" ],
"version" : "None"
@@ -5105,9 +5105,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Texture_" },
- { "kind" : "IdRef", "name" : "_Coordinates_" },
- { "kind" : "IdRef", "name" : "_Box Size_" }
+ { "kind" : "IdRef", "name" : "Texture" },
+ { "kind" : "IdRef", "name" : "Coordinates" },
+ { "kind" : "IdRef", "name" : "Box Size" }
],
"capabilities" : [ "TextureBoxFilterQCOM" ],
"version" : "None"
@@ -5119,11 +5119,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target_" },
- { "kind" : "IdRef", "name" : "_Target Coordinates_" },
- { "kind" : "IdRef", "name" : "_Reference_" },
- { "kind" : "IdRef", "name" : "_Reference Coordinates_" },
- { "kind" : "IdRef", "name" : "_Block Size_" }
+ { "kind" : "IdRef", "name" : "Target" },
+ { "kind" : "IdRef", "name" : "Target Coordinates" },
+ { "kind" : "IdRef", "name" : "Reference" },
+ { "kind" : "IdRef", "name" : "Reference Coordinates" },
+ { "kind" : "IdRef", "name" : "Block Size" }
],
"capabilities" : [ "TextureBlockMatchQCOM" ],
"version" : "None"
@@ -5135,11 +5135,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target_" },
- { "kind" : "IdRef", "name" : "_Target Coordinates_" },
- { "kind" : "IdRef", "name" : "_Reference_" },
- { "kind" : "IdRef", "name" : "_Reference Coordinates_" },
- { "kind" : "IdRef", "name" : "_Block Size_" }
+ { "kind" : "IdRef", "name" : "Target" },
+ { "kind" : "IdRef", "name" : "Target Coordinates" },
+ { "kind" : "IdRef", "name" : "Reference" },
+ { "kind" : "IdRef", "name" : "Reference Coordinates" },
+ { "kind" : "IdRef", "name" : "Block Size" }
],
"capabilities" : [ "TextureBlockMatchQCOM" ],
"version" : "None"
@@ -5151,11 +5151,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Target Coordinates_" },
- { "kind" : "IdRef", "name" : "_Reference Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Reference Coordinates_" },
- { "kind" : "IdRef", "name" : "_Block Size_" }
+ { "kind" : "IdRef", "name" : "Target Sampled Image" },
+ { "kind" : "IdRef", "name" : "Target Coordinates" },
+ { "kind" : "IdRef", "name" : "Reference Sampled Image" },
+ { "kind" : "IdRef", "name" : "Reference Coordinates" },
+ { "kind" : "IdRef", "name" : "Block Size" }
],
"capabilities" : [ "TextureBlockMatch2QCOM" ],
"version" : "None"
@@ -5167,11 +5167,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Target Coordinates_" },
- { "kind" : "IdRef", "name" : "_Reference Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Reference Coordinates_" },
- { "kind" : "IdRef", "name" : "_Block Size_" }
+ { "kind" : "IdRef", "name" : "Target Sampled Image" },
+ { "kind" : "IdRef", "name" : "Target Coordinates" },
+ { "kind" : "IdRef", "name" : "Reference Sampled Image" },
+ { "kind" : "IdRef", "name" : "Reference Coordinates" },
+ { "kind" : "IdRef", "name" : "Block Size" }
],
"capabilities" : [ "TextureBlockMatch2QCOM" ],
"version" : "None"
@@ -5183,11 +5183,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Target Coordinates_" },
- { "kind" : "IdRef", "name" : "_Reference Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Reference Coordinates_" },
- { "kind" : "IdRef", "name" : "_Block Size_" }
+ { "kind" : "IdRef", "name" : "Target Sampled Image" },
+ { "kind" : "IdRef", "name" : "Target Coordinates" },
+ { "kind" : "IdRef", "name" : "Reference Sampled Image" },
+ { "kind" : "IdRef", "name" : "Reference Coordinates" },
+ { "kind" : "IdRef", "name" : "Block Size" }
],
"capabilities" : [ "TextureBlockMatch2QCOM" ],
"version" : "None"
@@ -5199,11 +5199,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Target Coordinates_" },
- { "kind" : "IdRef", "name" : "_Reference Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Reference Coordinates_" },
- { "kind" : "IdRef", "name" : "_Block Size_" }
+ { "kind" : "IdRef", "name" : "Target Sampled Image" },
+ { "kind" : "IdRef", "name" : "Target Coordinates" },
+ { "kind" : "IdRef", "name" : "Reference Sampled Image" },
+ { "kind" : "IdRef", "name" : "Reference Coordinates" },
+ { "kind" : "IdRef", "name" : "Block Size" }
],
"capabilities" : [ "TextureBlockMatch2QCOM" ],
"version" : "None"
@@ -5215,9 +5215,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5230,9 +5230,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5245,9 +5245,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5260,9 +5260,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5275,9 +5275,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5290,9 +5290,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5305,9 +5305,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5320,9 +5320,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "Groups" ],
"extensions" : [ "SPV_AMD_shader_ballot" ],
@@ -5335,8 +5335,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" }
],
"capabilities" : [ "FragmentMaskAMD" ],
"extensions" : [ "SPV_AMD_shader_fragment_mask" ],
@@ -5349,9 +5349,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Fragment Index_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Fragment Index" }
],
"capabilities" : [ "FragmentMaskAMD" ],
"extensions" : [ "SPV_AMD_shader_fragment_mask" ],
@@ -5364,7 +5364,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Scope_" }
+ { "kind" : "IdScope", "name" : "Scope" }
],
"capabilities" : [ "ShaderClockKHR" ],
"version" : "None"
@@ -5376,9 +5376,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Visibility_" },
- { "kind" : "IdRef", "name": "_Payload Count_" },
- { "kind" : "IdRef", "name": "_Node Index_" }
+ { "kind" : "IdScope", "name" : "Visibility" },
+ { "kind" : "IdRef", "name": "Payload Count" },
+ { "kind" : "IdRef", "name": "Node Index" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5389,7 +5389,7 @@
"class" : "Reserved",
"opcode" : 5075,
"operands" : [
- { "kind" : "IdRef", "name": "_Payload Array_" }
+ { "kind" : "IdRef", "name": "Payload Array" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5401,7 +5401,7 @@
"opcode" : 5076,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name": "_Payload Type_" }
+ { "kind" : "IdRef", "name": "Payload Type" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5414,7 +5414,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name": "_Payload_" }
+ { "kind" : "IdRef", "name": "Payload" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5427,7 +5427,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name": "_Payload Array_" }
+ { "kind" : "IdRef", "name": "Payload Array" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5440,8 +5440,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name": "_Payload Type_" },
- { "kind" : "IdRef", "name": "_Node Index_" }
+ { "kind" : "IdRef", "name": "Payload Type" },
+ { "kind" : "IdRef", "name": "Node Index" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5453,7 +5453,7 @@
"opcode" : 5103,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralString", "name": "_Literal String_" }
+ { "kind" : "LiteralString", "name": "Literal String" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5465,7 +5465,7 @@
"opcode" : 5104,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralString", "name": "_Literal String_" }
+ { "kind" : "LiteralString", "name": "Literal String" }
],
"capabilities" : [ "ShaderEnqueueAMDX" ],
"provisional" : true,
@@ -5478,7 +5478,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "QuadControlKHR" ],
"version" : "None"
@@ -5490,7 +5490,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Predicate_" }
+ { "kind" : "IdRef", "name" : "Predicate" }
],
"capabilities" : [ "QuadControlKHR" ],
"version" : "None"
@@ -5500,20 +5500,20 @@
"class" : "Reserved",
"opcode" : 5249,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Acceleration Structure_" },
- { "kind" : "IdRef", "name" : "_InstanceId_" },
- { "kind" : "IdRef", "name" : "_PrimitiveId_" },
- { "kind" : "IdRef", "name" : "_GeometryIndex_" },
- { "kind" : "IdRef", "name" : "_Hit Kind_" },
- { "kind" : "IdRef", "name" : "_SBT Record Offset_" },
- { "kind" : "IdRef", "name" : "_SBT Record Stride_" },
- { "kind" : "IdRef", "name" : "_Origin_" },
- { "kind" : "IdRef", "name" : "_TMin_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_TMax_" },
- { "kind" : "IdRef", "name" : "_Current Time_" },
- { "kind" : "IdRef", "name" : "_HitObject Attributes_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Acceleration Structure" },
+ { "kind" : "IdRef", "name" : "InstanceId" },
+ { "kind" : "IdRef", "name" : "PrimitiveId" },
+ { "kind" : "IdRef", "name" : "GeometryIndex" },
+ { "kind" : "IdRef", "name" : "Hit Kind" },
+ { "kind" : "IdRef", "name" : "SBT Record Offset" },
+ { "kind" : "IdRef", "name" : "SBT Record Stride" },
+ { "kind" : "IdRef", "name" : "Origin" },
+ { "kind" : "IdRef", "name" : "TMin" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "TMax" },
+ { "kind" : "IdRef", "name" : "Current Time" },
+ { "kind" : "IdRef", "name" : "HitObject Attributes" }
],
"capabilities" : [ "ShaderInvocationReorderNV", "RayTracingMotionBlurNV" ],
"version" : "None"
@@ -5523,19 +5523,19 @@
"class" : "Reserved",
"opcode" : 5250,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Acceleration Structure_" },
- { "kind" : "IdRef", "name" : "_InstanceId_" },
- { "kind" : "IdRef", "name" : "_PrimitiveId_" },
- { "kind" : "IdRef", "name" : "_GeometryIndex_" },
- { "kind" : "IdRef", "name" : "_Hit Kind_" },
- { "kind" : "IdRef", "name" : "_SBT Record Index_" },
- { "kind" : "IdRef", "name" : "_Origin_" },
- { "kind" : "IdRef", "name" : "_TMin_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_TMax_" },
- { "kind" : "IdRef", "name" : "_Current Time_" },
- { "kind" : "IdRef", "name" : "_HitObject Attributes_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Acceleration Structure" },
+ { "kind" : "IdRef", "name" : "InstanceId" },
+ { "kind" : "IdRef", "name" : "PrimitiveId" },
+ { "kind" : "IdRef", "name" : "GeometryIndex" },
+ { "kind" : "IdRef", "name" : "Hit Kind" },
+ { "kind" : "IdRef", "name" : "SBT Record Index" },
+ { "kind" : "IdRef", "name" : "Origin" },
+ { "kind" : "IdRef", "name" : "TMin" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "TMax" },
+ { "kind" : "IdRef", "name" : "Current Time" },
+ { "kind" : "IdRef", "name" : "HitObject Attributes" }
],
"capabilities" : [ "ShaderInvocationReorderNV", "RayTracingMotionBlurNV" ],
"version" : "None"
@@ -5545,13 +5545,13 @@
"class" : "Reserved",
"opcode" : 5251,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_SBT Index_" },
- { "kind" : "IdRef", "name" : "_Origin_" },
- { "kind" : "IdRef", "name" : "_TMin_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_TMax_" },
- { "kind" : "IdRef", "name" : "_Current Time_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "SBT Index" },
+ { "kind" : "IdRef", "name" : "Origin" },
+ { "kind" : "IdRef", "name" : "TMin" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "TMax" },
+ { "kind" : "IdRef", "name" : "Current Time" }
],
"capabilities" : [ "ShaderInvocationReorderNV", "RayTracingMotionBlurNV" ],
"version" : "None"
@@ -5563,7 +5563,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5575,7 +5575,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5587,7 +5587,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5599,7 +5599,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5609,19 +5609,19 @@
"class" : "Reserved",
"opcode" : 5256,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Acceleration Structure_"},
- { "kind" : "IdRef", "name" : "_RayFlags_"},
- { "kind" : "IdRef", "name" : "_Cullmask_"},
- { "kind" : "IdRef", "name" : "_SBT Record Offset_"},
- { "kind" : "IdRef", "name" : "_SBT Record Stride_"},
- { "kind" : "IdRef", "name" : "_Miss Index_"},
- { "kind" : "IdRef", "name" : "_Origin_"},
- { "kind" : "IdRef", "name" : "_TMin_"},
- { "kind" : "IdRef", "name" : "_Direction_"},
- { "kind" : "IdRef", "name" : "_TMax_"},
- { "kind" : "IdRef", "name" : "_Time_"},
- { "kind" : "IdRef", "name" : "_Payload_"}
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Acceleration Structure"},
+ { "kind" : "IdRef", "name" : "RayFlags"},
+ { "kind" : "IdRef", "name" : "Cullmask"},
+ { "kind" : "IdRef", "name" : "SBT Record Offset"},
+ { "kind" : "IdRef", "name" : "SBT Record Stride"},
+ { "kind" : "IdRef", "name" : "Miss Index"},
+ { "kind" : "IdRef", "name" : "Origin"},
+ { "kind" : "IdRef", "name" : "TMin"},
+ { "kind" : "IdRef", "name" : "Direction"},
+ { "kind" : "IdRef", "name" : "TMax"},
+ { "kind" : "IdRef", "name" : "Time"},
+ { "kind" : "IdRef", "name" : "Payload"}
],
"capabilities" : [ "ShaderInvocationReorderNV", "RayTracingMotionBlurNV" ],
"version" : "None"
@@ -5633,7 +5633,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5645,7 +5645,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5655,7 +5655,7 @@
"class" : "Reserved",
"opcode" : 5259,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5665,18 +5665,18 @@
"class" : "Reserved",
"opcode" : 5260,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Acceleration Structure_"},
- { "kind" : "IdRef", "name" : "_RayFlags_"},
- { "kind" : "IdRef", "name" : "_Cullmask_"},
- { "kind" : "IdRef", "name" : "_SBT Record Offset_"},
- { "kind" : "IdRef", "name" : "_SBT Record Stride_"},
- { "kind" : "IdRef", "name" : "_Miss Index_"},
- { "kind" : "IdRef", "name" : "_Origin_"},
- { "kind" : "IdRef", "name" : "_TMin_"},
- { "kind" : "IdRef", "name" : "_Direction_"},
- { "kind" : "IdRef", "name" : "_TMax_"},
- { "kind" : "IdRef", "name" : "_Payload_"}
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Acceleration Structure"},
+ { "kind" : "IdRef", "name" : "RayFlags"},
+ { "kind" : "IdRef", "name" : "Cullmask"},
+ { "kind" : "IdRef", "name" : "SBT Record Offset"},
+ { "kind" : "IdRef", "name" : "SBT Record Stride"},
+ { "kind" : "IdRef", "name" : "Miss Index"},
+ { "kind" : "IdRef", "name" : "Origin"},
+ { "kind" : "IdRef", "name" : "TMin"},
+ { "kind" : "IdRef", "name" : "Direction"},
+ { "kind" : "IdRef", "name" : "TMax"},
+ { "kind" : "IdRef", "name" : "Payload"}
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5686,19 +5686,19 @@
"class" : "Reserved",
"opcode" : 5261,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Acceleration Structure_" },
- { "kind" : "IdRef", "name" : "_InstanceId_" },
- { "kind" : "IdRef", "name" : "_PrimitiveId_" },
- { "kind" : "IdRef", "name" : "_GeometryIndex_" },
- { "kind" : "IdRef", "name" : "_Hit Kind_" },
- { "kind" : "IdRef", "name" : "_SBT Record Offset_" },
- { "kind" : "IdRef", "name" : "_SBT Record Stride_" },
- { "kind" : "IdRef", "name" : "_Origin_" },
- { "kind" : "IdRef", "name" : "_TMin_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_TMax_" },
- { "kind" : "IdRef", "name" : "_HitObject Attributes_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Acceleration Structure" },
+ { "kind" : "IdRef", "name" : "InstanceId" },
+ { "kind" : "IdRef", "name" : "PrimitiveId" },
+ { "kind" : "IdRef", "name" : "GeometryIndex" },
+ { "kind" : "IdRef", "name" : "Hit Kind" },
+ { "kind" : "IdRef", "name" : "SBT Record Offset" },
+ { "kind" : "IdRef", "name" : "SBT Record Stride" },
+ { "kind" : "IdRef", "name" : "Origin" },
+ { "kind" : "IdRef", "name" : "TMin" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "TMax" },
+ { "kind" : "IdRef", "name" : "HitObject Attributes" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5708,18 +5708,18 @@
"class" : "Reserved",
"opcode" : 5262,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Acceleration Structure_" },
- { "kind" : "IdRef", "name" : "_InstanceId_" },
- { "kind" : "IdRef", "name" : "_PrimitiveId_" },
- { "kind" : "IdRef", "name" : "_GeometryIndex_" },
- { "kind" : "IdRef", "name" : "_Hit Kind_" },
- { "kind" : "IdRef", "name" : "_SBT Record Index_" },
- { "kind" : "IdRef", "name" : "_Origin_" },
- { "kind" : "IdRef", "name" : "_TMin_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_TMax_" },
- { "kind" : "IdRef", "name" : "_HitObject Attributes_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Acceleration Structure" },
+ { "kind" : "IdRef", "name" : "InstanceId" },
+ { "kind" : "IdRef", "name" : "PrimitiveId" },
+ { "kind" : "IdRef", "name" : "GeometryIndex" },
+ { "kind" : "IdRef", "name" : "Hit Kind" },
+ { "kind" : "IdRef", "name" : "SBT Record Index" },
+ { "kind" : "IdRef", "name" : "Origin" },
+ { "kind" : "IdRef", "name" : "TMin" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "TMax" },
+ { "kind" : "IdRef", "name" : "HitObject Attributes" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5729,12 +5729,12 @@
"class" : "Reserved",
"opcode" : 5263,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_SBT Index_" },
- { "kind" : "IdRef", "name" : "_Origin_" },
- { "kind" : "IdRef", "name" : "_TMin_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_TMax_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "SBT Index" },
+ { "kind" : "IdRef", "name" : "Origin" },
+ { "kind" : "IdRef", "name" : "TMin" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "TMax" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5744,8 +5744,8 @@
"class" : "Reserved",
"opcode" : 5264,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5757,7 +5757,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5767,8 +5767,8 @@
"class" : "Reserved",
"opcode" : 5266,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "name" : "_Hit Object Attribute_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "name" : "Hit Object Attribute" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5780,7 +5780,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5792,7 +5792,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5804,7 +5804,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5816,7 +5816,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5828,7 +5828,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5840,7 +5840,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5852,7 +5852,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5864,7 +5864,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5876,7 +5876,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5888,7 +5888,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5900,7 +5900,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5912,7 +5912,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5922,9 +5922,9 @@
"class" : "Reserved",
"opcode" : 5279,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hit Object_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Hint_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Bits_" }
+ { "kind" : "IdRef", "name" : "Hit Object" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Hint" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Bits" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5934,8 +5934,8 @@
"class" : "Reserved",
"opcode" : 5280,
"operands" : [
- { "kind" : "IdRef", "name" : "_Hint_" },
- { "kind" : "IdRef", "name" : "_Bits_" }
+ { "kind" : "IdRef", "name" : "Hint" },
+ { "kind" : "IdRef", "name" : "Bits" }
],
"capabilities" : [ "ShaderInvocationReorderNV" ],
"version" : "None"
@@ -5957,10 +5957,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Sampled Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Granularity_" },
- { "kind" : "IdRef", "name" : "_Coarse_" },
+ { "kind" : "IdRef", "name" : "Sampled Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Granularity" },
+ { "kind" : "IdRef", "name" : "Coarse" },
{ "kind" : "ImageOperands", "quantifier" : "?" }
],
"capabilities" : [ "ImageFootprintNV" ],
@@ -5973,8 +5973,8 @@
"opcode" : 5288,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Component Type_" },
- { "kind" : "IdRef", "name" : "_Component Count_" }
+ { "kind" : "IdRef", "name" : "Component Type" },
+ { "kind" : "IdRef", "name" : "Component Count" }
],
"capabilities" : [ "CooperativeVectorNV" ],
"version" : "None"
@@ -5986,16 +5986,16 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "IdRef", "name" : "_InputInterpretation_" },
- { "kind" : "IdRef", "name" : "_Matrix_" },
- { "kind" : "IdRef", "name" : "_MatrixOffset_" },
- { "kind" : "IdRef", "name" : "_MatrixInterpretation_" },
- { "kind" : "IdRef", "name" : "_M_" },
- { "kind" : "IdRef", "name" : "_K_" },
- { "kind" : "IdRef", "name" : "_MemoryLayout_" },
- { "kind" : "IdRef", "name" : "_Transpose_" },
- { "kind" : "IdRef", "name" : "_MatrixStride_", "quantifier": "?" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "IdRef", "name" : "InputInterpretation" },
+ { "kind" : "IdRef", "name" : "Matrix" },
+ { "kind" : "IdRef", "name" : "MatrixOffset" },
+ { "kind" : "IdRef", "name" : "MatrixInterpretation" },
+ { "kind" : "IdRef", "name" : "M" },
+ { "kind" : "IdRef", "name" : "K" },
+ { "kind" : "IdRef", "name" : "MemoryLayout" },
+ { "kind" : "IdRef", "name" : "Transpose" },
+ { "kind" : "IdRef", "name" : "MatrixStride", "quantifier": "?" },
{ "kind" : "CooperativeMatrixOperands", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeVectorNV" ],
@@ -6006,13 +6006,13 @@
"class" : "Reserved",
"opcode" : 5290,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "IdRef", "name" : "_MemoryLayout_" },
- { "kind" : "IdRef", "name" : "_MatrixInterpretation_" },
- { "kind" : "IdRef", "name" : "_MatrixStride_", "quantifier": "?" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Offset" },
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "IdRef", "name" : "MemoryLayout" },
+ { "kind" : "IdRef", "name" : "MatrixInterpretation" },
+ { "kind" : "IdRef", "name" : "MatrixStride", "quantifier": "?" }
],
"capabilities" : [ "CooperativeVectorTrainingNV" ],
"version" : "None"
@@ -6022,9 +6022,9 @@
"class" : "Reserved",
"opcode" : 5291,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
- { "kind" : "IdRef", "name" : "_V_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Offset" },
+ { "kind" : "IdRef", "name" : "V" }
],
"capabilities" : [ "CooperativeVectorTrainingNV" ],
"version" : "None"
@@ -6036,19 +6036,19 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "IdRef", "name" : "_InputInterpretation_" },
- { "kind" : "IdRef", "name" : "_Matrix_" },
- { "kind" : "IdRef", "name" : "_MatrixOffset_" },
- { "kind" : "IdRef", "name" : "_MatrixInterpretation_" },
- { "kind" : "IdRef", "name" : "_Bias_" },
- { "kind" : "IdRef", "name" : "_BiasOffset_" },
- { "kind" : "IdRef", "name" : "_BiasInterpretation_" },
- { "kind" : "IdRef", "name" : "_M_" },
- { "kind" : "IdRef", "name" : "_K_" },
- { "kind" : "IdRef", "name" : "_MemoryLayout_" },
- { "kind" : "IdRef", "name" : "_Transpose_" },
- { "kind" : "IdRef", "name" : "_MatrixStride_", "quantifier": "?" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "IdRef", "name" : "InputInterpretation" },
+ { "kind" : "IdRef", "name" : "Matrix" },
+ { "kind" : "IdRef", "name" : "MatrixOffset" },
+ { "kind" : "IdRef", "name" : "MatrixInterpretation" },
+ { "kind" : "IdRef", "name" : "Bias" },
+ { "kind" : "IdRef", "name" : "BiasOffset" },
+ { "kind" : "IdRef", "name" : "BiasInterpretation" },
+ { "kind" : "IdRef", "name" : "M" },
+ { "kind" : "IdRef", "name" : "K" },
+ { "kind" : "IdRef", "name" : "MemoryLayout" },
+ { "kind" : "IdRef", "name" : "Transpose" },
+ { "kind" : "IdRef", "name" : "MatrixStride", "quantifier": "?" },
{ "kind" : "CooperativeMatrixOperands", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeVectorNV" ],
@@ -6061,7 +6061,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" }
+ { "kind" : "IdRef", "name" : "Matrix" }
],
"capabilities" : [ "CooperativeMatrixConversionsNV" ],
"version" : "None"
@@ -6071,10 +6071,10 @@
"class" : "Reserved",
"opcode" : 5294,
"operands" : [
- { "kind" : "IdRef", "name" : "_Group Count X_" },
- { "kind" : "IdRef", "name" : "_Group Count Y_" },
- { "kind" : "IdRef", "name" : "_Group Count Z_" },
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Group Count X" },
+ { "kind" : "IdRef", "name" : "Group Count Y" },
+ { "kind" : "IdRef", "name" : "Group Count Z" },
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Payload" }
],
"capabilities" : [ "MeshShadingEXT" ],
"version" : "None"
@@ -6084,8 +6084,8 @@
"class" : "Reserved",
"opcode" : 5295,
"operands" : [
- { "kind" : "IdRef", "name" : "_Vertex Count_" },
- { "kind" : "IdRef", "name" : "_Primitive Count_" }
+ { "kind" : "IdRef", "name" : "Vertex Count" },
+ { "kind" : "IdRef", "name" : "Primitive Count" }
],
"capabilities" : [ "MeshShadingEXT" ],
"version" : "None"
@@ -6097,7 +6097,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "GroupNonUniformPartitionedNV" ],
"extensions" : [ "SPV_NV_shader_subgroup_partitioned" ],
@@ -6108,8 +6108,8 @@
"class" : "Reserved",
"opcode" : 5299,
"operands" : [
- { "kind" : "IdRef", "name" : "_Index Offset_" },
- { "kind" : "IdRef", "name" : "_Packed Indices_" }
+ { "kind" : "IdRef", "name" : "Index Offset" },
+ { "kind" : "IdRef", "name" : "Packed Indices" }
],
"capabilities" : [ "MeshShadingNV" ],
"extensions" : [ "SPV_NV_mesh_shader" ],
@@ -6122,11 +6122,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Accel_" },
- { "kind" : "IdRef", "name" : "_Instance Id_" },
- { "kind" : "IdRef", "name" : "_Geometry Index_" },
- { "kind" : "IdRef", "name" : "_Primitive Index_" },
- { "kind" : "IdRef", "name" : "_Barycentric_" }
+ { "kind" : "IdRef", "name" : "Accel" },
+ { "kind" : "IdRef", "name" : "Instance Id" },
+ { "kind" : "IdRef", "name" : "Geometry Index" },
+ { "kind" : "IdRef", "name" : "Primitive Index" },
+ { "kind" : "IdRef", "name" : "Barycentric" }
],
"capabilities" : [ "DisplacementMicromapNV" ],
"version" : "None"
@@ -6138,11 +6138,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Accel_" },
- { "kind" : "IdRef", "name" : "_Instance Id_" },
- { "kind" : "IdRef", "name" : "_Geometry Index_" },
- { "kind" : "IdRef", "name" : "_Primitive Index_" },
- { "kind" : "IdRef", "name" : "_Barycentric_" }
+ { "kind" : "IdRef", "name" : "Accel" },
+ { "kind" : "IdRef", "name" : "Instance Id" },
+ { "kind" : "IdRef", "name" : "Geometry Index" },
+ { "kind" : "IdRef", "name" : "Primitive Index" },
+ { "kind" : "IdRef", "name" : "Barycentric" }
],
"capabilities" : [ "DisplacementMicromapNV" ],
"version" : "None"
@@ -6154,8 +6154,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Offset" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeVectorNV" ],
@@ -6166,9 +6166,9 @@
"class" : "Memory",
"opcode" : 5303,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Offset_" },
- { "kind" : "IdRef", "name" : "_Object_" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Offset" },
+ { "kind" : "IdRef", "name" : "Object" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeVectorNV" ],
@@ -6182,8 +6182,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Hit_" },
- { "kind" : "IdRef", "name" : "_HitKind_" }
+ { "kind" : "IdRef", "name" : "Hit" },
+ { "kind" : "IdRef", "name" : "HitKind" }
],
"capabilities" : [ "RayTracingNV" , "RayTracingKHR" ],
"extensions" : [ "SPV_NV_ray_tracing" , "SPV_KHR_ray_tracing" ],
@@ -6211,17 +6211,17 @@
"opcode" : 5337,
"operands" : [
- { "kind" : "IdRef", "name" : "_Accel_" },
- { "kind" : "IdRef", "name" : "_Ray Flags_" },
- { "kind" : "IdRef", "name" : "_Cull Mask_" },
- { "kind" : "IdRef", "name" : "_SBT Offset_" },
- { "kind" : "IdRef", "name" : "_SBT Stride_" },
- { "kind" : "IdRef", "name" : "_Miss Index_" },
- { "kind" : "IdRef", "name" : "_Ray Origin_" },
- { "kind" : "IdRef", "name" : "_Ray Tmin_" },
- { "kind" : "IdRef", "name" : "_Ray Direction_" },
- { "kind" : "IdRef", "name" : "_Ray Tmax_" },
- { "kind" : "IdRef", "name" : "_PayloadId_" }
+ { "kind" : "IdRef", "name" : "Accel" },
+ { "kind" : "IdRef", "name" : "Ray Flags" },
+ { "kind" : "IdRef", "name" : "Cull Mask" },
+ { "kind" : "IdRef", "name" : "SBT Offset" },
+ { "kind" : "IdRef", "name" : "SBT Stride" },
+ { "kind" : "IdRef", "name" : "Miss Index" },
+ { "kind" : "IdRef", "name" : "Ray Origin" },
+ { "kind" : "IdRef", "name" : "Ray Tmin" },
+ { "kind" : "IdRef", "name" : "Ray Direction" },
+ { "kind" : "IdRef", "name" : "Ray Tmax" },
+ { "kind" : "IdRef", "name" : "PayloadId" }
],
"capabilities" : [ "RayTracingNV" ],
"extensions" : [ "SPV_NV_ray_tracing" ],
@@ -6233,18 +6233,18 @@
"opcode" : 5338,
"operands" : [
- { "kind" : "IdRef", "name" : "_Accel_" },
- { "kind" : "IdRef", "name" : "_Ray Flags_" },
- { "kind" : "IdRef", "name" : "_Cull Mask_" },
- { "kind" : "IdRef", "name" : "_SBT Offset_" },
- { "kind" : "IdRef", "name" : "_SBT Stride_" },
- { "kind" : "IdRef", "name" : "_Miss Index_" },
- { "kind" : "IdRef", "name" : "_Ray Origin_" },
- { "kind" : "IdRef", "name" : "_Ray Tmin_" },
- { "kind" : "IdRef", "name" : "_Ray Direction_" },
- { "kind" : "IdRef", "name" : "_Ray Tmax_" },
- { "kind" : "IdRef", "name" : "_Time_" },
- { "kind" : "IdRef", "name" : "_PayloadId_" }
+ { "kind" : "IdRef", "name" : "Accel" },
+ { "kind" : "IdRef", "name" : "Ray Flags" },
+ { "kind" : "IdRef", "name" : "Cull Mask" },
+ { "kind" : "IdRef", "name" : "SBT Offset" },
+ { "kind" : "IdRef", "name" : "SBT Stride" },
+ { "kind" : "IdRef", "name" : "Miss Index" },
+ { "kind" : "IdRef", "name" : "Ray Origin" },
+ { "kind" : "IdRef", "name" : "Ray Tmin" },
+ { "kind" : "IdRef", "name" : "Ray Direction" },
+ { "kind" : "IdRef", "name" : "Ray Tmax" },
+ { "kind" : "IdRef", "name" : "Time" },
+ { "kind" : "IdRef", "name" : "PayloadId" }
],
"capabilities" : [ "RayTracingMotionBlurNV" ],
"extensions" : [ "SPV_NV_ray_tracing_motion_blur" ],
@@ -6256,18 +6256,18 @@
"opcode" : 5339,
"operands" : [
- { "kind" : "IdRef", "name" : "_Accel_" },
- { "kind" : "IdRef", "name" : "_Ray Flags_" },
- { "kind" : "IdRef", "name" : "_Cull Mask_" },
- { "kind" : "IdRef", "name" : "_SBT Offset_" },
- { "kind" : "IdRef", "name" : "_SBT Stride_" },
- { "kind" : "IdRef", "name" : "_Miss Index_" },
- { "kind" : "IdRef", "name" : "_Ray Origin_" },
- { "kind" : "IdRef", "name" : "_Ray Tmin_" },
- { "kind" : "IdRef", "name" : "_Ray Direction_" },
- { "kind" : "IdRef", "name" : "_Ray Tmax_" },
- { "kind" : "IdRef", "name" : "_Time_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Accel" },
+ { "kind" : "IdRef", "name" : "Ray Flags" },
+ { "kind" : "IdRef", "name" : "Cull Mask" },
+ { "kind" : "IdRef", "name" : "SBT Offset" },
+ { "kind" : "IdRef", "name" : "SBT Stride" },
+ { "kind" : "IdRef", "name" : "Miss Index" },
+ { "kind" : "IdRef", "name" : "Ray Origin" },
+ { "kind" : "IdRef", "name" : "Ray Tmin" },
+ { "kind" : "IdRef", "name" : "Ray Direction" },
+ { "kind" : "IdRef", "name" : "Ray Tmax" },
+ { "kind" : "IdRef", "name" : "Time" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "RayTracingMotionBlurNV" ],
"extensions" : [ "SPV_NV_ray_tracing_motion_blur" ],
@@ -6282,11 +6282,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryPositionFetchKHR" ],
@@ -6310,8 +6310,8 @@
"opcode" : 5344,
"operands" : [
- { "kind" : "IdRef", "name" : "_SBT Index_" },
- { "kind" : "IdRef", "name" : "_Callable DataId_" }
+ { "kind" : "IdRef", "name" : "SBT Index" },
+ { "kind" : "IdRef", "name" : "Callable DataId" }
],
"capabilities" : [ "RayTracingNV" ],
"extensions" : [ "SPV_NV_ray_tracing" ],
@@ -6326,11 +6326,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingClusterAccelerationStructureNV" ],
@@ -6343,7 +6343,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingClusterAccelerationStructureNV" ],
"version" : "None"
@@ -6354,10 +6354,10 @@
"opcode" : 5358,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Component Type_" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdRef", "name" : "_Rows_" },
- { "kind" : "IdRef", "name" : "_Columns_" }
+ { "kind" : "IdRef", "name" : "Component Type" },
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdRef", "name" : "Rows" },
+ { "kind" : "IdRef", "name" : "Columns" }
],
"capabilities" : [ "CooperativeMatrixNV" ],
"extensions" : [ "SPV_NV_cooperative_matrix" ],
@@ -6370,9 +6370,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Stride_" },
- { "kind" : "IdRef", "name" : "_Column Major_" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Stride" },
+ { "kind" : "IdRef", "name" : "Column Major" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeMatrixNV" ],
@@ -6384,10 +6384,10 @@
"class" : "Reserved",
"opcode" : 5360,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Object_" },
- { "kind" : "IdRef", "name" : "_Stride_" },
- { "kind" : "IdRef", "name" : "_Column Major_" },
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Object" },
+ { "kind" : "IdRef", "name" : "Stride" },
+ { "kind" : "IdRef", "name" : "Column Major" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "CooperativeMatrixNV" ],
@@ -6401,9 +6401,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "IdRef", "name" : "_C_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "IdRef", "name" : "C" }
],
"capabilities" : [ "CooperativeMatrixNV" ],
"extensions" : [ "SPV_NV_cooperative_matrix" ],
@@ -6416,7 +6416,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Type_" }
+ { "kind" : "IdRef", "name" : "Type" }
],
"capabilities" : [ "CooperativeMatrixNV" ],
"extensions" : [ "SPV_NV_cooperative_matrix" ],
@@ -6445,9 +6445,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" },
- { "kind" : "CooperativeMatrixReduce", "name" : "_Reduce_" },
- { "kind" : "IdRef", "name" : "_CombineFunc_" }
+ { "kind" : "IdRef", "name" : "Matrix" },
+ { "kind" : "CooperativeMatrixReduce", "name" : "Reduce" },
+ { "kind" : "IdRef", "name" : "CombineFunc" }
],
"capabilities" : [ "CooperativeMatrixReductionsNV" ],
"version" : "None"
@@ -6459,11 +6459,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Object_" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "MemoryAccess", "name" : "_Memory Operand_"},
- { "kind" : "TensorAddressingOperands", "name" : "_Tensor Addressing Operands_"}
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Object" },
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "MemoryAccess", "name" : "Memory Operand"},
+ { "kind" : "TensorAddressingOperands", "name" : "Tensor Addressing Operands"}
],
"capabilities" : [ "CooperativeMatrixTensorAddressingNV" ],
"version" : "None"
@@ -6473,11 +6473,11 @@
"class" : "Memory",
"opcode" : 5368,
"operands" : [
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdRef", "name" : "_Object_" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "MemoryAccess", "name" : "_Memory Operand_"},
- { "kind" : "TensorAddressingOperands", "name" : "_Tensor Addressing Operands_"}
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdRef", "name" : "Object" },
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "MemoryAccess", "name" : "Memory Operand"},
+ { "kind" : "TensorAddressingOperands", "name" : "Tensor Addressing Operands"}
],
"capabilities" : [ "CooperativeMatrixTensorAddressingNV" ],
"version" : "None"
@@ -6489,9 +6489,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" },
- { "kind" : "IdRef", "name" : "_Func_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Operands_" }
+ { "kind" : "IdRef", "name" : "Matrix" },
+ { "kind" : "IdRef", "name" : "Func" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Operands" }
],
"capabilities" : [ "CooperativeMatrixPerElementOperationsNV" ],
"version" : "None"
@@ -6502,8 +6502,8 @@
"opcode" : 5370,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Dim_" },
- { "kind" : "IdRef", "name" : "_ClampMode_" }
+ { "kind" : "IdRef", "name" : "Dim" },
+ { "kind" : "IdRef", "name" : "ClampMode" }
],
"capabilities" : [ "TensorAddressingNV" ],
"version" : "None"
@@ -6514,9 +6514,9 @@
"opcode" : 5371,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Dim_" },
- { "kind" : "IdRef", "name" : "_HasDimensions_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_p_" }
+ { "kind" : "IdRef", "name" : "Dim" },
+ { "kind" : "IdRef", "name" : "HasDimensions" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "p" }
],
"capabilities" : [ "TensorAddressingNV" ],
"version" : "None"
@@ -6539,8 +6539,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Dim_" }
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Dim" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6553,8 +6553,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Stride_" }
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Stride" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6567,8 +6567,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Operands_" }
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Operands" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6581,8 +6581,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6606,8 +6606,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorView_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Dim_" }
+ { "kind" : "IdRef", "name" : "TensorView" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Dim" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6620,8 +6620,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorView_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Stride_" }
+ { "kind" : "IdRef", "name" : "TensorView" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Stride" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6654,11 +6654,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorView_" },
- { "kind" : "IdRef", "name" : "_ClipRowOffset_" },
- { "kind" : "IdRef", "name" : "_ClipRowSpan_" },
- { "kind" : "IdRef", "name" : "_ClipColOffset_" },
- { "kind" : "IdRef", "name" : "_ClipColSpan_" }
+ { "kind" : "IdRef", "name" : "TensorView" },
+ { "kind" : "IdRef", "name" : "ClipRowOffset" },
+ { "kind" : "IdRef", "name" : "ClipRowSpan" },
+ { "kind" : "IdRef", "name" : "ClipColOffset" },
+ { "kind" : "IdRef", "name" : "ClipColSpan" }
],
"capabilities" : [ "TensorAddressingNV" ],
"version" : "None"
@@ -6670,8 +6670,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_TensorLayout_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_BlockSize_" }
+ { "kind" : "IdRef", "name" : "TensorLayout" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "BlockSize" }
],
"capabilities" : [ "TensorAddressingNV" ],
@@ -6684,7 +6684,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Matrix_" }
+ { "kind" : "IdRef", "name" : "Matrix" }
],
"capabilities" : [ "CooperativeMatrixConversionsNV" ],
"version" : "None"
@@ -6696,7 +6696,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6708,7 +6708,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6720,7 +6720,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6732,7 +6732,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6744,7 +6744,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6756,7 +6756,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6766,7 +6766,7 @@
"class" : "Reserved",
"opcode" : 5397,
"operands" : [
- { "kind" : "LiteralInteger", "name" : "_Bit Width_" }
+ { "kind" : "LiteralInteger", "name" : "Bit Width" }
],
"capabilities" : [ "BindlessTextureNV" ],
"version" : "None"
@@ -6778,10 +6778,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Base_" },
- { "kind" : "IdRef", "name" : "_Byte stride_" },
- { "kind" : "IdRef", "name" : "_Element index_" },
- { "kind" : "IdRef", "name" : "_Byte offset_" },
+ { "kind" : "IdRef", "name" : "Base" },
+ { "kind" : "IdRef", "name" : "Byte stride" },
+ { "kind" : "IdRef", "name" : "Element index" },
+ { "kind" : "IdRef", "name" : "Byte offset" },
{ "kind" : "RawAccessChainOperands", "quantifier" : "?" }
],
"capabilities" : [
@@ -6798,11 +6798,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingSpheresGeometryNV" ],
@@ -6817,11 +6817,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingSpheresGeometryNV" ],
@@ -6836,11 +6836,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV" ],
@@ -6855,11 +6855,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV"],
@@ -6874,11 +6874,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV" ],
@@ -6891,7 +6891,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingSpheresGeometryNV" ],
"version" : "None"
@@ -6903,7 +6903,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingSpheresGeometryNV" ],
"version" : "None"
@@ -6915,7 +6915,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV" ],
"version" : "None"
@@ -6927,7 +6927,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV" ],
"version" : "None"
@@ -6939,7 +6939,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingSpheresGeometryNV" ],
"version" : "None"
@@ -6951,7 +6951,7 @@
"operands" : [
{ "kind" : "IdResultType"},
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Hit Object_" }
+ { "kind" : "IdRef", "name" : "Hit Object" }
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV" ],
"version" : "None"
@@ -6965,11 +6965,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingSpheresGeometryNV" ],
@@ -6984,11 +6984,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayTracingLinearSweptSpheresGeometryNV" ],
@@ -7001,8 +7001,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Data_" },
- { "kind" : "IdRef", "name" : "_InvocationId_" }
+ { "kind" : "IdRef", "name" : "Data" },
+ { "kind" : "IdRef", "name" : "InvocationId" }
],
"capabilities" : [ "SubgroupShuffleINTEL" ],
"version" : "None"
@@ -7014,9 +7014,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Current_" },
- { "kind" : "IdRef", "name" : "_Next_" },
- { "kind" : "IdRef", "name" : "_Delta_" }
+ { "kind" : "IdRef", "name" : "Current" },
+ { "kind" : "IdRef", "name" : "Next" },
+ { "kind" : "IdRef", "name" : "Delta" }
],
"capabilities" : [ "SubgroupShuffleINTEL" ],
"version" : "None"
@@ -7028,9 +7028,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Previous_" },
- { "kind" : "IdRef", "name" : "_Current_" },
- { "kind" : "IdRef", "name" : "_Delta_" }
+ { "kind" : "IdRef", "name" : "Previous" },
+ { "kind" : "IdRef", "name" : "Current" },
+ { "kind" : "IdRef", "name" : "Delta" }
],
"capabilities" : [ "SubgroupShuffleINTEL" ],
"version" : "None"
@@ -7042,8 +7042,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Data_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Data" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "SubgroupShuffleINTEL" ],
"version" : "None"
@@ -7055,7 +7055,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Ptr_" }
+ { "kind" : "IdRef", "name" : "Ptr" }
],
"capabilities" : [ "SubgroupBufferBlockIOINTEL" ],
"version" : "None"
@@ -7065,8 +7065,8 @@
"class" : "Group",
"opcode" : 5576,
"operands" : [
- { "kind" : "IdRef", "name" : "_Ptr_" },
- { "kind" : "IdRef", "name" : "_Data_" }
+ { "kind" : "IdRef", "name" : "Ptr" },
+ { "kind" : "IdRef", "name" : "Data" }
],
"capabilities" : [ "SubgroupBufferBlockIOINTEL" ],
"version" : "None"
@@ -7078,8 +7078,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" }
],
"capabilities" : [ "SubgroupImageBlockIOINTEL" ],
"version" : "None"
@@ -7089,9 +7089,9 @@
"class" : "Group",
"opcode" : 5578,
"operands" : [
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Data_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Data" }
],
"capabilities" : [ "SubgroupImageBlockIOINTEL" ],
"version" : "None"
@@ -7103,10 +7103,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Width_" },
- { "kind" : "IdRef", "name" : "_Height_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Width" },
+ { "kind" : "IdRef", "name" : "Height" }
],
"capabilities" : [ "SubgroupImageMediaBlockIOINTEL" ],
"version" : "None"
@@ -7116,11 +7116,11 @@
"class" : "Group",
"opcode" : 5581,
"operands" : [
- { "kind" : "IdRef", "name" : "_Image_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Width_" },
- { "kind" : "IdRef", "name" : "_Height_" },
- { "kind" : "IdRef", "name" : "_Data_" }
+ { "kind" : "IdRef", "name" : "Image" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Width" },
+ { "kind" : "IdRef", "name" : "Height" },
+ { "kind" : "IdRef", "name" : "Data" }
],
"capabilities" : [ "SubgroupImageMediaBlockIOINTEL" ],
"version" : "None"
@@ -7132,7 +7132,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7144,7 +7144,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand_" }
+ { "kind" : "IdRef", "name" : "Operand" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7156,8 +7156,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7169,8 +7169,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7182,8 +7182,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7195,8 +7195,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7208,8 +7208,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7221,8 +7221,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7234,8 +7234,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7247,8 +7247,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7260,8 +7260,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7273,8 +7273,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7286,8 +7286,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7299,8 +7299,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Operand 1_" },
- { "kind" : "IdRef", "name" : "_Operand 2_" }
+ { "kind" : "IdRef", "name" : "Operand 1" },
+ { "kind" : "IdRef", "name" : "Operand 2" }
],
"capabilities" : [ "IntegerFunctions2INTEL" ],
"version" : "None"
@@ -7312,7 +7312,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Function_" }
+ { "kind" : "IdRef", "name" : "Function" }
],
"capabilities" : [ "FunctionPointersINTEL" ],
"extensions" : [ "SPV_INTEL_function_pointers" ],
@@ -7325,7 +7325,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Operand 1_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Operand 1" }
],
"capabilities" : [ "FunctionPointersINTEL" ],
"extensions" : [ "SPV_INTEL_function_pointers" ],
@@ -7337,7 +7337,7 @@
"opcode" : 5609,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "LiteralString", "name" : "_Asm target_" }
+ { "kind" : "LiteralString", "name" : "Asm target" }
],
"capabilities" : [ "AsmINTEL" ],
"version" : "None"
@@ -7349,10 +7349,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Asm type_" },
- { "kind" : "IdRef", "name" : "_Target_" },
- { "kind" : "LiteralString", "name" : "_Asm instructions_" },
- { "kind" : "LiteralString", "name" : "_Constraints_" }
+ { "kind" : "IdRef", "name" : "Asm type" },
+ { "kind" : "IdRef", "name" : "Target" },
+ { "kind" : "LiteralString", "name" : "Asm instructions" },
+ { "kind" : "LiteralString", "name" : "Constraints" }
],
"capabilities" : [ "AsmINTEL" ],
"version" : "None"
@@ -7364,8 +7364,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Asm_" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Argument 0_" }
+ { "kind" : "IdRef", "name" : "Asm" },
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Argument" }
],
"capabilities" : [ "AsmINTEL" ],
"version" : "None"
@@ -7377,10 +7377,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "AtomicFloat16MinMaxEXT", "AtomicFloat32MinMaxEXT", "AtomicFloat64MinMaxEXT", "AtomicFloat16VectorNV" ],
"version" : "None"
@@ -7392,10 +7392,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "AtomicFloat16MinMaxEXT", "AtomicFloat32MinMaxEXT", "AtomicFloat64MinMaxEXT", "AtomicFloat16VectorNV" ],
"version" : "None"
@@ -7405,7 +7405,7 @@
"class" : "Miscellaneous",
"opcode" : 5630,
"operands" : [
- { "kind" : "IdRef", "name" : "_Condition_" }
+ { "kind" : "IdRef", "name" : "Condition" }
],
"capabilities" : [ "ExpectAssumeKHR" ],
"extensions" : [ "SPV_KHR_expect_assume" ],
@@ -7418,8 +7418,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Value_" },
- { "kind" : "IdRef", "name" : "_ExpectedValue_" }
+ { "kind" : "IdRef", "name" : "Value" },
+ { "kind" : "IdRef", "name" : "ExpectedValue" }
],
"capabilities" : [ "ExpectAssumeKHR" ],
"extensions" : [ "SPV_KHR_expect_assume" ],
@@ -7431,7 +7431,7 @@
"aliases" : ["OpDecorateStringGOOGLE"],
"opcode" : 5632,
"operands" : [
- { "kind" : "IdRef", "name" : "_Target_" },
+ { "kind" : "IdRef", "name" : "Target" },
{ "kind" : "Decoration" }
],
"extensions" : [ "SPV_GOOGLE_decorate_string", "SPV_GOOGLE_hlsl_functionality1" ],
@@ -7443,8 +7443,8 @@
"aliases" : ["OpMemberDecorateStringGOOGLE"],
"opcode" : 5633,
"operands" : [
- { "kind" : "IdRef", "name" : "_Struct Type_" },
- { "kind" : "LiteralInteger", "name" : "_Member_" },
+ { "kind" : "IdRef", "name" : "Struct Type" },
+ { "kind" : "LiteralInteger", "name" : "Member" },
{ "kind" : "Decoration" }
],
"extensions" : [ "SPV_GOOGLE_decorate_string", "SPV_GOOGLE_hlsl_functionality1" ],
@@ -7457,8 +7457,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image Type_" },
- { "kind" : "IdRef", "name" : "_Sampler_" }
+ { "kind" : "IdRef", "name" : "Image Type" },
+ { "kind" : "IdRef", "name" : "Sampler" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7469,7 +7469,7 @@
"opcode" : 5700,
"operands" : [
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image Type_" }
+ { "kind" : "IdRef", "name" : "Image Type" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7601,8 +7601,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Slice Type_" },
- { "kind" : "IdRef", "name" : "_Qp_" }
+ { "kind" : "IdRef", "name" : "Slice Type" },
+ { "kind" : "IdRef", "name" : "Qp" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7614,8 +7614,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Reference Base Penalty_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Reference Base Penalty" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7627,8 +7627,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Slice Type_" },
- { "kind" : "IdRef", "name" : "_Qp_" }
+ { "kind" : "IdRef", "name" : "Slice Type" },
+ { "kind" : "IdRef", "name" : "Qp" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7640,8 +7640,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packed Shape Penalty_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Packed Shape Penalty" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7653,8 +7653,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Slice Type_" },
- { "kind" : "IdRef", "name" : "_Qp_" }
+ { "kind" : "IdRef", "name" : "Slice Type" },
+ { "kind" : "IdRef", "name" : "Qp" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7666,8 +7666,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Direction Cost_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Direction Cost" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7679,8 +7679,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Slice Type_" },
- { "kind" : "IdRef", "name" : "_Qp_" }
+ { "kind" : "IdRef", "name" : "Slice Type" },
+ { "kind" : "IdRef", "name" : "Qp" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -7692,8 +7692,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Slice Type_" },
- { "kind" : "IdRef", "name" : "_Qp_" }
+ { "kind" : "IdRef", "name" : "Slice Type" },
+ { "kind" : "IdRef", "name" : "Qp" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7738,10 +7738,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packed Cost Center Delta_" },
- { "kind" : "IdRef", "name" : "_Packed Cost Table_" },
- { "kind" : "IdRef", "name" : "_Cost Precision_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Packed Cost Center Delta" },
+ { "kind" : "IdRef", "name" : "Packed Cost Table" },
+ { "kind" : "IdRef", "name" : "Cost Precision" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7753,8 +7753,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Slice Type_" },
- { "kind" : "IdRef", "name" : "_Qp_" }
+ { "kind" : "IdRef", "name" : "Slice Type" },
+ { "kind" : "IdRef", "name" : "Qp" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -7788,7 +7788,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7800,8 +7800,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Source Field Polarity_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Source Field Polarity" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7813,8 +7813,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Reference Field Polarity_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Reference Field Polarity" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7826,9 +7826,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Forward Reference Field Polarity_" },
- { "kind" : "IdRef", "name" : "_Backward Reference Field Polarity_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Forward Reference Field Polarity" },
+ { "kind" : "IdRef", "name" : "Backward Reference Field Polarity" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7840,7 +7840,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7852,7 +7852,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7864,7 +7864,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7876,7 +7876,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7888,7 +7888,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7900,7 +7900,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7912,7 +7912,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7924,7 +7924,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7936,7 +7936,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7948,7 +7948,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7960,7 +7960,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7972,7 +7972,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7984,7 +7984,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -7996,7 +7996,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8008,9 +8008,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packed Reference Ids_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Parameter Field Polarities_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Packed Reference Ids" },
+ { "kind" : "IdRef", "name" : "Packed Reference Parameter Field Polarities" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8022,9 +8022,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Coord_" },
- { "kind" : "IdRef", "name" : "_Partition Mask_" },
- { "kind" : "IdRef", "name" : "_SAD Adjustment_" }
+ { "kind" : "IdRef", "name" : "Src Coord" },
+ { "kind" : "IdRef", "name" : "Partition Mask" },
+ { "kind" : "IdRef", "name" : "SAD Adjustment" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8036,9 +8036,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Ref Offset_" },
- { "kind" : "IdRef", "name" : "_Search Window Config_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Ref Offset" },
+ { "kind" : "IdRef", "name" : "Search Window Config" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8050,10 +8050,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Offset_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Offset_" },
- { "kind" : "IdRef", "name" : "_id> Search Window Config_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Fwd Ref Offset" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Offset" },
+ { "kind" : "IdRef", "name" : "id> Search Window Config" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8065,8 +8065,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Search Window Config_" },
- { "kind" : "IdRef", "name" : "_Dual Ref_" }
+ { "kind" : "IdRef", "name" : "Search Window Config" },
+ { "kind" : "IdRef", "name" : "Dual Ref" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8078,10 +8078,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Ref Offset_" },
- { "kind" : "IdRef", "name" : "_Src Coord_" },
- { "kind" : "IdRef", "name" : "_Ref Window Size_" },
- { "kind" : "IdRef", "name" : "_Image Size_" }
+ { "kind" : "IdRef", "name" : "Ref Offset" },
+ { "kind" : "IdRef", "name" : "Src Coord" },
+ { "kind" : "IdRef", "name" : "Ref Window Size" },
+ { "kind" : "IdRef", "name" : "Image Size" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8093,7 +8093,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8105,8 +8105,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Max Motion Vector Count_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Max Motion Vector Count" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8118,7 +8118,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8130,8 +8130,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Threshold_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Threshold" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8143,8 +8143,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packed Sad Weights_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Packed Sad Weights" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8156,9 +8156,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8170,10 +8170,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Fwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8185,10 +8185,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Streamin Components_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Streamin Components" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8200,11 +8200,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Streamin Components_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Fwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Streamin Components" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8216,9 +8216,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8230,10 +8230,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Fwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8245,10 +8245,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Streamin Components_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Streamin Components" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8260,11 +8260,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Streamin Components_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Fwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Streamin Components" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8276,7 +8276,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8288,7 +8288,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8300,7 +8300,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8312,7 +8312,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8324,7 +8324,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8336,8 +8336,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Major Shape_" }
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Major Shape" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8349,8 +8349,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Major Shape_" }
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Major Shape" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8362,8 +8362,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Major Shape_" }
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Major Shape" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8375,9 +8375,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Major Shape_" },
- { "kind" : "IdRef", "name" : "_Direction_" }
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Major Shape" },
+ { "kind" : "IdRef", "name" : "Direction" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8389,9 +8389,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Major Shape_" },
- { "kind" : "IdRef", "name" : "_Direction_" }
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Major Shape" },
+ { "kind" : "IdRef", "name" : "Direction" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8403,9 +8403,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" },
- { "kind" : "IdRef", "name" : "_Major Shape_" },
- { "kind" : "IdRef", "name" : "_Direction_" }
+ { "kind" : "IdRef", "name" : "Payload" },
+ { "kind" : "IdRef", "name" : "Major Shape" },
+ { "kind" : "IdRef", "name" : "Direction" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8417,8 +8417,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Image Select_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Image Select" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8430,7 +8430,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8442,7 +8442,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8454,7 +8454,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8466,7 +8466,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8478,13 +8478,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Coord_" },
- { "kind" : "IdRef", "name" : "_Motion Vectors_" },
- { "kind" : "IdRef", "name" : "_Major Shapes_" },
- { "kind" : "IdRef", "name" : "_Minor Shapes_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_Pixel Resolution_" },
- { "kind" : "IdRef", "name" : "_Sad Adjustment_" }
+ { "kind" : "IdRef", "name" : "Src Coord" },
+ { "kind" : "IdRef", "name" : "Motion Vectors" },
+ { "kind" : "IdRef", "name" : "Major Shapes" },
+ { "kind" : "IdRef", "name" : "Minor Shapes" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "Pixel Resolution" },
+ { "kind" : "IdRef", "name" : "Sad Adjustment" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8496,14 +8496,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Coord_" },
- { "kind" : "IdRef", "name" : "_Motion Vectors_" },
- { "kind" : "IdRef", "name" : "_Major Shapes_" },
- { "kind" : "IdRef", "name" : "_Minor Shapes_" },
- { "kind" : "IdRef", "name" : "_Direction_" },
- { "kind" : "IdRef", "name" : "_Pixel Resolution_" },
- { "kind" : "IdRef", "name" : "_Bidirectional Weight_" },
- { "kind" : "IdRef", "name" : "_Sad Adjustment_" }
+ { "kind" : "IdRef", "name" : "Src Coord" },
+ { "kind" : "IdRef", "name" : "Motion Vectors" },
+ { "kind" : "IdRef", "name" : "Major Shapes" },
+ { "kind" : "IdRef", "name" : "Minor Shapes" },
+ { "kind" : "IdRef", "name" : "Direction" },
+ { "kind" : "IdRef", "name" : "Pixel Resolution" },
+ { "kind" : "IdRef", "name" : "Bidirectional Weight" },
+ { "kind" : "IdRef", "name" : "Sad Adjustment" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8515,7 +8515,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8527,7 +8527,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8539,7 +8539,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8551,9 +8551,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8565,10 +8565,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Fwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8580,9 +8580,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Ids_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Packed Reference Ids" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8594,10 +8594,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Ids_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Field Polarities_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Packed Reference Ids" },
+ { "kind" : "IdRef", "name" : "Packed Reference Field Polarities" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8609,7 +8609,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8621,7 +8621,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Coord_" }
+ { "kind" : "IdRef", "name" : "Src Coord" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8633,12 +8633,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Skip Block Partition Type_" },
- { "kind" : "IdRef", "name" : "_Skip Motion Vector Mask_" },
- { "kind" : "IdRef", "name" : "_Motion Vectors_" },
- { "kind" : "IdRef", "name" : "_Bidirectional Weight_" },
- { "kind" : "IdRef", "name" : "_Sad Adjustment_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Skip Block Partition Type" },
+ { "kind" : "IdRef", "name" : "Skip Motion Vector Mask" },
+ { "kind" : "IdRef", "name" : "Motion Vectors" },
+ { "kind" : "IdRef", "name" : "Bidirectional Weight" },
+ { "kind" : "IdRef", "name" : "Sad Adjustment" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8650,14 +8650,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Luma Intra Partition Mask_" },
- { "kind" : "IdRef", "name" : "_Intra Neighbour Availabilty_" },
- { "kind" : "IdRef", "name" : "_Left Edge Luma Pixels_" },
- { "kind" : "IdRef", "name" : "_Upper Left Corner Luma Pixel_" },
- { "kind" : "IdRef", "name" : "_Upper Edge Luma Pixels_" },
- { "kind" : "IdRef", "name" : "_Upper Right Edge Luma Pixels_" },
- { "kind" : "IdRef", "name" : "_Sad Adjustment_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Luma Intra Partition Mask" },
+ { "kind" : "IdRef", "name" : "Intra Neighbour Availabilty" },
+ { "kind" : "IdRef", "name" : "Left Edge Luma Pixels" },
+ { "kind" : "IdRef", "name" : "Upper Left Corner Luma Pixel" },
+ { "kind" : "IdRef", "name" : "Upper Edge Luma Pixels" },
+ { "kind" : "IdRef", "name" : "Upper Right Edge Luma Pixels" },
+ { "kind" : "IdRef", "name" : "Sad Adjustment" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8669,17 +8669,17 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Luma Intra Partition Mask_" },
- { "kind" : "IdRef", "name" : "_Intra Neighbour Availabilty_" },
- { "kind" : "IdRef", "name" : "_Left Edge Luma Pixels_" },
- { "kind" : "IdRef", "name" : "_Upper Left Corner Luma Pixel_" },
- { "kind" : "IdRef", "name" : "_Upper Edge Luma Pixels_" },
- { "kind" : "IdRef", "name" : "_Upper Right Edge Luma Pixels_" },
- { "kind" : "IdRef", "name" : "_Left Edge Chroma Pixels_" },
- { "kind" : "IdRef", "name" : "_Upper Left Corner Chroma Pixel_" },
- { "kind" : "IdRef", "name" : "_Upper Edge Chroma Pixels_" },
- { "kind" : "IdRef", "name" : "_Sad Adjustment_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Luma Intra Partition Mask" },
+ { "kind" : "IdRef", "name" : "Intra Neighbour Availabilty" },
+ { "kind" : "IdRef", "name" : "Left Edge Luma Pixels" },
+ { "kind" : "IdRef", "name" : "Upper Left Corner Luma Pixel" },
+ { "kind" : "IdRef", "name" : "Upper Edge Luma Pixels" },
+ { "kind" : "IdRef", "name" : "Upper Right Edge Luma Pixels" },
+ { "kind" : "IdRef", "name" : "Left Edge Chroma Pixels" },
+ { "kind" : "IdRef", "name" : "Upper Left Corner Chroma Pixel" },
+ { "kind" : "IdRef", "name" : "Upper Edge Chroma Pixels" },
+ { "kind" : "IdRef", "name" : "Sad Adjustment" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationChromaINTEL" ],
"version" : "None"
@@ -8691,8 +8691,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Skip Block Partition Type_" },
- { "kind" : "IdRef", "name" : "_Direction_" }
+ { "kind" : "IdRef", "name" : "Skip Block Partition Type" },
+ { "kind" : "IdRef", "name" : "Direction" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8704,7 +8704,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8716,8 +8716,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packed Shape Penalty_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Packed Shape Penalty" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8729,10 +8729,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Luma Mode Penalty_" },
- { "kind" : "IdRef", "name" : "_Luma Packed Neighbor Modes_" },
- { "kind" : "IdRef", "name" : "_Luma Packed Non Dc Penalty_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Luma Mode Penalty" },
+ { "kind" : "IdRef", "name" : "Luma Packed Neighbor Modes" },
+ { "kind" : "IdRef", "name" : "Luma Packed Non Dc Penalty" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8744,8 +8744,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Chroma Mode Base Penalty_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Chroma Mode Base Penalty" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationChromaINTEL" ],
"version" : "None"
@@ -8757,7 +8757,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8769,8 +8769,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packed Sad Coefficients_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Packed Sad Coefficients" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8782,8 +8782,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Block Based Skip Type_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Block Based Skip Type" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8795,8 +8795,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8808,9 +8808,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8822,10 +8822,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Fwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Bwd Ref Image_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Fwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Bwd Ref Image" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8837,9 +8837,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Ids_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Packed Reference Ids" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8851,10 +8851,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Src Image_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Ids_" },
- { "kind" : "IdRef", "name" : "_Packed Reference Field Polarities_" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Src Image" },
+ { "kind" : "IdRef", "name" : "Packed Reference Ids" },
+ { "kind" : "IdRef", "name" : "Packed Reference Field Polarities" },
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8866,7 +8866,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8878,7 +8878,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8890,7 +8890,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8902,7 +8902,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8914,7 +8914,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8926,7 +8926,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationChromaINTEL" ],
"version" : "None"
@@ -8938,7 +8938,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8950,7 +8950,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL", "SubgroupAvcMotionEstimationIntraINTEL" ],
"version" : "None"
@@ -8962,7 +8962,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Payload_" }
+ { "kind" : "IdRef", "name" : "Payload" }
],
"capabilities" : [ "SubgroupAvcMotionEstimationINTEL" ],
"version" : "None"
@@ -8974,7 +8974,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Lenght_" }
+ { "kind" : "IdRef", "name" : "Lenght" }
],
"capabilities" : [ "VariableLengthArrayINTEL" ],
"version" : "None"
@@ -8995,7 +8995,7 @@
"class" : "@exclude",
"opcode" : 5820,
"operands" : [
- { "kind" : "IdRef", "name" : "_Ptr_" }
+ { "kind" : "IdRef", "name" : "Ptr" }
],
"capabilities" : [ "VariableLengthArrayINTEL" ],
"version" : "None"
@@ -9007,13 +9007,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_FromSign_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "FromSign" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9025,12 +9025,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9042,12 +9042,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_FromSign_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "FromSign" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9059,11 +9059,11 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9075,14 +9075,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9094,14 +9094,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9113,14 +9113,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9132,14 +9132,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9151,10 +9151,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9166,10 +9166,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9181,10 +9181,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9196,10 +9196,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9211,10 +9211,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9226,12 +9226,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9243,12 +9243,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9260,12 +9260,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9277,14 +9277,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9296,12 +9296,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9313,12 +9313,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9330,12 +9330,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9347,12 +9347,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9364,12 +9364,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9381,12 +9381,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9398,12 +9398,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9415,12 +9415,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9432,12 +9432,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9449,12 +9449,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9466,12 +9466,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9483,12 +9483,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9500,12 +9500,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9517,12 +9517,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9534,12 +9534,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9551,12 +9551,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9568,12 +9568,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9585,12 +9585,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9602,12 +9602,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9619,12 +9619,12 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9636,14 +9636,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9655,14 +9655,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9674,14 +9674,14 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_M2_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "M2" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9693,13 +9693,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_A_" },
- { "kind" : "LiteralInteger", "name" : "_M1_" },
- { "kind" : "IdRef", "name" : "_B_" },
- { "kind" : "LiteralInteger", "name" : "_Mout_" },
- { "kind" : "LiteralInteger", "name" : "_EnableSubnormals_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingMode_" },
- { "kind" : "LiteralInteger", "name" : "_RoundingAccuracy_" }
+ { "kind" : "IdRef", "name" : "A" },
+ { "kind" : "LiteralInteger", "name" : "M1" },
+ { "kind" : "IdRef", "name" : "B" },
+ { "kind" : "LiteralInteger", "name" : "Mout" },
+ { "kind" : "LiteralInteger", "name" : "EnableSubnormals" },
+ { "kind" : "LiteralInteger", "name" : "RoundingMode" },
+ { "kind" : "LiteralInteger", "name" : "RoundingAccuracy" }
],
"capabilities" : [ "ArbitraryPrecisionFloatingPointINTEL" ],
"version" : "None"
@@ -9709,7 +9709,7 @@
"class" : "Reserved",
"opcode" : 5887,
"operands" : [
- { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "_Loop Control Parameters_" }
+ { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "Loop Control Parameters" }
],
"capabilities" : [ "UnstructuredLoopControlsINTEL" ],
"extensions" : [ "SPV_INTEL_unstructured_loop_controls" ],
@@ -9721,7 +9721,7 @@
"opcode" : 5911,
"operands" : [
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Name_" }
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Name" }
],
"capabilities" : [ "MemoryAccessAliasingINTEL" ],
"extensions" : [ "SPV_INTEL_memory_access_aliasing" ],
@@ -9733,8 +9733,8 @@
"opcode" : 5912,
"operands" : [
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "name" : "_Alias Domain_"},
- { "kind" : "IdRef", "quantifier" : "?", "name" : "_Name_" }
+ { "kind" : "IdRef", "name" : "Alias Domain"},
+ { "kind" : "IdRef", "quantifier" : "?", "name" : "Name" }
],
"capabilities" : [ "MemoryAccessAliasingINTEL" ],
"extensions" : [ "SPV_INTEL_memory_access_aliasing" ],
@@ -9746,7 +9746,7 @@
"opcode" : 5913,
"operands" : [
{ "kind" : "IdResult"},
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_AliasScope1, AliasScope2, ..._" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "AliasScope 1, AliasScope 2, ..." }
],
"capabilities" : [ "MemoryAccessAliasingINTEL" ],
"extensions" : [ "SPV_INTEL_memory_access_aliasing" ],
@@ -9759,13 +9759,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9777,13 +9777,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9795,13 +9795,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9813,13 +9813,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9831,13 +9831,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9849,13 +9849,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9867,13 +9867,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9885,13 +9885,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9903,13 +9903,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9921,13 +9921,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9939,13 +9939,13 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Input Type_" },
- { "kind" : "IdRef", "name" : "_Input_" },
- { "kind" : "LiteralInteger", "name" : "_S_" },
- { "kind" : "LiteralInteger", "name" : "_I_" },
- { "kind" : "LiteralInteger", "name" : "_rI_" },
- { "kind" : "LiteralInteger", "name" : "_Q_" },
- { "kind" : "LiteralInteger", "name" : "_O_" }
+ { "kind" : "IdRef", "name" : "Input Type" },
+ { "kind" : "IdRef", "name" : "Input" },
+ { "kind" : "LiteralInteger", "name" : "S" },
+ { "kind" : "LiteralInteger", "name" : "I" },
+ { "kind" : "LiteralInteger", "name" : "rI" },
+ { "kind" : "LiteralInteger", "name" : "Q" },
+ { "kind" : "LiteralInteger", "name" : "O" }
],
"capabilities" : [ "ArbitraryPrecisionFixedPointINTEL" ],
"version" : "None"
@@ -9957,7 +9957,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [ "USMStorageClassesINTEL" ],
"version" : "None"
@@ -9969,7 +9969,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" }
+ { "kind" : "IdRef", "name" : "Pointer" }
],
"capabilities" : [ "USMStorageClassesINTEL" ],
"version" : "None"
@@ -9981,8 +9981,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "BlockingPipesINTEL" ],
"extensions" : [ "SPV_INTEL_blocking_pipes" ],
@@ -9995,8 +9995,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Packet Size_" },
- { "kind" : "IdRef", "name" : "_Packet Alignment_" }
+ { "kind" : "IdRef", "name" : "Packet Size" },
+ { "kind" : "IdRef", "name" : "Packet Alignment" }
],
"capabilities" : [ "BlockingPipesINTEL" ],
"extensions" : [ "SPV_INTEL_blocking_pipes" ],
@@ -10009,8 +10009,8 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Result_" },
- { "kind" : "IdRef", "name" : "_Input_" }
+ { "kind" : "IdRef", "name" : "Result" },
+ { "kind" : "IdRef", "name" : "Input" }
],
"capabilities" : [ "FPGARegINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_reg" ],
@@ -10025,7 +10025,7 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10041,7 +10041,7 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10057,11 +10057,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10077,11 +10077,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10097,11 +10097,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10117,11 +10117,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10137,11 +10137,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10157,11 +10157,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10177,11 +10177,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10197,11 +10197,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10217,7 +10217,7 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10233,11 +10233,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10253,11 +10253,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10273,7 +10273,7 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10289,7 +10289,7 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10305,11 +10305,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10325,11 +10325,11 @@
{ "kind" : "IdResult" },
{
"kind" : "IdRef",
- "name" : "_RayQuery_"
+ "name" : "RayQuery"
},
{
"kind" : "IdRef",
- "name" : "_Intersection_"
+ "name" : "Intersection"
}
],
"capabilities" : [ "RayQueryKHR" ],
@@ -10343,10 +10343,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Pointer_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" },
- { "kind" : "IdRef", "name" : "_Value_" }
+ { "kind" : "IdRef", "name" : "Pointer" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" },
+ { "kind" : "IdRef", "name" : "Value" }
],
"capabilities" : [ "AtomicFloat16AddEXT", "AtomicFloat32AddEXT", "AtomicFloat64AddEXT", "AtomicFloat16VectorNV" ],
"extensions" : [ "SPV_EXT_shader_atomic_float_add" ],
@@ -10360,7 +10360,7 @@
{ "kind" : "IdResult" },
{
"kind" : "AccessQualifier",
- "name" : "_AccessQualifier_"
+ "name" : "AccessQualifier"
}
],
"capabilities" : [ "VectorComputeINTEL" ],
@@ -10371,7 +10371,7 @@
"class" : "Type-Declaration",
"opcode" : 6090,
"operands" : [
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Member 0 type_, +\n_member 1 type_, +\n..." }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Member 0 type, member 1 type, ..." }
],
"capabilities" : [ "LongCompositesINTEL" ],
"version" : "None"
@@ -10381,7 +10381,7 @@
"class" : "Constant-Creation",
"opcode" : 6091,
"operands" : [
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Constituents_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Constituents" }
],
"capabilities" : [ "LongCompositesINTEL" ],
"version" : "None"
@@ -10391,7 +10391,7 @@
"class" : "Constant-Creation",
"opcode" : 6092,
"operands" : [
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Constituents_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Constituents" }
],
"capabilities" : [ "LongCompositesINTEL" ],
"version" : "None"
@@ -10403,7 +10403,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "quantifier" : "*", "name" : "_Constituents_" }
+ { "kind" : "IdRef", "quantifier" : "*", "name" : "Constituents" }
],
"capabilities" : [ "LongCompositesINTEL" ],
"version": "None"
@@ -10415,7 +10415,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Float Value_" }
+ { "kind" : "IdRef", "name" : "Float Value" }
],
"capabilities" : [ "BFloat16ConversionINTEL" ],
"version" : "None"
@@ -10427,7 +10427,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_BFloat16 Value_" }
+ { "kind" : "IdRef", "name" : "BFloat16 Value" }
],
"capabilities" : [ "BFloat16ConversionINTEL" ],
"version" : "None"
@@ -10437,9 +10437,9 @@
"class" : "Barrier",
"opcode" : 6142,
"operands" : [
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"capabilities" : [ "SplitBarrierINTEL" ],
"version" : "None"
@@ -10449,9 +10449,9 @@
"class" : "Barrier",
"opcode" : 6143,
"operands" : [
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "IdScope", "name" : "_Memory_" },
- { "kind" : "IdMemorySemantics", "name" : "_Semantics_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "IdScope", "name" : "Memory" },
+ { "kind" : "IdMemorySemantics", "name" : "Semantics" }
],
"capabilities" : [ "SplitBarrierINTEL" ],
"version" : "None"
@@ -10463,7 +10463,7 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_Target_" }
+ { "kind" : "IdRef", "name" : "Target" }
],
"capabilities" : [ "ArithmeticFenceEXT" ],
"version" : "None"
@@ -10473,8 +10473,8 @@
"class" : "Group",
"opcode" : 6221,
"operands" : [
- { "kind" : "IdRef", "name" : "_Ptr_" },
- { "kind" : "IdRef", "name" : "_NumBytes_" },
+ { "kind" : "IdRef", "name" : "Ptr" },
+ { "kind" : "IdRef", "name" : "NumBytes" },
{ "kind" : "MemoryAccess", "quantifier" : "?" }
],
"capabilities" : [ "SubgroupBufferPrefetchINTEL" ],
@@ -10485,16 +10485,16 @@
"class" : "Group",
"opcode" : 6231,
"operands" : [
- { "kind" : "IdRef", "name" : "_Element Size_" },
- { "kind" : "IdRef", "name" : "_Block Width_" },
- { "kind" : "IdRef", "name" : "_Block Height_" },
- { "kind" : "IdRef", "name" : "_Block Count_" },
- { "kind" : "IdRef", "name" : "_Src Base Pointer_" },
- { "kind" : "IdRef", "name" : "_Memory Width_" },
- { "kind" : "IdRef", "name" : "_Memory Height_" },
- { "kind" : "IdRef", "name" : "_Memory Pitch_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Dst Pointer_" }
+ { "kind" : "IdRef", "name" : "Element Size" },
+ { "kind" : "IdRef", "name" : "Block Width" },
+ { "kind" : "IdRef", "name" : "Block Height" },
+ { "kind" : "IdRef", "name" : "Block Count" },
+ { "kind" : "IdRef", "name" : "Src Base Pointer" },
+ { "kind" : "IdRef", "name" : "Memory Width" },
+ { "kind" : "IdRef", "name" : "Memory Height" },
+ { "kind" : "IdRef", "name" : "Memory Pitch" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Dst Pointer" }
],
"capabilities" : [ "Subgroup2DBlockIOINTEL" ],
"version" : "None"
@@ -10504,16 +10504,16 @@
"class" : "Group",
"opcode" : 6232,
"operands" : [
- { "kind" : "IdRef", "name" : "_Element Size_" },
- { "kind" : "IdRef", "name" : "_Block Width_" },
- { "kind" : "IdRef", "name" : "_Block Height_" },
- { "kind" : "IdRef", "name" : "_Block Count_" },
- { "kind" : "IdRef", "name" : "_Src Base Pointer_" },
- { "kind" : "IdRef", "name" : "_Memory Width_" },
- { "kind" : "IdRef", "name" : "_Memory Height_" },
- { "kind" : "IdRef", "name" : "_Memory Pitch_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Dst Pointer_" }
+ { "kind" : "IdRef", "name" : "Element Size" },
+ { "kind" : "IdRef", "name" : "Block Width" },
+ { "kind" : "IdRef", "name" : "Block Height" },
+ { "kind" : "IdRef", "name" : "Block Count" },
+ { "kind" : "IdRef", "name" : "Src Base Pointer" },
+ { "kind" : "IdRef", "name" : "Memory Width" },
+ { "kind" : "IdRef", "name" : "Memory Height" },
+ { "kind" : "IdRef", "name" : "Memory Pitch" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Dst Pointer" }
],
"capabilities" : [ "Subgroup2DBlockTransformINTEL" ],
"version" : "None"
@@ -10523,16 +10523,16 @@
"class" : "Group",
"opcode" : 6233,
"operands" : [
- { "kind" : "IdRef", "name" : "_Element Size_" },
- { "kind" : "IdRef", "name" : "_Block Width_" },
- { "kind" : "IdRef", "name" : "_Block Height_" },
- { "kind" : "IdRef", "name" : "_Block Count_" },
- { "kind" : "IdRef", "name" : "_Src Base Pointer_" },
- { "kind" : "IdRef", "name" : "_Memory Width_" },
- { "kind" : "IdRef", "name" : "_Memory Height_" },
- { "kind" : "IdRef", "name" : "_Memory Pitch_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" },
- { "kind" : "IdRef", "name" : "_Dst Pointer_" }
+ { "kind" : "IdRef", "name" : "Element Size" },
+ { "kind" : "IdRef", "name" : "Block Width" },
+ { "kind" : "IdRef", "name" : "Block Height" },
+ { "kind" : "IdRef", "name" : "Block Count" },
+ { "kind" : "IdRef", "name" : "Src Base Pointer" },
+ { "kind" : "IdRef", "name" : "Memory Width" },
+ { "kind" : "IdRef", "name" : "Memory Height" },
+ { "kind" : "IdRef", "name" : "Memory Pitch" },
+ { "kind" : "IdRef", "name" : "Coordinate" },
+ { "kind" : "IdRef", "name" : "Dst Pointer" }
],
"capabilities" : [ "Subgroup2DBlockTransposeINTEL" ],
"version" : "None"
@@ -10542,15 +10542,15 @@
"class" : "Group",
"opcode" : 6234,
"operands" : [
- { "kind" : "IdRef", "name" : "_Element Size_" },
- { "kind" : "IdRef", "name" : "_Block Width_" },
- { "kind" : "IdRef", "name" : "_Block Height_" },
- { "kind" : "IdRef", "name" : "_Block Count_" },
- { "kind" : "IdRef", "name" : "_Src Base Pointer_" },
- { "kind" : "IdRef", "name" : "_Memory Width_" },
- { "kind" : "IdRef", "name" : "_Memory Height_" },
- { "kind" : "IdRef", "name" : "_Memory Pitch_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" }
+ { "kind" : "IdRef", "name" : "Element Size" },
+ { "kind" : "IdRef", "name" : "Block Width" },
+ { "kind" : "IdRef", "name" : "Block Height" },
+ { "kind" : "IdRef", "name" : "Block Count" },
+ { "kind" : "IdRef", "name" : "Src Base Pointer" },
+ { "kind" : "IdRef", "name" : "Memory Width" },
+ { "kind" : "IdRef", "name" : "Memory Height" },
+ { "kind" : "IdRef", "name" : "Memory Pitch" },
+ { "kind" : "IdRef", "name" : "Coordinate" }
],
"capabilities" : [ "Subgroup2DBlockIOINTEL" ],
"version" : "None"
@@ -10560,16 +10560,16 @@
"class" : "Group",
"opcode" : 6235,
"operands" : [
- { "kind" : "IdRef", "name" : "_Element Size_" },
- { "kind" : "IdRef", "name" : "_Block Width_" },
- { "kind" : "IdRef", "name" : "_Block Height_" },
- { "kind" : "IdRef", "name" : "_Block Count_" },
- { "kind" : "IdRef", "name" : "_Src Pointer_" },
- { "kind" : "IdRef", "name" : "_Dst Base Pointer_" },
- { "kind" : "IdRef", "name" : "_Memory Width_" },
- { "kind" : "IdRef", "name" : "_Memory Height_" },
- { "kind" : "IdRef", "name" : "_Memory Pitch_" },
- { "kind" : "IdRef", "name" : "_Coordinate_" }
+ { "kind" : "IdRef", "name" : "Element Size" },
+ { "kind" : "IdRef", "name" : "Block Width" },
+ { "kind" : "IdRef", "name" : "Block Height" },
+ { "kind" : "IdRef", "name" : "Block Count" },
+ { "kind" : "IdRef", "name" : "Src Pointer" },
+ { "kind" : "IdRef", "name" : "Dst Base Pointer" },
+ { "kind" : "IdRef", "name" : "Memory Width" },
+ { "kind" : "IdRef", "name" : "Memory Height" },
+ { "kind" : "IdRef", "name" : "Memory Pitch" },
+ { "kind" : "IdRef", "name" : "Coordinate" }
],
"capabilities" : [ "Subgroup2DBlockIOINTEL" ],
"version" : "None"
@@ -10581,10 +10581,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_K Dim_" },
- { "kind" : "IdRef", "name" : "_Matrix A_" },
- { "kind" : "IdRef", "name" : "_Matrix B_" },
- { "kind" : "IdRef", "name" : "_Matrix C_" },
+ { "kind" : "IdRef", "name" : "K Dim" },
+ { "kind" : "IdRef", "name" : "Matrix A" },
+ { "kind" : "IdRef", "name" : "Matrix B" },
+ { "kind" : "IdRef", "name" : "Matrix C" },
{ "kind" : "MatrixMultiplyAccumulateOperands", "quantifier" : "?" }
],
"capabilities" : [ "SubgroupMatrixMultiplyAccumulateINTEL" ],
@@ -10597,9 +10597,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10611,9 +10611,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10625,9 +10625,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10639,9 +10639,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10653,9 +10653,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10667,9 +10667,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10681,9 +10681,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10695,9 +10695,9 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdScope", "name" : "_Execution_" },
- { "kind" : "GroupOperation", "name" : "_Operation_" },
- { "kind" : "IdRef", "name" : "_X_" }
+ { "kind" : "IdScope", "name" : "Execution" },
+ { "kind" : "GroupOperation", "name" : "Operation" },
+ { "kind" : "IdRef", "name" : "X" }
],
"capabilities" : [ "GroupUniformArithmeticKHR" ],
"version" : "None"
@@ -10709,10 +10709,10 @@
"operands" : [
{ "kind" : "IdResultType" },
{ "kind" : "IdResult" },
- { "kind" : "IdRef", "name" : "_PtrVector_" },
- { "kind" : "LiteralInteger", "name" : "_Alignment_" },
- { "kind" : "IdRef", "name" : "_Mask_" },
- { "kind" : "IdRef", "name" : "_FillEmpty_" }
+ { "kind" : "IdRef", "name" : "PtrVector" },
+ { "kind" : "LiteralInteger", "name" : "Alignment" },
+ { "kind" : "IdRef", "name" : "Mask" },
+ { "kind" : "IdRef", "name" : "FillEmpty" }
],
"capabilities" : [ "MaskedGatherScatterINTEL" ],
"version" : "None"
@@ -10722,10 +10722,10 @@
"class" : "Memory",
"opcode" : 6429,
"operands" : [
- { "kind" : "IdRef", "name" : "_InputVector_" },
- { "kind" : "IdRef", "name" : "_PtrVector_" },
- { "kind" : "LiteralInteger", "name" : "_Alignment_" },
- { "kind" : "IdRef", "name" : "_Mask_" }
+ { "kind" : "IdRef", "name" : "InputVector" },
+ { "kind" : "IdRef", "name" : "PtrVector" },
+ { "kind" : "LiteralInteger", "name" : "Alignment" },
+ { "kind" : "IdRef", "name" : "Mask" }
],
"capabilities" : [ "MaskedGatherScatterINTEL" ],
"version" : "None"
@@ -11732,7 +11732,7 @@
"value" : 0,
"capabilities" : [ "Geometry" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Number of <<Invocation,invocations>>_" }
+ { "kind" : "LiteralInteger", "name" : "Number of <<Invocation,invocations>>" }
],
"version": "1.0"
},
@@ -11830,9 +11830,9 @@
"enumerant" : "LocalSize",
"value" : 17,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_x size_" },
- { "kind" : "LiteralInteger", "name" : "_y size_" },
- { "kind" : "LiteralInteger", "name" : "_z size_" }
+ { "kind" : "LiteralInteger", "name" : "x size" },
+ { "kind" : "LiteralInteger", "name" : "y size" },
+ { "kind" : "LiteralInteger", "name" : "z size" }
],
"version": "1.0"
},
@@ -11841,9 +11841,9 @@
"value" : 18,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_x size_" },
- { "kind" : "LiteralInteger", "name" : "_y size_" },
- { "kind" : "LiteralInteger", "name" : "_z size_" }
+ { "kind" : "LiteralInteger", "name" : "x size" },
+ { "kind" : "LiteralInteger", "name" : "y size" },
+ { "kind" : "LiteralInteger", "name" : "z size" }
],
"version": "1.0"
},
@@ -11894,7 +11894,7 @@
"value" : 26,
"capabilities" : [ "Geometry", "Tessellation", "MeshShadingNV", "MeshShadingEXT" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Vertex count_" }
+ { "kind" : "LiteralInteger", "name" : "Vertex count" }
],
"version": "1.0"
},
@@ -11921,7 +11921,7 @@
"value" : 30,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Vector type_" }
+ { "kind" : "LiteralInteger", "name" : "Vector type" }
],
"version": "1.0"
},
@@ -11948,7 +11948,7 @@
"value" : 35,
"capabilities" : [ "SubgroupDispatch" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Subgroup Size_" }
+ { "kind" : "LiteralInteger", "name" : "Subgroup Size" }
],
"version" : "1.1"
},
@@ -11957,7 +11957,7 @@
"value" : 36,
"capabilities" : [ "SubgroupDispatch" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Subgroups Per Workgroup_" }
+ { "kind" : "LiteralInteger", "name" : "Subgroups Per Workgroup" }
],
"version" : "1.1"
},
@@ -11966,7 +11966,7 @@
"value" : 37,
"capabilities" : [ "SubgroupDispatch" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Subgroups Per Workgroup_" }
+ { "kind" : "IdRef", "name" : "Subgroups Per Workgroup" }
],
"version" : "1.2"
},
@@ -11974,9 +11974,9 @@
"enumerant" : "LocalSizeId",
"value" : 38,
"parameters" : [
- { "kind" : "IdRef", "name" : "_x size_" },
- { "kind" : "IdRef", "name" : "_y size_" },
- { "kind" : "IdRef", "name" : "_z size_" }
+ { "kind" : "IdRef", "name" : "x size" },
+ { "kind" : "IdRef", "name" : "y size" },
+ { "kind" : "IdRef", "name" : "z size" }
],
"version" : "1.2"
},
@@ -11985,9 +11985,9 @@
"value" : 39,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_x size hint_" },
- { "kind" : "IdRef", "name" : "_y size hint_" },
- { "kind" : "IdRef", "name" : "_z size hint_" }
+ { "kind" : "IdRef", "name" : "x size hint" },
+ { "kind" : "IdRef", "name" : "y size hint" },
+ { "kind" : "IdRef", "name" : "z size hint" }
],
"version" : "1.2"
},
@@ -12029,7 +12029,7 @@
"capabilities" : [ "DenormPreserve" ],
"extensions" : [ "SPV_KHR_float_controls" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"version" : "1.4"
},
@@ -12039,7 +12039,7 @@
"capabilities" : [ "DenormFlushToZero" ],
"extensions" : [ "SPV_KHR_float_controls" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"version" : "1.4"
},
@@ -12049,7 +12049,7 @@
"capabilities" : [ "SignedZeroInfNanPreserve" ],
"extensions" : [ "SPV_KHR_float_controls" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"version" : "1.4"
},
@@ -12059,7 +12059,7 @@
"capabilities" : [ "RoundingModeRTE" ],
"extensions" : [ "SPV_KHR_float_controls" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"version" : "1.4"
},
@@ -12069,7 +12069,7 @@
"capabilities" : [ "RoundingModeRTZ" ],
"extensions" : [ "SPV_KHR_float_controls" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"version" : "1.4"
},
@@ -12099,7 +12099,7 @@
"value" : 5070,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Is Entry_" }
+ { "kind" : "IdRef", "name" : "Is Entry" }
],
"provisional" : true,
"version" : "None"
@@ -12109,7 +12109,7 @@
"value" : 5071,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Number of recursions_" }
+ { "kind" : "IdRef", "name" : "Number of recursions" }
],
"provisional" : true,
"version" : "None"
@@ -12119,9 +12119,9 @@
"value" : 5072,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_x size_" },
- { "kind" : "IdRef", "name" : "_y size_" },
- { "kind" : "IdRef", "name" : "_z size_" }
+ { "kind" : "IdRef", "name" : "x size" },
+ { "kind" : "IdRef", "name" : "y size" },
+ { "kind" : "IdRef", "name" : "z size" }
],
"provisional" : true,
"version" : "None"
@@ -12131,7 +12131,7 @@
"value" : 5073,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Shader Index_" }
+ { "kind" : "IdRef", "name" : "Shader Index" }
],
"provisional" : true,
"version" : "None"
@@ -12141,9 +12141,9 @@
"value" : 5077,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_x size_" },
- { "kind" : "IdRef", "name" : "_y size_" },
- { "kind" : "IdRef", "name" : "_z size_" }
+ { "kind" : "IdRef", "name" : "x size" },
+ { "kind" : "IdRef", "name" : "y size" },
+ { "kind" : "IdRef", "name" : "z size" }
],
"provisional" : true,
"version" : "None"
@@ -12207,8 +12207,8 @@
"value" : 5102,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Node Name_" },
- { "kind" : "IdRef", "name" : "_Shader Index_" }
+ { "kind" : "IdRef", "name" : "Node Name" },
+ { "kind" : "IdRef", "name" : "Shader Index" }
],
"provisional" : true,
"version" : "None"
@@ -12227,7 +12227,7 @@
"value" : 5270,
"capabilities" : [ "MeshShadingNV", "MeshShadingEXT" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Primitive count_" }
+ { "kind" : "LiteralInteger", "name" : "Primitive count" }
],
"extensions" : [ "SPV_NV_mesh_shader", "SPV_EXT_mesh_shader" ],
"version" : "None"
@@ -12302,7 +12302,7 @@
"enumerant" : "SharedLocalMemorySizeINTEL",
"value" : 5618,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Size_" }
+ { "kind" : "LiteralInteger", "name" : "Size" }
],
"capabilities" : [ "VectorComputeINTEL" ],
"version" : "None"
@@ -12311,7 +12311,7 @@
"enumerant" : "RoundingModeRTPINTEL",
"value" : 5620,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"capabilities" : [ "RoundToInfinityINTEL" ],
"version" : "None"
@@ -12320,7 +12320,7 @@
"enumerant" : "RoundingModeRTNINTEL",
"value" : 5621,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"capabilities" : [ "RoundToInfinityINTEL" ],
"version" : "None"
@@ -12329,7 +12329,7 @@
"enumerant" : "FloatingPointModeALTINTEL",
"value" : 5622,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"capabilities" : [ "RoundToInfinityINTEL" ],
"version" : "None"
@@ -12338,7 +12338,7 @@
"enumerant" : "FloatingPointModeIEEEINTEL",
"value" : 5623,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" }
],
"capabilities" : [ "RoundToInfinityINTEL" ],
"version" : "None"
@@ -12347,9 +12347,9 @@
"enumerant" : "MaxWorkgroupSizeINTEL",
"value" : 5893,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_max_x_size_" },
- { "kind" : "LiteralInteger", "name" : "_max_y_size_" },
- { "kind" : "LiteralInteger", "name" : "_max_z_size_" }
+ { "kind" : "LiteralInteger", "name" : "max_x_size" },
+ { "kind" : "LiteralInteger", "name" : "max_y_size" },
+ { "kind" : "LiteralInteger", "name" : "max_z_size" }
],
"capabilities" : [ "KernelAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_kernel_attributes" ],
@@ -12359,7 +12359,7 @@
"enumerant" : "MaxWorkDimINTEL",
"value" : 5894,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_max_dimensions_" }
+ { "kind" : "LiteralInteger", "name" : "max_dimensions" }
],
"capabilities" : [ "KernelAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_kernel_attributes" ],
@@ -12376,7 +12376,7 @@
"enumerant" : "NumSIMDWorkitemsINTEL",
"value" : 5896,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_vector_width_" }
+ { "kind" : "LiteralInteger", "name" : "vector_width" }
],
"capabilities" : [ "FPGAKernelAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_kernel_attributes" ],
@@ -12386,7 +12386,7 @@
"enumerant" : "SchedulerTargetFmaxMhzINTEL",
"value" : 5903,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_target_fmax_" }
+ { "kind" : "LiteralInteger", "name" : "target_fmax" }
],
"capabilities" : [ "FPGAKernelAttributesINTEL" ],
"version" : "None"
@@ -12402,8 +12402,8 @@
"enumerant" : "FPFastMathDefault",
"value" : 6028,
"parameters" : [
- { "kind" : "IdRef", "name" : "_Target Type_" },
- { "kind" : "IdRef", "name" : "_Fast-Math Mode_" }
+ { "kind" : "IdRef", "name" : "Target Type" },
+ { "kind" : "IdRef", "name" : "Fast-Math Mode" }
],
"capabilities" : [ "FloatControls2" ],
"version" : "None"
@@ -12412,7 +12412,7 @@
"enumerant" : "StreamingInterfaceINTEL",
"value" : 6154,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_StallFreeReturn_" }
+ { "kind" : "LiteralInteger", "name" : "StallFreeReturn" }
],
"capabilities" : [ "FPGAKernelAttributesINTEL" ],
"version" : "None"
@@ -12421,7 +12421,7 @@
"enumerant" : "RegisterMapInterfaceINTEL",
"value" : 6160,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_WaitForDoneWrite_" }
+ { "kind" : "LiteralInteger", "name" : "WaitForDoneWrite" }
],
"capabilities" : [ "FPGAKernelAttributesv2INTEL" ],
"version" : "None"
@@ -12430,7 +12430,7 @@
"enumerant" : "NamedBarrierCountINTEL",
"value" : 6417,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Barrier Count_" }
+ { "kind" : "LiteralInteger", "name" : "Barrier Count" }
],
"capabilities" : [ "VectorComputeINTEL" ],
"version" : "None"
@@ -12439,7 +12439,7 @@
"enumerant" : "MaximumRegistersINTEL",
"value" : 6461,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Number of Registers_" }
+ { "kind" : "LiteralInteger", "name" : "Number of Registers" }
],
"capabilities" : [ "RegisterLimitsINTEL" ],
"version" : "None"
@@ -12448,7 +12448,7 @@
"enumerant" : "MaximumRegistersIdINTEL",
"value" : 6462,
"parameters" : [
- { "kind" : "IdRef", "name" : "_Number of Registers_" }
+ { "kind" : "IdRef", "name" : "Number of Registers" }
],
"capabilities" : [ "RegisterLimitsINTEL" ],
"version" : "None"
@@ -12457,7 +12457,7 @@
"enumerant" : "NamedMaximumRegistersINTEL",
"value" : 6463,
"parameters" : [
- { "kind" : "NamedMaximumNumberOfRegisters", "name" : "_Named Maximum Number of Registers_" }
+ { "kind" : "NamedMaximumNumberOfRegisters", "name" : "Named Maximum Number of Registers" }
],
"capabilities" : [ "RegisterLimitsINTEL" ],
"version" : "None"
@@ -13521,7 +13521,7 @@
"value" : 1,
"capabilities" : [ "Shader", "Kernel" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Specialization Constant ID_" }
+ { "kind" : "LiteralInteger", "name" : "Specialization Constant ID" }
],
"version": "1.0"
},
@@ -13555,7 +13555,7 @@
"value" : 6,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Array Stride_" }
+ { "kind" : "LiteralInteger", "name" : "Array Stride" }
],
"version": "1.0"
},
@@ -13564,7 +13564,7 @@
"value" : 7,
"capabilities" : [ "Matrix" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Matrix Stride_" }
+ { "kind" : "LiteralInteger", "name" : "Matrix Stride" }
],
"version": "1.0"
},
@@ -13677,7 +13677,7 @@
"value" : 27,
"capabilities" : [ "Shader", "UniformDecoration" ],
"parameters" : [
- { "kind" : "IdScope", "name" : "_Execution_" }
+ { "kind" : "IdScope", "name" : "Execution" }
],
"version" : "1.4"
},
@@ -13692,7 +13692,7 @@
"value" : 29,
"capabilities" : [ "GeometryStreams" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Stream Number_" }
+ { "kind" : "LiteralInteger", "name" : "Stream Number" }
],
"version": "1.0"
},
@@ -13701,7 +13701,7 @@
"value" : 30,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Location_" }
+ { "kind" : "LiteralInteger", "name" : "Location" }
],
"version": "1.0"
},
@@ -13710,7 +13710,7 @@
"value" : 31,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Component_" }
+ { "kind" : "LiteralInteger", "name" : "Component" }
],
"version": "1.0"
},
@@ -13719,7 +13719,7 @@
"value" : 32,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Index_" }
+ { "kind" : "LiteralInteger", "name" : "Index" }
],
"version": "1.0"
},
@@ -13728,7 +13728,7 @@
"value" : 33,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Binding Point_" }
+ { "kind" : "LiteralInteger", "name" : "Binding Point" }
],
"version": "1.0"
},
@@ -13737,7 +13737,7 @@
"value" : 34,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Descriptor Set_" }
+ { "kind" : "LiteralInteger", "name" : "Descriptor Set" }
],
"version": "1.0"
},
@@ -13746,7 +13746,7 @@
"value" : 35,
"capabilities" : [ "Shader" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Byte Offset_" }
+ { "kind" : "LiteralInteger", "name" : "Byte Offset" }
],
"version": "1.0"
},
@@ -13755,7 +13755,7 @@
"value" : 36,
"capabilities" : [ "TransformFeedback" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_XFB Buffer Number_" }
+ { "kind" : "LiteralInteger", "name" : "XFB Buffer Number" }
],
"version": "1.0"
},
@@ -13764,7 +13764,7 @@
"value" : 37,
"capabilities" : [ "TransformFeedback" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_XFB Stride_" }
+ { "kind" : "LiteralInteger", "name" : "XFB Stride" }
],
"version": "1.0"
},
@@ -13773,7 +13773,7 @@
"value" : 38,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "FunctionParameterAttribute", "name" : "_Function Parameter Attribute_" }
+ { "kind" : "FunctionParameterAttribute", "name" : "Function Parameter Attribute" }
],
"version": "1.0"
},
@@ -13781,7 +13781,7 @@
"enumerant" : "FPRoundingMode",
"value" : 39,
"parameters" : [
- { "kind" : "FPRoundingMode", "name" : "_Floating-Point Rounding Mode_" }
+ { "kind" : "FPRoundingMode", "name" : "Floating-Point Rounding Mode" }
],
"version": "1.0"
},
@@ -13790,7 +13790,7 @@
"value" : 40,
"capabilities" : [ "Kernel", "FloatControls2" ],
"parameters" : [
- { "kind" : "FPFastMathMode", "name" : "_Fast-Math Mode_" }
+ { "kind" : "FPFastMathMode", "name" : "Fast-Math Mode" }
],
"version": "1.0"
},
@@ -13799,8 +13799,8 @@
"value" : 41,
"capabilities" : [ "Linkage" ],
"parameters" : [
- { "kind" : "LiteralString", "name" : "_Name_" },
- { "kind" : "LinkageType", "name" : "_Linkage Type_" }
+ { "kind" : "LiteralString", "name" : "Name" },
+ { "kind" : "LinkageType", "name" : "Linkage Type" }
],
"version": "1.0"
},
@@ -13815,7 +13815,7 @@
"value" : 43,
"capabilities" : [ "InputAttachment" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Attachment Index_" }
+ { "kind" : "LiteralInteger", "name" : "Attachment Index" }
],
"version": "1.0"
},
@@ -13824,7 +13824,7 @@
"value" : 44,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Alignment_" }
+ { "kind" : "LiteralInteger", "name" : "Alignment" }
],
"version": "1.0"
},
@@ -13833,7 +13833,7 @@
"value" : 45,
"capabilities" : [ "Addresses" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Max Byte Offset_" }
+ { "kind" : "LiteralInteger", "name" : "Max Byte Offset" }
],
"version" : "1.1"
},
@@ -13842,7 +13842,7 @@
"value" : 46,
"capabilities" : [ "Kernel" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Alignment_" }
+ { "kind" : "IdRef", "name" : "Alignment" }
],
"version" : "1.2"
},
@@ -13851,7 +13851,7 @@
"value" : 47,
"capabilities" : [ "Addresses" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Max Byte Offset_" }
+ { "kind" : "IdRef", "name" : "Max Byte Offset" }
],
"version" : "1.2"
},
@@ -13896,7 +13896,7 @@
"value" : 5019,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Payload Type_" }
+ { "kind" : "IdRef", "name" : "Payload Type" }
],
"provisional" : true,
"version" : "None"
@@ -13906,7 +13906,7 @@
"value" : 5020,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Max number of payloads_" }
+ { "kind" : "IdRef", "name" : "Max number of payloads" }
],
"provisional" : true,
"version" : "None"
@@ -13923,7 +13923,7 @@
"value" : 5091,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Node Name_" }
+ { "kind" : "IdRef", "name" : "Node Name" }
],
"provisional" : true,
"version" : "None"
@@ -13933,7 +13933,7 @@
"value" : 5098,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Base Index_" }
+ { "kind" : "IdRef", "name" : "Base Index" }
],
"provisional" : true,
"version" : "None"
@@ -13950,7 +13950,7 @@
"value" : 5100,
"capabilities" : [ "ShaderEnqueueAMDX" ],
"parameters" : [
- { "kind" : "IdRef", "name" : "_Array Size_" }
+ { "kind" : "IdRef", "name" : "Array Size" }
],
"provisional" : true,
"version" : "None"
@@ -13989,7 +13989,7 @@
"extensions" : [ "SPV_NV_stereo_view_rendering" ],
"version" : "None",
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Offset_" }
+ { "kind" : "LiteralInteger", "name" : "Offset" }
]
},
{
@@ -14080,7 +14080,7 @@
"enumerant" : "SIMTCallINTEL",
"value" : 5599,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_N_" }
+ { "kind" : "LiteralInteger", "name" : "N" }
],
"capabilities" : [ "VectorComputeINTEL" ],
"version" : "None"
@@ -14096,7 +14096,7 @@
"enumerant" : "ClobberINTEL",
"value" : 5607,
"parameters" : [
- { "kind" : "LiteralString", "name" : "_Register_" }
+ { "kind" : "LiteralString", "name" : "Register" }
],
"capabilities" : [ "AsmINTEL" ],
"version" : "None"
@@ -14117,7 +14117,7 @@
"enumerant" : "FuncParamIOKindINTEL",
"value" : 5625,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Kind_" }
+ { "kind" : "LiteralInteger", "name" : "Kind" }
],
"capabilities" : [ "VectorComputeINTEL" ],
"version" : "None"
@@ -14138,7 +14138,7 @@
"enumerant" : "GlobalVariableOffsetINTEL",
"value" : 5628,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Offset_" }
+ { "kind" : "LiteralInteger", "name" : "Offset" }
],
"capabilities" : [ "VectorComputeINTEL" ],
"version" : "None"
@@ -14148,7 +14148,7 @@
"aliases" : ["HlslCounterBufferGOOGLE"],
"value" : 5634,
"parameters" : [
- { "kind" : "IdRef", "name" : "_Counter Buffer_" }
+ { "kind" : "IdRef", "name" : "Counter Buffer" }
],
"extensions" : [ "SPV_GOOGLE_hlsl_functionality1" ],
"version" : "1.4"
@@ -14158,7 +14158,7 @@
"aliases" : ["HlslSemanticGOOGLE"],
"value" : 5635,
"parameters" : [
- { "kind" : "LiteralString", "name" : "_Semantic_" }
+ { "kind" : "LiteralString", "name" : "Semantic" }
],
"extensions" : [ "SPV_GOOGLE_hlsl_functionality1" ],
"version" : "1.4"
@@ -14167,7 +14167,7 @@
"enumerant" : "UserTypeGOOGLE",
"value" : 5636,
"parameters" : [
- { "kind" : "LiteralString", "name" : "_User Type_" }
+ { "kind" : "LiteralString", "name" : "User Type" }
],
"extensions" : [ "SPV_GOOGLE_user_type" ],
"version" : "None"
@@ -14176,8 +14176,8 @@
"enumerant" : "FunctionRoundingModeINTEL",
"value" : 5822,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" },
- { "kind" : "FPRoundingMode", "name" : "_FP Rounding Mode_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" },
+ { "kind" : "FPRoundingMode", "name" : "FP Rounding Mode" }
],
"capabilities" : [ "FunctionFloatControlINTEL" ],
"version" : "None"
@@ -14186,8 +14186,8 @@
"enumerant" : "FunctionDenormModeINTEL",
"value" : 5823,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" },
- { "kind" : "FPDenormMode", "name" : "_FP Denorm Mode_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" },
+ { "kind" : "FPDenormMode", "name" : "FP Denorm Mode" }
],
"capabilities" : [ "FunctionFloatControlINTEL" ],
"version" : "None"
@@ -14203,7 +14203,7 @@
"enumerant" : "MemoryINTEL",
"value" : 5826,
"parameters" : [
- { "kind" : "LiteralString", "name" : "_Memory Type_" }
+ { "kind" : "LiteralString", "name" : "Memory Type" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14213,7 +14213,7 @@
"enumerant" : "NumbanksINTEL",
"value" : 5827,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Banks_" }
+ { "kind" : "LiteralInteger", "name" : "Banks" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14223,7 +14223,7 @@
"enumerant" : "BankwidthINTEL",
"value" : 5828,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Bank Width_" }
+ { "kind" : "LiteralInteger", "name" : "Bank Width" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14233,7 +14233,7 @@
"enumerant" : "MaxPrivateCopiesINTEL",
"value" : 5829,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Maximum Copies_" }
+ { "kind" : "LiteralInteger", "name" : "Maximum Copies" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14257,7 +14257,7 @@
"enumerant" : "MaxReplicatesINTEL",
"value" : 5832,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Maximum Replicates_" }
+ { "kind" : "LiteralInteger", "name" : "Maximum Replicates" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14274,8 +14274,8 @@
"enumerant" : "MergeINTEL",
"value" : 5834,
"parameters" : [
- { "kind" : "LiteralString", "name" : "_Merge Key_" },
- { "kind" : "LiteralString", "name" : "_Merge Type_" }
+ { "kind" : "LiteralString", "name" : "Merge Key" },
+ { "kind" : "LiteralString", "name" : "Merge Type" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14285,7 +14285,7 @@
"enumerant" : "BankBitsINTEL",
"value" : 5835,
"parameters" : [
- { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "_Bank Bits_" }
+ { "kind" : "LiteralInteger", "quantifier" : "*", "name" : "Bank Bits" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14295,7 +14295,7 @@
"enumerant" : "ForcePow2DepthINTEL",
"value" : 5836,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Force Key_" }
+ { "kind" : "LiteralInteger", "name" : "Force Key" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"extensions" : [ "SPV_INTEL_fpga_memory_attributes" ],
@@ -14305,7 +14305,7 @@
"enumerant" : "StridesizeINTEL",
"value" : 5883,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Stride Size_" }
+ { "kind" : "LiteralInteger", "name" : "Stride Size" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"version" : "None"
@@ -14314,7 +14314,7 @@
"enumerant" : "WordsizeINTEL",
"value" : 5884,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Word Size_" }
+ { "kind" : "LiteralInteger", "name" : "Word Size" }
],
"capabilities" : [ "FPGAMemoryAttributesINTEL" ],
"version" : "None"
@@ -14335,7 +14335,7 @@
"enumerant" : "CacheSizeINTEL",
"value" : 5900,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Cache Size in bytes_" }
+ { "kind" : "LiteralInteger", "name" : "Cache Size in bytes" }
],
"capabilities" : [ "FPGAMemoryAccessesINTEL" ],
"version" : "None"
@@ -14350,7 +14350,7 @@
"enumerant" : "PrefetchINTEL",
"value" : 5902,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Prefetcher Size in bytes_" }
+ { "kind" : "LiteralInteger", "name" : "Prefetcher Size in bytes" }
],
"capabilities" : [ "FPGAMemoryAccessesINTEL" ],
"version" : "None"
@@ -14371,8 +14371,8 @@
"enumerant" : "MathOpDSPModeINTEL",
"value" : 5909,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Mode_" },
- { "kind" : "LiteralInteger", "name" : "_Propagate_" }
+ { "kind" : "LiteralInteger", "name" : "Mode" },
+ { "kind" : "LiteralInteger", "name" : "Propagate" }
],
"capabilities" : [ "FPGADSPControlINTEL" ],
"version" : "None"
@@ -14381,7 +14381,7 @@
"enumerant" : "AliasScopeINTEL",
"value" : 5914,
"parameters" : [
- { "kind" : "IdRef", "name" : "_Aliasing Scopes List_" }
+ { "kind" : "IdRef", "name" : "Aliasing Scopes List" }
],
"capabilities" : [ "MemoryAccessAliasingINTEL" ],
"version" : "None"
@@ -14390,7 +14390,7 @@
"enumerant" : "NoAliasINTEL",
"value" : 5915,
"parameters" : [
- { "kind" : "IdRef", "name" : "_Aliasing Scopes List_" }
+ { "kind" : "IdRef", "name" : "Aliasing Scopes List" }
],
"capabilities" : [ "MemoryAccessAliasingINTEL" ],
"version" : "None"
@@ -14399,7 +14399,7 @@
"enumerant" : "InitiationIntervalINTEL",
"value" : 5917,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Cycles_" }
+ { "kind" : "LiteralInteger", "name" : "Cycles" }
],
"capabilities" : [ "FPGAInvocationPipeliningAttributesINTEL" ],
"version" : "None"
@@ -14408,7 +14408,7 @@
"enumerant" : "MaxConcurrencyINTEL",
"value" : 5918,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Invocations_" }
+ { "kind" : "LiteralInteger", "name" : "Invocations" }
],
"capabilities" : [ "FPGAInvocationPipeliningAttributesINTEL" ],
"version" : "None"
@@ -14417,7 +14417,7 @@
"enumerant" : "PipelineEnableINTEL",
"value" : 5919,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Enable_" }
+ { "kind" : "LiteralInteger", "name" : "Enable" }
],
"capabilities" : [ "FPGAInvocationPipeliningAttributesINTEL" ],
"version" : "None"
@@ -14426,7 +14426,7 @@
"enumerant" : "BufferLocationINTEL",
"value" : 5921,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Buffer Location ID_" }
+ { "kind" : "LiteralInteger", "name" : "Buffer Location ID" }
],
"capabilities" : [ "FPGABufferLocationINTEL" ],
"version" : "None"
@@ -14435,7 +14435,7 @@
"enumerant" : "IOPipeStorageINTEL",
"value" : 5944,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_IO Pipe ID_" }
+ { "kind" : "LiteralInteger", "name" : "IO Pipe ID" }
],
"capabilities" : [ "IOPipesINTEL" ],
"version" : "None"
@@ -14444,8 +14444,8 @@
"enumerant" : "FunctionFloatingPointModeINTEL",
"value" : 6080,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Target Width_" },
- { "kind" : "FPOperationMode", "name" : "_FP Operation Mode_" }
+ { "kind" : "LiteralInteger", "name" : "Target Width" },
+ { "kind" : "FPOperationMode", "name" : "FP Operation Mode" }
],
"capabilities" : [ "FunctionFloatControlINTEL" ],
"version" : "None"
@@ -14478,7 +14478,7 @@
"enumerant" : "FPMaxErrorDecorationINTEL",
"value" : 6170,
"parameters" : [
- { "kind" : "LiteralFloat", "name" : "_Max Error_" }
+ { "kind" : "LiteralFloat", "name" : "Max Error" }
],
"capabilities" : [ "FPMaxErrorINTEL" ],
"version" : "None"
@@ -14487,7 +14487,7 @@
"enumerant" : "LatencyControlLabelINTEL",
"value" : 6172,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Latency Label_" }
+ { "kind" : "LiteralInteger", "name" : "Latency Label" }
],
"capabilities" : [ "FPGALatencyControlINTEL" ],
"version" : "None"
@@ -14496,9 +14496,9 @@
"enumerant" : "LatencyControlConstraintINTEL",
"value" : 6173,
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Relative To_" },
- { "kind" : "LiteralInteger", "name" : "_Control Type_" },
- { "kind" : "LiteralInteger", "name" : "_Relative Cycle_" }
+ { "kind" : "LiteralInteger", "name" : "Relative To" },
+ { "kind" : "LiteralInteger", "name" : "Control Type" },
+ { "kind" : "LiteralInteger", "name" : "Relative Cycle" }
],
"capabilities" : [ "FPGALatencyControlINTEL" ],
"version" : "None"
@@ -14520,7 +14520,7 @@
"value" : 6177,
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_AddressWidth_" }
+ { "kind" : "LiteralInteger", "name" : "AddressWidth" }
],
"version" : "None"
},
@@ -14529,7 +14529,7 @@
"value" : 6178,
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_DataWidth_" }
+ { "kind" : "LiteralInteger", "name" : "DataWidth" }
],
"version" : "None"
},
@@ -14538,7 +14538,7 @@
"value" : 6179,
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Latency_" }
+ { "kind" : "LiteralInteger", "name" : "Latency" }
],
"version" : "None"
},
@@ -14547,7 +14547,7 @@
"value" : 6180,
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
"parameters" : [
- { "kind" : "AccessQualifier", "name" : "_ReadWriteMode_" }
+ { "kind" : "AccessQualifier", "name" : "ReadWriteMode" }
],
"version" : "None"
},
@@ -14556,7 +14556,7 @@
"value" : 6181,
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_MaxBurstCount_" }
+ { "kind" : "LiteralInteger", "name" : "MaxBurstCount" }
],
"version" : "None"
},
@@ -14565,7 +14565,7 @@
"value" : 6182,
"capabilities" : [ "FPGAArgumentInterfacesINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Waitrequest_" }
+ { "kind" : "LiteralInteger", "name" : "Waitrequest" }
],
"version" : "None"
},
@@ -14579,8 +14579,8 @@
"enumerant" : "HostAccessINTEL",
"value" : 6188,
"parameters": [
- { "kind" : "HostAccessQualifier", "name" : "_Access_" },
- { "kind" : "LiteralString", "name" : "_Name_" }
+ { "kind" : "HostAccessQualifier", "name" : "Access" },
+ { "kind" : "LiteralString", "name" : "Name" }
],
"capabilities" : [ "GlobalVariableHostAccessINTEL" ],
"version" : "None"
@@ -14589,7 +14589,7 @@
"enumerant" : "InitModeINTEL",
"value" : 6190,
"parameters": [
- { "kind" : "InitializationModeQualifier", "name" : "_Trigger_" }
+ { "kind" : "InitializationModeQualifier", "name" : "Trigger" }
],
"capabilities" : [ "GlobalVariableFPGADecorationsINTEL" ],
"version" : "None"
@@ -14608,8 +14608,8 @@
"value" : 6442,
"capabilities" : [ "CacheControlsINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Cache Level_" },
- { "kind" : "LoadCacheControl", "name" : "_Cache Control_" }
+ { "kind" : "LiteralInteger", "name" : "Cache Level" },
+ { "kind" : "LoadCacheControl", "name" : "Cache Control" }
],
"version" : "None"
},
@@ -14618,8 +14618,8 @@
"value" : 6443,
"capabilities" : [ "CacheControlsINTEL" ],
"parameters" : [
- { "kind" : "LiteralInteger", "name" : "_Cache Level_" },
- { "kind" : "StoreCacheControl", "name" : "_Cache Control_" }
+ { "kind" : "LiteralInteger", "name" : "Cache Level" },
+ { "kind" : "StoreCacheControl", "name" : "Cache Control" }
],
"version" : "None"
}
diff --git a/tools/buildHeaders/jsonToSpirv.h b/tools/buildHeaders/jsonToSpirv.h
index a91d090..4c154d1 100644
--- a/tools/buildHeaders/jsonToSpirv.h
+++ b/tools/buildHeaders/jsonToSpirv.h
@@ -147,6 +147,7 @@
void setOptional();
OperandClass getClass(int op) const { return opClass[op]; }
const char* getDesc(int op) const { return desc[op].c_str(); }
+ void setDesc(int op, const std::string& d) { desc[op] = d; }
bool isOptional(int op) const { return optional[op]; }
int getNum() const { return (int)opClass.size(); }