Lines Matching full:push
1684 …ExecutionModeOperands[ExecutionModeInvocations].push(OperandLiteralNumber, "'Number of <<Invocatio… in Parameterize()
1686 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1687 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1688 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1690 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1691 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1692 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1694 … ExecutionModeOperands[ExecutionModeOutputVertices].push(OperandLiteralNumber, "'Vertex count'"); in Parameterize()
1695 ExecutionModeOperands[ExecutionModeVecTypeHint].push(OperandLiteralNumber, "'Vector type'"); in Parameterize()
1697 DecorationOperands[DecorationStream].push(OperandLiteralNumber, "'Stream Number'"); in Parameterize()
1698 DecorationOperands[DecorationLocation].push(OperandLiteralNumber, "'Location'"); in Parameterize()
1699 DecorationOperands[DecorationComponent].push(OperandLiteralNumber, "'Component'"); in Parameterize()
1700 DecorationOperands[DecorationIndex].push(OperandLiteralNumber, "'Index'"); in Parameterize()
1701 DecorationOperands[DecorationBinding].push(OperandLiteralNumber, "'Binding Point'"); in Parameterize()
1702 DecorationOperands[DecorationDescriptorSet].push(OperandLiteralNumber, "'Descriptor Set'"); in Parameterize()
1703 DecorationOperands[DecorationOffset].push(OperandLiteralNumber, "'Byte Offset'"); in Parameterize()
1704 DecorationOperands[DecorationXfbBuffer].push(OperandLiteralNumber, "'XFB Buffer Number'"); in Parameterize()
1705 DecorationOperands[DecorationXfbStride].push(OperandLiteralNumber, "'XFB Stride'"); in Parameterize()
1706 DecorationOperands[DecorationArrayStride].push(OperandLiteralNumber, "'Array Stride'"); in Parameterize()
1707 DecorationOperands[DecorationMatrixStride].push(OperandLiteralNumber, "'Matrix Stride'"); in Parameterize()
1708 … DecorationOperands[DecorationBuiltIn].push(OperandLiteralNumber, "See <<BuiltIn,*BuiltIn*>>"); in Parameterize()
1709 …DecorationOperands[DecorationFPRoundingMode].push(OperandFPRoundingMode, "'Floating-Point Rounding… in Parameterize()
1710 DecorationOperands[DecorationFPFastMathMode].push(OperandFPFastMath, "'Fast-Math Mode'"); in Parameterize()
1711 DecorationOperands[DecorationLinkageAttributes].push(OperandLiteralString, "'Name'"); in Parameterize()
1712 DecorationOperands[DecorationLinkageAttributes].push(OperandLinkageType, "'Linkage Type'"); in Parameterize()
1713 …DecorationOperands[DecorationFuncParamAttr].push(OperandFuncParamAttr, "'Function Parameter Attrib… in Parameterize()
1714 … DecorationOperands[DecorationSpecId].push(OperandLiteralNumber, "'Specialization Constant ID'"); in Parameterize()
1715 …DecorationOperands[DecorationInputAttachmentIndex].push(OperandLiteralNumber, "'Attachment Index'"… in Parameterize()
1716 DecorationOperands[DecorationAlignment].push(OperandLiteralNumber, "'Alignment'"); in Parameterize()
1755 InstructionDesc[OpSource].operands.push(OperandSource, ""); in Parameterize()
1756 InstructionDesc[OpSource].operands.push(OperandLiteralNumber, "'Version'"); in Parameterize()
1757 InstructionDesc[OpSource].operands.push(OperandId, "'File'", true); in Parameterize()
1758 InstructionDesc[OpSource].operands.push(OperandLiteralString, "'Source'", true); in Parameterize()
1760 … InstructionDesc[OpSourceContinued].operands.push(OperandLiteralString, "'Continued Source'"); in Parameterize()
1762 InstructionDesc[OpSourceExtension].operands.push(OperandLiteralString, "'Extension'"); in Parameterize()
1764 InstructionDesc[OpName].operands.push(OperandId, "'Target'"); in Parameterize()
1765 InstructionDesc[OpName].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1767 InstructionDesc[OpMemberName].operands.push(OperandId, "'Type'"); in Parameterize()
1768 InstructionDesc[OpMemberName].operands.push(OperandLiteralNumber, "'Member'"); in Parameterize()
1769 InstructionDesc[OpMemberName].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1771 InstructionDesc[OpString].operands.push(OperandLiteralString, "'String'"); in Parameterize()
1773 InstructionDesc[OpLine].operands.push(OperandId, "'File'"); in Parameterize()
1774 InstructionDesc[OpLine].operands.push(OperandLiteralNumber, "'Line'"); in Parameterize()
1775 InstructionDesc[OpLine].operands.push(OperandLiteralNumber, "'Column'"); in Parameterize()
1777 InstructionDesc[OpExtension].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1779 InstructionDesc[OpExtInstImport].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1781 InstructionDesc[OpCapability].operands.push(OperandCapability, "'Capability'"); in Parameterize()
1783 InstructionDesc[OpMemoryModel].operands.push(OperandAddressing, ""); in Parameterize()
1784 InstructionDesc[OpMemoryModel].operands.push(OperandMemory, ""); in Parameterize()
1786 InstructionDesc[OpEntryPoint].operands.push(OperandExecutionModel, ""); in Parameterize()
1787 InstructionDesc[OpEntryPoint].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1788 InstructionDesc[OpEntryPoint].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1789 InstructionDesc[OpEntryPoint].operands.push(OperandVariableIds, "'Interface'"); in Parameterize()
1791 InstructionDesc[OpExecutionMode].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1792 InstructionDesc[OpExecutionMode].operands.push(OperandExecutionMode, "'Mode'"); in Parameterize()
1793 …InstructionDesc[OpExecutionMode].operands.push(OperandOptionalLiteral, "See <<Execution_Mode,Execu… in Parameterize()
1795 InstructionDesc[OpExecutionModeId].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1796 InstructionDesc[OpExecutionModeId].operands.push(OperandExecutionMode, "'Mode'"); in Parameterize()
1797 …InstructionDesc[OpExecutionModeId].operands.push(OperandVariableIds, "See <<Execution_Mode,Executi… in Parameterize()
1799 InstructionDesc[OpTypeInt].operands.push(OperandLiteralNumber, "'Width'"); in Parameterize()
1800 InstructionDesc[OpTypeInt].operands.push(OperandLiteralNumber, "'Signedness'"); in Parameterize()
1802 InstructionDesc[OpTypeFloat].operands.push(OperandLiteralNumber, "'Width'"); in Parameterize()
1804 InstructionDesc[OpTypeVector].operands.push(OperandId, "'Component Type'"); in Parameterize()
1805 InstructionDesc[OpTypeVector].operands.push(OperandLiteralNumber, "'Component Count'"); in Parameterize()
1807 InstructionDesc[OpTypeMatrix].operands.push(OperandId, "'Column Type'"); in Parameterize()
1808 InstructionDesc[OpTypeMatrix].operands.push(OperandLiteralNumber, "'Column Count'"); in Parameterize()
1810 InstructionDesc[OpTypeImage].operands.push(OperandId, "'Sampled Type'"); in Parameterize()
1811 InstructionDesc[OpTypeImage].operands.push(OperandDimensionality, ""); in Parameterize()
1812 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'Depth'"); in Parameterize()
1813 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'Arrayed'"); in Parameterize()
1814 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'MS'"); in Parameterize()
1815 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'Sampled'"); in Parameterize()
1816 InstructionDesc[OpTypeImage].operands.push(OperandSamplerImageFormat, ""); in Parameterize()
1817 InstructionDesc[OpTypeImage].operands.push(OperandAccessQualifier, "", true); in Parameterize()
1819 InstructionDesc[OpTypeSampledImage].operands.push(OperandId, "'Image Type'"); in Parameterize()
1821 InstructionDesc[OpTypeArray].operands.push(OperandId, "'Element Type'"); in Parameterize()
1822 InstructionDesc[OpTypeArray].operands.push(OperandId, "'Length'"); in Parameterize()
1824 InstructionDesc[OpTypeRuntimeArray].operands.push(OperandId, "'Element Type'"); in Parameterize()
1826 …InstructionDesc[OpTypeStruct].operands.push(OperandVariableIds, "'Member 0 type', +\n'member 1 typ… in Parameterize()
1828 … InstructionDesc[OpTypeOpaque].operands.push(OperandLiteralString, "The name of the opaque type."); in Parameterize()
1830 InstructionDesc[OpTypePointer].operands.push(OperandStorage, ""); in Parameterize()
1831 InstructionDesc[OpTypePointer].operands.push(OperandId, "'Type'"); in Parameterize()
1833 InstructionDesc[OpTypeForwardPointer].operands.push(OperandId, "'Pointer Type'"); in Parameterize()
1834 InstructionDesc[OpTypeForwardPointer].operands.push(OperandStorage, ""); in Parameterize()
1836 InstructionDesc[OpTypePipe].operands.push(OperandAccessQualifier, "'Qualifier'"); in Parameterize()
1838 InstructionDesc[OpTypeFunction].operands.push(OperandId, "'Return Type'"); in Parameterize()
1839 …InstructionDesc[OpTypeFunction].operands.push(OperandVariableIds, "'Parameter 0 Type', +\n'Paramet… in Parameterize()
1841 InstructionDesc[OpConstant].operands.push(OperandVariableLiterals, "'Value'"); in Parameterize()
1843 InstructionDesc[OpConstantComposite].operands.push(OperandVariableIds, "'Constituents'"); in Parameterize()
1845 InstructionDesc[OpConstantSampler].operands.push(OperandSamplerAddressingMode, ""); in Parameterize()
1846 InstructionDesc[OpConstantSampler].operands.push(OperandLiteralNumber, "'Param'"); in Parameterize()
1847 InstructionDesc[OpConstantSampler].operands.push(OperandSamplerFilterMode, ""); in Parameterize()
1849 InstructionDesc[OpSpecConstant].operands.push(OperandVariableLiterals, "'Value'"); in Parameterize()
1851 … InstructionDesc[OpSpecConstantComposite].operands.push(OperandVariableIds, "'Constituents'"); in Parameterize()
1853 InstructionDesc[OpSpecConstantOp].operands.push(OperandLiteralNumber, "'Opcode'"); in Parameterize()
1854 InstructionDesc[OpSpecConstantOp].operands.push(OperandVariableIds, "'Operands'"); in Parameterize()
1856 InstructionDesc[OpVariable].operands.push(OperandStorage, ""); in Parameterize()
1857 InstructionDesc[OpVariable].operands.push(OperandId, "'Initializer'", true); in Parameterize()
1859 InstructionDesc[OpFunction].operands.push(OperandFunction, ""); in Parameterize()
1860 InstructionDesc[OpFunction].operands.push(OperandId, "'Function Type'"); in Parameterize()
1862 InstructionDesc[OpFunctionCall].operands.push(OperandId, "'Function'"); in Parameterize()
1863 …InstructionDesc[OpFunctionCall].operands.push(OperandVariableIds, "'Argument 0', +\n'Argument 1', … in Parameterize()
1865 InstructionDesc[OpExtInst].operands.push(OperandId, "'Set'"); in Parameterize()
1866 InstructionDesc[OpExtInst].operands.push(OperandLiteralNumber, "'Instruction'"); in Parameterize()
1867 …InstructionDesc[OpExtInst].operands.push(OperandVariableIds, "'Operand 1', +\n'Operand 2', +\n..."… in Parameterize()
1869 InstructionDesc[OpLoad].operands.push(OperandId, "'Pointer'"); in Parameterize()
1870 InstructionDesc[OpLoad].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1871 InstructionDesc[OpLoad].operands.push(OperandLiteralNumber, "", true); in Parameterize()
1872 InstructionDesc[OpLoad].operands.push(OperandId, "", true); in Parameterize()
1874 InstructionDesc[OpStore].operands.push(OperandId, "'Pointer'"); in Parameterize()
1875 InstructionDesc[OpStore].operands.push(OperandId, "'Object'"); in Parameterize()
1876 InstructionDesc[OpStore].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1877 InstructionDesc[OpStore].operands.push(OperandLiteralNumber, "", true); in Parameterize()
1878 InstructionDesc[OpStore].operands.push(OperandId, "", true); in Parameterize()
1880 InstructionDesc[OpPhi].operands.push(OperandVariableIds, "'Variable, Parent, ...'"); in Parameterize()
1882 InstructionDesc[OpDecorate].operands.push(OperandId, "'Target'"); in Parameterize()
1883 InstructionDesc[OpDecorate].operands.push(OperandDecoration, ""); in Parameterize()
1884 …InstructionDesc[OpDecorate].operands.push(OperandVariableLiterals, "See <<Decoration,'Decoration'>… in Parameterize()
1886 InstructionDesc[OpDecorateId].operands.push(OperandId, "'Target'"); in Parameterize()
1887 InstructionDesc[OpDecorateId].operands.push(OperandDecoration, ""); in Parameterize()
1888 …InstructionDesc[OpDecorateId].operands.push(OperandVariableIds, "See <<Decoration,'Decoration'>>."… in Parameterize()
1890 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandId, "'Target'"); in Parameterize()
1891 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandDecoration, ""); in Parameterize()
1892 …InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandVariableLiteralStrings, "'Literal Str… in Parameterize()
1894 InstructionDesc[OpMemberDecorate].operands.push(OperandId, "'Structure Type'"); in Parameterize()
1895 InstructionDesc[OpMemberDecorate].operands.push(OperandLiteralNumber, "'Member'"); in Parameterize()
1896 InstructionDesc[OpMemberDecorate].operands.push(OperandDecoration, ""); in Parameterize()
1897 …InstructionDesc[OpMemberDecorate].operands.push(OperandVariableLiterals, "See <<Decoration,'Decora… in Parameterize()
1899 InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandId, "'Structure Type'"); in Parameterize()
1900 … InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandLiteralNumber, "'Member'"); in Parameterize()
1901 InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandDecoration, ""); in Parameterize()
1902 …InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandVariableLiteralStrings, "'Liter… in Parameterize()
1904 InstructionDesc[OpGroupDecorate].operands.push(OperandId, "'Decoration Group'"); in Parameterize()
1905 InstructionDesc[OpGroupDecorate].operands.push(OperandVariableIds, "'Targets'"); in Parameterize()
1907 InstructionDesc[OpGroupMemberDecorate].operands.push(OperandId, "'Decoration Group'"); in Parameterize()
1908 InstructionDesc[OpGroupMemberDecorate].operands.push(OperandVariableIdLiteral, "'Targets'"); in Parameterize()
1910 InstructionDesc[OpVectorExtractDynamic].operands.push(OperandId, "'Vector'"); in Parameterize()
1911 InstructionDesc[OpVectorExtractDynamic].operands.push(OperandId, "'Index'"); in Parameterize()
1913 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Vector'"); in Parameterize()
1914 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Component'"); in Parameterize()
1915 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Index'"); in Parameterize()
1917 InstructionDesc[OpVectorShuffle].operands.push(OperandId, "'Vector 1'"); in Parameterize()
1918 InstructionDesc[OpVectorShuffle].operands.push(OperandId, "'Vector 2'"); in Parameterize()
1919 InstructionDesc[OpVectorShuffle].operands.push(OperandVariableLiterals, "'Components'"); in Parameterize()
1921 InstructionDesc[OpCompositeConstruct].operands.push(OperandVariableIds, "'Constituents'"); in Parameterize()
1923 InstructionDesc[OpCompositeExtract].operands.push(OperandId, "'Composite'"); in Parameterize()
1924 InstructionDesc[OpCompositeExtract].operands.push(OperandVariableLiterals, "'Indexes'"); in Parameterize()
1926 InstructionDesc[OpCompositeInsert].operands.push(OperandId, "'Object'"); in Parameterize()
1927 InstructionDesc[OpCompositeInsert].operands.push(OperandId, "'Composite'"); in Parameterize()
1928 InstructionDesc[OpCompositeInsert].operands.push(OperandVariableLiterals, "'Indexes'"); in Parameterize()
1930 InstructionDesc[OpCopyObject].operands.push(OperandId, "'Operand'"); in Parameterize()
1932 InstructionDesc[OpCopyMemory].operands.push(OperandId, "'Target'"); in Parameterize()
1933 InstructionDesc[OpCopyMemory].operands.push(OperandId, "'Source'"); in Parameterize()
1934 InstructionDesc[OpCopyMemory].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1936 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Target'"); in Parameterize()
1937 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Source'"); in Parameterize()
1938 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Size'"); in Parameterize()
1939 InstructionDesc[OpCopyMemorySized].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1941 InstructionDesc[OpSampledImage].operands.push(OperandId, "'Image'"); in Parameterize()
1942 InstructionDesc[OpSampledImage].operands.push(OperandId, "'Sampler'"); in Parameterize()
1944 InstructionDesc[OpImage].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1946 InstructionDesc[OpImageRead].operands.push(OperandId, "'Image'"); in Parameterize()
1947 InstructionDesc[OpImageRead].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1948 InstructionDesc[OpImageRead].operands.push(OperandImageOperands, "", true); in Parameterize()
1949 InstructionDesc[OpImageRead].operands.push(OperandVariableIds, "", true); in Parameterize()
1951 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Image'"); in Parameterize()
1952 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1953 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Texel'"); in Parameterize()
1954 InstructionDesc[OpImageWrite].operands.push(OperandImageOperands, "", true); in Parameterize()
1955 InstructionDesc[OpImageWrite].operands.push(OperandVariableIds, "", true); in Parameterize()
1957 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1958 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1959 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1960 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1962 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1963 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1964 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1965 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1967 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1968 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1969 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1970 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1971 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1973 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1974 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1975 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1976 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1977 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1979 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1980 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1981 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1982 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1984 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1985 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1986 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1987 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1989 … InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1990 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1991 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1992 … InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1993 … InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1995 … InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1996 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1997 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1998 … InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1999 … InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2001 InstructionDesc[OpImageFetch].operands.push(OperandId, "'Image'"); in Parameterize()
2002 InstructionDesc[OpImageFetch].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2003 InstructionDesc[OpImageFetch].operands.push(OperandImageOperands, "", true); in Parameterize()
2004 InstructionDesc[OpImageFetch].operands.push(OperandVariableIds, "", true); in Parameterize()
2006 InstructionDesc[OpImageGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2007 InstructionDesc[OpImageGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2008 InstructionDesc[OpImageGather].operands.push(OperandId, "'Component'"); in Parameterize()
2009 InstructionDesc[OpImageGather].operands.push(OperandImageOperands, "", true); in Parameterize()
2010 InstructionDesc[OpImageGather].operands.push(OperandVariableIds, "", true); in Parameterize()
2012 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2013 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2014 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'D~ref~'"); in Parameterize()
2015 InstructionDesc[OpImageDrefGather].operands.push(OperandImageOperands, "", true); in Parameterize()
2016 InstructionDesc[OpImageDrefGather].operands.push(OperandVariableIds, "", true); in Parameterize()
2018 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2019 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2020 … InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
2021 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2023 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2024 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2025 … InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
2026 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2028 … InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2029 … InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2030 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
2031 … InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
2032 … InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2034 … InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2035 … InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2036 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
2037 … InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
2038 … InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2040 … InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2041 … InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2042 … InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
2043 … InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2045 … InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2046 … InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2047 … InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
2048 … InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
2050 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"… in Parameterize()
2051 … InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2052 … InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
2053 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandImageOperands, "", tr… in Parameterize()
2054 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandVariableIds, "", true… in Parameterize()
2056 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"… in Parameterize()
2057 … InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2058 … InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
2059 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandImageOperands, "", tr… in Parameterize()
2060 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandVariableIds, "", true… in Parameterize()
2062 InstructionDesc[OpImageSparseFetch].operands.push(OperandId, "'Image'"); in Parameterize()
2063 InstructionDesc[OpImageSparseFetch].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2064 InstructionDesc[OpImageSparseFetch].operands.push(OperandImageOperands, "", true); in Parameterize()
2065 InstructionDesc[OpImageSparseFetch].operands.push(OperandVariableIds, "", true); in Parameterize()
2067 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2068 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2069 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Component'"); in Parameterize()
2070 InstructionDesc[OpImageSparseGather].operands.push(OperandImageOperands, "", true); in Parameterize()
2071 InstructionDesc[OpImageSparseGather].operands.push(OperandVariableIds, "", true); in Parameterize()
2073 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2074 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2075 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'D~ref~'"); in Parameterize()
2076 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandImageOperands, "", true); in Parameterize()
2077 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandVariableIds, "", true); in Parameterize()
2079 InstructionDesc[OpImageSparseRead].operands.push(OperandId, "'Image'"); in Parameterize()
2080 InstructionDesc[OpImageSparseRead].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2081 InstructionDesc[OpImageSparseRead].operands.push(OperandImageOperands, "", true); in Parameterize()
2082 InstructionDesc[OpImageSparseRead].operands.push(OperandVariableIds, "", true); in Parameterize()
2084 InstructionDesc[OpImageSparseTexelsResident].operands.push(OperandId, "'Resident Code'"); in Parameterize()
2086 InstructionDesc[OpImageQuerySizeLod].operands.push(OperandId, "'Image'"); in Parameterize()
2087 InstructionDesc[OpImageQuerySizeLod].operands.push(OperandId, "'Level of Detail'"); in Parameterize()
2089 InstructionDesc[OpImageQuerySize].operands.push(OperandId, "'Image'"); in Parameterize()
2091 InstructionDesc[OpImageQueryLod].operands.push(OperandId, "'Image'"); in Parameterize()
2092 InstructionDesc[OpImageQueryLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2094 InstructionDesc[OpImageQueryLevels].operands.push(OperandId, "'Image'"); in Parameterize()
2096 InstructionDesc[OpImageQuerySamples].operands.push(OperandId, "'Image'"); in Parameterize()
2098 InstructionDesc[OpImageQueryFormat].operands.push(OperandId, "'Image'"); in Parameterize()
2100 InstructionDesc[OpImageQueryOrder].operands.push(OperandId, "'Image'"); in Parameterize()
2102 InstructionDesc[OpAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
2103 InstructionDesc[OpAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
2105 InstructionDesc[OpInBoundsAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
2106 InstructionDesc[OpInBoundsAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
2108 InstructionDesc[OpPtrAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
2109 InstructionDesc[OpPtrAccessChain].operands.push(OperandId, "'Element'"); in Parameterize()
2110 InstructionDesc[OpPtrAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
2112 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
2113 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandId, "'Element'"); in Parameterize()
2114 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
2116 InstructionDesc[OpSNegate].operands.push(OperandId, "'Operand'"); in Parameterize()
2118 InstructionDesc[OpFNegate].operands.push(OperandId, "'Operand'"); in Parameterize()
2120 InstructionDesc[OpNot].operands.push(OperandId, "'Operand'"); in Parameterize()
2122 InstructionDesc[OpAny].operands.push(OperandId, "'Vector'"); in Parameterize()
2124 InstructionDesc[OpAll].operands.push(OperandId, "'Vector'"); in Parameterize()
2126 InstructionDesc[OpConvertFToU].operands.push(OperandId, "'Float Value'"); in Parameterize()
2128 InstructionDesc[OpConvertFToS].operands.push(OperandId, "'Float Value'"); in Parameterize()
2130 InstructionDesc[OpConvertSToF].operands.push(OperandId, "'Signed Value'"); in Parameterize()
2132 InstructionDesc[OpConvertUToF].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
2134 InstructionDesc[OpUConvert].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
2136 InstructionDesc[OpSConvert].operands.push(OperandId, "'Signed Value'"); in Parameterize()
2138 InstructionDesc[OpFConvert].operands.push(OperandId, "'Float Value'"); in Parameterize()
2140 InstructionDesc[OpSatConvertSToU].operands.push(OperandId, "'Signed Value'"); in Parameterize()
2142 InstructionDesc[OpSatConvertUToS].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
2144 InstructionDesc[OpConvertPtrToU].operands.push(OperandId, "'Pointer'"); in Parameterize()
2146 InstructionDesc[OpConvertUToPtr].operands.push(OperandId, "'Integer Value'"); in Parameterize()
2148 InstructionDesc[OpPtrCastToGeneric].operands.push(OperandId, "'Pointer'"); in Parameterize()
2150 InstructionDesc[OpGenericCastToPtr].operands.push(OperandId, "'Pointer'"); in Parameterize()
2152 InstructionDesc[OpGenericCastToPtrExplicit].operands.push(OperandId, "'Pointer'"); in Parameterize()
2153 InstructionDesc[OpGenericCastToPtrExplicit].operands.push(OperandStorage, "'Storage'"); in Parameterize()
2155 InstructionDesc[OpGenericPtrMemSemantics].operands.push(OperandId, "'Pointer'"); in Parameterize()
2157 InstructionDesc[OpBitcast].operands.push(OperandId, "'Operand'"); in Parameterize()
2159 InstructionDesc[OpQuantizeToF16].operands.push(OperandId, "'Value'"); in Parameterize()
2161 InstructionDesc[OpTranspose].operands.push(OperandId, "'Matrix'"); in Parameterize()
2163 InstructionDesc[OpCopyLogical].operands.push(OperandId, "'Operand'"); in Parameterize()
2165 InstructionDesc[OpIsNan].operands.push(OperandId, "'x'"); in Parameterize()
2167 InstructionDesc[OpIsInf].operands.push(OperandId, "'x'"); in Parameterize()
2169 InstructionDesc[OpIsFinite].operands.push(OperandId, "'x'"); in Parameterize()
2171 InstructionDesc[OpIsNormal].operands.push(OperandId, "'x'"); in Parameterize()
2173 InstructionDesc[OpSignBitSet].operands.push(OperandId, "'x'"); in Parameterize()
2175 InstructionDesc[OpLessOrGreater].operands.push(OperandId, "'x'"); in Parameterize()
2176 InstructionDesc[OpLessOrGreater].operands.push(OperandId, "'y'"); in Parameterize()
2178 InstructionDesc[OpOrdered].operands.push(OperandId, "'x'"); in Parameterize()
2179 InstructionDesc[OpOrdered].operands.push(OperandId, "'y'"); in Parameterize()
2181 InstructionDesc[OpUnordered].operands.push(OperandId, "'x'"); in Parameterize()
2182 InstructionDesc[OpUnordered].operands.push(OperandId, "'y'"); in Parameterize()
2184 InstructionDesc[OpArrayLength].operands.push(OperandId, "'Structure'"); in Parameterize()
2185 InstructionDesc[OpArrayLength].operands.push(OperandLiteralNumber, "'Array member'"); in Parameterize()
2187 InstructionDesc[OpIAdd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2188 InstructionDesc[OpIAdd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2190 InstructionDesc[OpFAdd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2191 InstructionDesc[OpFAdd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2193 InstructionDesc[OpISub].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2194 InstructionDesc[OpISub].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2196 InstructionDesc[OpFSub].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2197 InstructionDesc[OpFSub].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2199 InstructionDesc[OpIMul].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2200 InstructionDesc[OpIMul].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2202 InstructionDesc[OpFMul].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2203 InstructionDesc[OpFMul].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2205 InstructionDesc[OpUDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2206 InstructionDesc[OpUDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2208 InstructionDesc[OpSDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2209 InstructionDesc[OpSDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2211 InstructionDesc[OpFDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2212 InstructionDesc[OpFDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2214 InstructionDesc[OpUMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2215 InstructionDesc[OpUMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2217 InstructionDesc[OpSRem].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2218 InstructionDesc[OpSRem].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2220 InstructionDesc[OpSMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2221 InstructionDesc[OpSMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2223 InstructionDesc[OpFRem].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2224 InstructionDesc[OpFRem].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2226 InstructionDesc[OpFMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2227 InstructionDesc[OpFMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2229 InstructionDesc[OpVectorTimesScalar].operands.push(OperandId, "'Vector'"); in Parameterize()
2230 InstructionDesc[OpVectorTimesScalar].operands.push(OperandId, "'Scalar'"); in Parameterize()
2232 InstructionDesc[OpMatrixTimesScalar].operands.push(OperandId, "'Matrix'"); in Parameterize()
2233 InstructionDesc[OpMatrixTimesScalar].operands.push(OperandId, "'Scalar'"); in Parameterize()
2235 InstructionDesc[OpVectorTimesMatrix].operands.push(OperandId, "'Vector'"); in Parameterize()
2236 InstructionDesc[OpVectorTimesMatrix].operands.push(OperandId, "'Matrix'"); in Parameterize()
2238 InstructionDesc[OpMatrixTimesVector].operands.push(OperandId, "'Matrix'"); in Parameterize()
2239 InstructionDesc[OpMatrixTimesVector].operands.push(OperandId, "'Vector'"); in Parameterize()
2241 InstructionDesc[OpMatrixTimesMatrix].operands.push(OperandId, "'LeftMatrix'"); in Parameterize()
2242 InstructionDesc[OpMatrixTimesMatrix].operands.push(OperandId, "'RightMatrix'"); in Parameterize()
2244 InstructionDesc[OpOuterProduct].operands.push(OperandId, "'Vector 1'"); in Parameterize()
2245 InstructionDesc[OpOuterProduct].operands.push(OperandId, "'Vector 2'"); in Parameterize()
2247 InstructionDesc[OpDot].operands.push(OperandId, "'Vector 1'"); in Parameterize()
2248 InstructionDesc[OpDot].operands.push(OperandId, "'Vector 2'"); in Parameterize()
2250 InstructionDesc[OpIAddCarry].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2251 InstructionDesc[OpIAddCarry].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2253 InstructionDesc[OpISubBorrow].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2254 InstructionDesc[OpISubBorrow].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2256 InstructionDesc[OpUMulExtended].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2257 InstructionDesc[OpUMulExtended].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2259 InstructionDesc[OpSMulExtended].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2260 InstructionDesc[OpSMulExtended].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2262 InstructionDesc[OpShiftRightLogical].operands.push(OperandId, "'Base'"); in Parameterize()
2263 InstructionDesc[OpShiftRightLogical].operands.push(OperandId, "'Shift'"); in Parameterize()
2265 InstructionDesc[OpShiftRightArithmetic].operands.push(OperandId, "'Base'"); in Parameterize()
2266 InstructionDesc[OpShiftRightArithmetic].operands.push(OperandId, "'Shift'"); in Parameterize()
2268 InstructionDesc[OpShiftLeftLogical].operands.push(OperandId, "'Base'"); in Parameterize()
2269 InstructionDesc[OpShiftLeftLogical].operands.push(OperandId, "'Shift'"); in Parameterize()
2271 InstructionDesc[OpLogicalOr].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2272 InstructionDesc[OpLogicalOr].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2274 InstructionDesc[OpLogicalAnd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2275 InstructionDesc[OpLogicalAnd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2277 InstructionDesc[OpLogicalEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2278 InstructionDesc[OpLogicalEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2280 InstructionDesc[OpLogicalNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2281 InstructionDesc[OpLogicalNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2283 InstructionDesc[OpLogicalNot].operands.push(OperandId, "'Operand'"); in Parameterize()
2285 InstructionDesc[OpBitwiseOr].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2286 InstructionDesc[OpBitwiseOr].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2288 InstructionDesc[OpBitwiseXor].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2289 InstructionDesc[OpBitwiseXor].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2291 InstructionDesc[OpBitwiseAnd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2292 InstructionDesc[OpBitwiseAnd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2294 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Base'"); in Parameterize()
2295 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Insert'"); in Parameterize()
2296 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Offset'"); in Parameterize()
2297 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Count'"); in Parameterize()
2299 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Base'"); in Parameterize()
2300 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Offset'"); in Parameterize()
2301 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Count'"); in Parameterize()
2303 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Base'"); in Parameterize()
2304 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Offset'"); in Parameterize()
2305 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Count'"); in Parameterize()
2307 InstructionDesc[OpBitReverse].operands.push(OperandId, "'Base'"); in Parameterize()
2309 InstructionDesc[OpBitCount].operands.push(OperandId, "'Base'"); in Parameterize()
2311 InstructionDesc[OpSelect].operands.push(OperandId, "'Condition'"); in Parameterize()
2312 InstructionDesc[OpSelect].operands.push(OperandId, "'Object 1'"); in Parameterize()
2313 InstructionDesc[OpSelect].operands.push(OperandId, "'Object 2'"); in Parameterize()
2315 InstructionDesc[OpIEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2316 InstructionDesc[OpIEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2318 InstructionDesc[OpFOrdEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2319 InstructionDesc[OpFOrdEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2321 InstructionDesc[OpFUnordEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2322 InstructionDesc[OpFUnordEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2324 InstructionDesc[OpINotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2325 InstructionDesc[OpINotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2327 InstructionDesc[OpFOrdNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2328 InstructionDesc[OpFOrdNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2330 InstructionDesc[OpFUnordNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2331 InstructionDesc[OpFUnordNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2333 InstructionDesc[OpULessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2334 InstructionDesc[OpULessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2336 InstructionDesc[OpSLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2337 InstructionDesc[OpSLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2339 InstructionDesc[OpFOrdLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2340 InstructionDesc[OpFOrdLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2342 InstructionDesc[OpFUnordLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2343 InstructionDesc[OpFUnordLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2345 InstructionDesc[OpUGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2346 InstructionDesc[OpUGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2348 InstructionDesc[OpSGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2349 InstructionDesc[OpSGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2351 InstructionDesc[OpFOrdGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2352 InstructionDesc[OpFOrdGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2354 InstructionDesc[OpFUnordGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2355 InstructionDesc[OpFUnordGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2357 InstructionDesc[OpULessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2358 InstructionDesc[OpULessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2360 InstructionDesc[OpSLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2361 InstructionDesc[OpSLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2363 InstructionDesc[OpFOrdLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2364 InstructionDesc[OpFOrdLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2366 InstructionDesc[OpFUnordLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2367 InstructionDesc[OpFUnordLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2369 InstructionDesc[OpUGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2370 InstructionDesc[OpUGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2372 InstructionDesc[OpSGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2373 InstructionDesc[OpSGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2375 InstructionDesc[OpFOrdGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2376 InstructionDesc[OpFOrdGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2378 InstructionDesc[OpFUnordGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2379 InstructionDesc[OpFUnordGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2381 InstructionDesc[OpDPdx].operands.push(OperandId, "'P'"); in Parameterize()
2383 InstructionDesc[OpDPdy].operands.push(OperandId, "'P'"); in Parameterize()
2385 InstructionDesc[OpFwidth].operands.push(OperandId, "'P'"); in Parameterize()
2387 InstructionDesc[OpDPdxFine].operands.push(OperandId, "'P'"); in Parameterize()
2389 InstructionDesc[OpDPdyFine].operands.push(OperandId, "'P'"); in Parameterize()
2391 InstructionDesc[OpFwidthFine].operands.push(OperandId, "'P'"); in Parameterize()
2393 InstructionDesc[OpDPdxCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2395 InstructionDesc[OpDPdyCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2397 InstructionDesc[OpFwidthCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2399 InstructionDesc[OpEmitStreamVertex].operands.push(OperandId, "'Stream'"); in Parameterize()
2401 InstructionDesc[OpEndStreamPrimitive].operands.push(OperandId, "'Stream'"); in Parameterize()
2403 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Execution'"); in Parameterize()
2404 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize()
2405 InstructionDesc[OpControlBarrier].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2407 InstructionDesc[OpMemoryBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize()
2408 InstructionDesc[OpMemoryBarrier].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2410 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Image'"); in Parameterize()
2411 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2412 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Sample'"); in Parameterize()
2414 InstructionDesc[OpAtomicLoad].operands.push(OperandId, "'Pointer'"); in Parameterize()
2415 InstructionDesc[OpAtomicLoad].operands.push(OperandScope, "'Scope'"); in Parameterize()
2416 InstructionDesc[OpAtomicLoad].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2418 InstructionDesc[OpAtomicStore].operands.push(OperandId, "'Pointer'"); in Parameterize()
2419 InstructionDesc[OpAtomicStore].operands.push(OperandScope, "'Scope'"); in Parameterize()
2420 InstructionDesc[OpAtomicStore].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2421 InstructionDesc[OpAtomicStore].operands.push(OperandId, "'Value'"); in Parameterize()
2423 InstructionDesc[OpAtomicExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2424 InstructionDesc[OpAtomicExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2425 InstructionDesc[OpAtomicExchange].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2426 InstructionDesc[OpAtomicExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2428 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2429 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2430 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2431 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2432 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2433 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
2435 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Pointer'"); in Parameterize()
2436 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandScope, "'Scope'"); in Parameterize()
2437 … InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2438 … InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2439 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Value'"); in Parameterize()
2440 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Comparator'"); in Parameterize()
2442 InstructionDesc[OpAtomicIIncrement].operands.push(OperandId, "'Pointer'"); in Parameterize()
2443 InstructionDesc[OpAtomicIIncrement].operands.push(OperandScope, "'Scope'"); in Parameterize()
2444 InstructionDesc[OpAtomicIIncrement].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2446 InstructionDesc[OpAtomicIDecrement].operands.push(OperandId, "'Pointer'"); in Parameterize()
2447 InstructionDesc[OpAtomicIDecrement].operands.push(OperandScope, "'Scope'"); in Parameterize()
2448 InstructionDesc[OpAtomicIDecrement].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2450 InstructionDesc[OpAtomicIAdd].operands.push(OperandId, "'Pointer'"); in Parameterize()
2451 InstructionDesc[OpAtomicIAdd].operands.push(OperandScope, "'Scope'"); in Parameterize()
2452 InstructionDesc[OpAtomicIAdd].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2453 InstructionDesc[OpAtomicIAdd].operands.push(OperandId, "'Value'"); in Parameterize()
2455 InstructionDesc[OpAtomicFAddEXT].operands.push(OperandId, "'Pointer'"); in Parameterize()
2456 InstructionDesc[OpAtomicFAddEXT].operands.push(OperandScope, "'Scope'"); in Parameterize()
2457 InstructionDesc[OpAtomicFAddEXT].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2458 InstructionDesc[OpAtomicFAddEXT].operands.push(OperandId, "'Value'"); in Parameterize()
2460 InstructionDesc[OpAtomicISub].operands.push(OperandId, "'Pointer'"); in Parameterize()
2461 InstructionDesc[OpAtomicISub].operands.push(OperandScope, "'Scope'"); in Parameterize()
2462 InstructionDesc[OpAtomicISub].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2463 InstructionDesc[OpAtomicISub].operands.push(OperandId, "'Value'"); in Parameterize()
2465 InstructionDesc[OpAtomicUMin].operands.push(OperandId, "'Pointer'"); in Parameterize()
2466 InstructionDesc[OpAtomicUMin].operands.push(OperandScope, "'Scope'"); in Parameterize()
2467 InstructionDesc[OpAtomicUMin].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2468 InstructionDesc[OpAtomicUMin].operands.push(OperandId, "'Value'"); in Parameterize()
2470 InstructionDesc[OpAtomicUMax].operands.push(OperandId, "'Pointer'"); in Parameterize()
2471 InstructionDesc[OpAtomicUMax].operands.push(OperandScope, "'Scope'"); in Parameterize()
2472 InstructionDesc[OpAtomicUMax].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2473 InstructionDesc[OpAtomicUMax].operands.push(OperandId, "'Value'"); in Parameterize()
2475 InstructionDesc[OpAtomicSMin].operands.push(OperandId, "'Pointer'"); in Parameterize()
2476 InstructionDesc[OpAtomicSMin].operands.push(OperandScope, "'Scope'"); in Parameterize()
2477 InstructionDesc[OpAtomicSMin].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2478 InstructionDesc[OpAtomicSMin].operands.push(OperandId, "'Value'"); in Parameterize()
2480 InstructionDesc[OpAtomicSMax].operands.push(OperandId, "'Pointer'"); in Parameterize()
2481 InstructionDesc[OpAtomicSMax].operands.push(OperandScope, "'Scope'"); in Parameterize()
2482 InstructionDesc[OpAtomicSMax].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2483 InstructionDesc[OpAtomicSMax].operands.push(OperandId, "'Value'"); in Parameterize()
2485 InstructionDesc[OpAtomicFMinEXT].operands.push(OperandId, "'Pointer'"); in Parameterize()
2486 InstructionDesc[OpAtomicFMinEXT].operands.push(OperandScope, "'Scope'"); in Parameterize()
2487 InstructionDesc[OpAtomicFMinEXT].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2488 InstructionDesc[OpAtomicFMinEXT].operands.push(OperandId, "'Value'"); in Parameterize()
2490 InstructionDesc[OpAtomicFMaxEXT].operands.push(OperandId, "'Pointer'"); in Parameterize()
2491 InstructionDesc[OpAtomicFMaxEXT].operands.push(OperandScope, "'Scope'"); in Parameterize()
2492 InstructionDesc[OpAtomicFMaxEXT].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2493 InstructionDesc[OpAtomicFMaxEXT].operands.push(OperandId, "'Value'"); in Parameterize()
2495 InstructionDesc[OpAtomicAnd].operands.push(OperandId, "'Pointer'"); in Parameterize()
2496 InstructionDesc[OpAtomicAnd].operands.push(OperandScope, "'Scope'"); in Parameterize()
2497 InstructionDesc[OpAtomicAnd].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2498 InstructionDesc[OpAtomicAnd].operands.push(OperandId, "'Value'"); in Parameterize()
2500 InstructionDesc[OpAtomicOr].operands.push(OperandId, "'Pointer'"); in Parameterize()
2501 InstructionDesc[OpAtomicOr].operands.push(OperandScope, "'Scope'"); in Parameterize()
2502 InstructionDesc[OpAtomicOr].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2503 InstructionDesc[OpAtomicOr].operands.push(OperandId, "'Value'"); in Parameterize()
2505 InstructionDesc[OpAtomicXor].operands.push(OperandId, "'Pointer'"); in Parameterize()
2506 InstructionDesc[OpAtomicXor].operands.push(OperandScope, "'Scope'"); in Parameterize()
2507 InstructionDesc[OpAtomicXor].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2508 InstructionDesc[OpAtomicXor].operands.push(OperandId, "'Value'"); in Parameterize()
2510 InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandId, "'Pointer'"); in Parameterize()
2511 InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandScope, "'Scope'"); in Parameterize()
2512 … InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2514 InstructionDesc[OpAtomicFlagClear].operands.push(OperandId, "'Pointer'"); in Parameterize()
2515 InstructionDesc[OpAtomicFlagClear].operands.push(OperandScope, "'Scope'"); in Parameterize()
2516 InstructionDesc[OpAtomicFlagClear].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2518 InstructionDesc[OpLoopMerge].operands.push(OperandId, "'Merge Block'"); in Parameterize()
2519 InstructionDesc[OpLoopMerge].operands.push(OperandId, "'Continue Target'"); in Parameterize()
2520 InstructionDesc[OpLoopMerge].operands.push(OperandLoop, ""); in Parameterize()
2521 InstructionDesc[OpLoopMerge].operands.push(OperandOptionalLiteral, ""); in Parameterize()
2523 InstructionDesc[OpSelectionMerge].operands.push(OperandId, "'Merge Block'"); in Parameterize()
2524 InstructionDesc[OpSelectionMerge].operands.push(OperandSelect, ""); in Parameterize()
2526 InstructionDesc[OpBranch].operands.push(OperandId, "'Target Label'"); in Parameterize()
2528 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'Condition'"); in Parameterize()
2529 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'True Label'"); in Parameterize()
2530 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'False Label'"); in Parameterize()
2531 … InstructionDesc[OpBranchConditional].operands.push(OperandVariableLiterals, "'Branch weights'"); in Parameterize()
2533 InstructionDesc[OpSwitch].operands.push(OperandId, "'Selector'"); in Parameterize()
2534 InstructionDesc[OpSwitch].operands.push(OperandId, "'Default'"); in Parameterize()
2535 InstructionDesc[OpSwitch].operands.push(OperandVariableLiteralId, "'Target'"); in Parameterize()
2538 InstructionDesc[OpReturnValue].operands.push(OperandId, "'Value'"); in Parameterize()
2540 InstructionDesc[OpLifetimeStart].operands.push(OperandId, "'Pointer'"); in Parameterize()
2541 InstructionDesc[OpLifetimeStart].operands.push(OperandLiteralNumber, "'Size'"); in Parameterize()
2543 InstructionDesc[OpLifetimeStop].operands.push(OperandId, "'Pointer'"); in Parameterize()
2544 InstructionDesc[OpLifetimeStop].operands.push(OperandLiteralNumber, "'Size'"); in Parameterize()
2546 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandScope, "'Execution'"); in Parameterize()
2547 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Destination'"); in Parameterize()
2548 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Source'"); in Parameterize()
2549 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Num Elements'"); in Parameterize()
2550 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Stride'"); in Parameterize()
2551 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Event'"); in Parameterize()
2553 InstructionDesc[OpGroupWaitEvents].operands.push(OperandScope, "'Execution'"); in Parameterize()
2554 InstructionDesc[OpGroupWaitEvents].operands.push(OperandId, "'Num Events'"); in Parameterize()
2555 InstructionDesc[OpGroupWaitEvents].operands.push(OperandId, "'Events List'"); in Parameterize()
2557 InstructionDesc[OpGroupAll].operands.push(OperandScope, "'Execution'"); in Parameterize()
2558 InstructionDesc[OpGroupAll].operands.push(OperandId, "'Predicate'"); in Parameterize()
2560 InstructionDesc[OpGroupAny].operands.push(OperandScope, "'Execution'"); in Parameterize()
2561 InstructionDesc[OpGroupAny].operands.push(OperandId, "'Predicate'"); in Parameterize()
2563 InstructionDesc[OpGroupBroadcast].operands.push(OperandScope, "'Execution'"); in Parameterize()
2564 InstructionDesc[OpGroupBroadcast].operands.push(OperandId, "'Value'"); in Parameterize()
2565 InstructionDesc[OpGroupBroadcast].operands.push(OperandId, "'LocalId'"); in Parameterize()
2567 InstructionDesc[OpGroupIAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2568 InstructionDesc[OpGroupIAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2569 InstructionDesc[OpGroupIAdd].operands.push(OperandId, "'X'"); in Parameterize()
2571 InstructionDesc[OpGroupFAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2572 InstructionDesc[OpGroupFAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2573 InstructionDesc[OpGroupFAdd].operands.push(OperandId, "'X'"); in Parameterize()
2575 InstructionDesc[OpGroupUMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2576 InstructionDesc[OpGroupUMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2577 InstructionDesc[OpGroupUMin].operands.push(OperandId, "'X'"); in Parameterize()
2579 InstructionDesc[OpGroupSMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2580 InstructionDesc[OpGroupSMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2581 InstructionDesc[OpGroupSMin].operands.push(OperandId, "X"); in Parameterize()
2583 InstructionDesc[OpGroupFMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2584 InstructionDesc[OpGroupFMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2585 InstructionDesc[OpGroupFMin].operands.push(OperandId, "X"); in Parameterize()
2587 InstructionDesc[OpGroupUMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2588 InstructionDesc[OpGroupUMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2589 InstructionDesc[OpGroupUMax].operands.push(OperandId, "X"); in Parameterize()
2591 InstructionDesc[OpGroupSMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2592 InstructionDesc[OpGroupSMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2593 InstructionDesc[OpGroupSMax].operands.push(OperandId, "X"); in Parameterize()
2595 InstructionDesc[OpGroupFMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2596 InstructionDesc[OpGroupFMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2597 InstructionDesc[OpGroupFMax].operands.push(OperandId, "X"); in Parameterize()
2599 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2600 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2601 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2602 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2604 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2605 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2606 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2607 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2609 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2610 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2611 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Index'"); in Parameterize()
2612 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2613 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2614 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2616 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2617 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2618 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Index'"); in Parameterize()
2619 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2620 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2621 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2623 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2624 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2625 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2626 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2628 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2629 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2630 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2631 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2633 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2634 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2635 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2636 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2638 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2639 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2640 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2641 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2643 InstructionDesc[OpIsValidReserveId].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2645 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2646 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2647 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2649 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2650 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2651 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2653 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandScope, "'Execution'"); in Parameterize()
2654 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2655 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2656 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2657 … InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2659 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandScope, "'Execution'"); in Parameterize()
2660 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2661 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2662 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2663 … InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2665 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandScope, "'Execution'"); in Parameterize()
2666 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2667 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2668 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2669 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2671 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandScope, "'Execution'"); in Parameterize()
2672 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2673 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2674 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2675 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2677 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'GlobalWorkSize'"); in Parameterize()
2678 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'LocalWorkSize'"); in Parameterize()
2679 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'GlobalWorkOffset'"); in Parameterize()
2681 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Event'"); in Parameterize()
2682 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Profiling Info'"); in Parameterize()
2683 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Value'"); in Parameterize()
2685 InstructionDesc[OpSetUserEventStatus].operands.push(OperandId, "'Event'"); in Parameterize()
2686 InstructionDesc[OpSetUserEventStatus].operands.push(OperandId, "'Status'"); in Parameterize()
2688 InstructionDesc[OpIsValidEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2690 InstructionDesc[OpRetainEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2692 InstructionDesc[OpReleaseEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2694 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Invoke'"); in Parameterize()
2695 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param'"); in Parameterize()
2696 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param Size'"); in Parameterize()
2697 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param Align'"); in Parameterize()
2699 … InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Invoke'"); in Parameterize()
2700 … InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param'"); in Parameterize()
2701 …InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param Size'"… in Parameterize()
2702 …InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param Align'… in Parameterize()
2704 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'ND Range'"); in Parameterize()
2705 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Invoke'"); in Parameterize()
2706 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param'"); in Parameterize()
2707 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param Size'"); in Parameterize()
2708 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param Align'"); in Parameterize()
2710 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'ND Range'"); in Parameterize()
2711 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Invoke'"); in Parameterize()
2712 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param'"); in Parameterize()
2713 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param Size'"); in Parameterize()
2714 … InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param Align'"); in Parameterize()
2716 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Queue'"); in Parameterize()
2717 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Flags'"); in Parameterize()
2718 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'ND Range'"); in Parameterize()
2719 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Num Events'"); in Parameterize()
2720 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2721 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2722 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Invoke'"); in Parameterize()
2723 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param'"); in Parameterize()
2724 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Size'"); in Parameterize()
2725 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Align'"); in Parameterize()
2726 InstructionDesc[OpEnqueueKernel].operands.push(OperandVariableIds, "'Local Size'"); in Parameterize()
2728 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Queue'"); in Parameterize()
2729 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Num Events'"); in Parameterize()
2730 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2731 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2733 InstructionDesc[OpGroupNonUniformElect].operands.push(OperandScope, "'Execution'"); in Parameterize()
2735 InstructionDesc[OpGroupNonUniformAll].operands.push(OperandScope, "'Execution'"); in Parameterize()
2736 InstructionDesc[OpGroupNonUniformAll].operands.push(OperandId, "X"); in Parameterize()
2738 InstructionDesc[OpGroupNonUniformAny].operands.push(OperandScope, "'Execution'"); in Parameterize()
2739 InstructionDesc[OpGroupNonUniformAny].operands.push(OperandId, "X"); in Parameterize()
2741 InstructionDesc[OpGroupNonUniformAllEqual].operands.push(OperandScope, "'Execution'"); in Parameterize()
2742 InstructionDesc[OpGroupNonUniformAllEqual].operands.push(OperandId, "X"); in Parameterize()
2744 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandScope, "'Execution'"); in Parameterize()
2745 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandId, "X"); in Parameterize()
2746 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandId, "ID"); in Parameterize()
2748 InstructionDesc[OpGroupNonUniformBroadcastFirst].operands.push(OperandScope, "'Execution'"); in Parameterize()
2749 InstructionDesc[OpGroupNonUniformBroadcastFirst].operands.push(OperandId, "X"); in Parameterize()
2751 InstructionDesc[OpGroupNonUniformBallot].operands.push(OperandScope, "'Execution'"); in Parameterize()
2752 InstructionDesc[OpGroupNonUniformBallot].operands.push(OperandId, "X"); in Parameterize()
2754 InstructionDesc[OpGroupNonUniformInverseBallot].operands.push(OperandScope, "'Execution'"); in Parameterize()
2755 InstructionDesc[OpGroupNonUniformInverseBallot].operands.push(OperandId, "X"); in Parameterize()
2757 … InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandScope, "'Execution'"); in Parameterize()
2758 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandId, "X"); in Parameterize()
2759 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandId, "Bit"); in Parameterize()
2761 InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandScope, "'Execution'"); in Parameterize()
2762 …InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandGroupOperation, "'Operation'… in Parameterize()
2763 InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandId, "X"); in Parameterize()
2765 InstructionDesc[OpGroupNonUniformBallotFindLSB].operands.push(OperandScope, "'Execution'"); in Parameterize()
2766 InstructionDesc[OpGroupNonUniformBallotFindLSB].operands.push(OperandId, "X"); in Parameterize()
2768 InstructionDesc[OpGroupNonUniformBallotFindMSB].operands.push(OperandScope, "'Execution'"); in Parameterize()
2769 InstructionDesc[OpGroupNonUniformBallotFindMSB].operands.push(OperandId, "X"); in Parameterize()
2771 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandScope, "'Execution'"); in Parameterize()
2772 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandId, "X"); in Parameterize()
2773 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandId, "'Id'"); in Parameterize()
2775 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandScope, "'Execution'"); in Parameterize()
2776 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandId, "X"); in Parameterize()
2777 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandId, "Mask"); in Parameterize()
2779 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandScope, "'Execution'"); in Parameterize()
2780 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandId, "X"); in Parameterize()
2781 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandId, "Offset"); in Parameterize()
2783 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandScope, "'Execution'"); in Parameterize()
2784 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandId, "X"); in Parameterize()
2785 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandId, "Offset"); in Parameterize()
2787 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2788 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2789 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandId, "X"); in Parameterize()
2790 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2792 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2793 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2794 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandId, "X"); in Parameterize()
2795 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2797 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandScope, "'Execution'"); in Parameterize()
2798 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2799 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandId, "X"); in Parameterize()
2800 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2802 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandScope, "'Execution'"); in Parameterize()
2803 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2804 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandId, "X"); in Parameterize()
2805 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2807 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2808 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2809 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandId, "X"); in Parameterize()
2810 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2812 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2813 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2814 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandId, "X"); in Parameterize()
2815 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2817 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2818 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2819 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandId, "X"); in Parameterize()
2820 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2822 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2823 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2824 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandId, "X"); in Parameterize()
2825 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2827 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2828 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2829 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandId, "X"); in Parameterize()
2830 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2832 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2833 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2834 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandId, "X"); in Parameterize()
2835 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2837 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2838 … InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2839 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandId, "X"); in Parameterize()
2840 … InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2842 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandScope, "'Execution'"); in Parameterize()
2843 … InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2844 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandId, "X"); in Parameterize()
2845 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2847 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandScope, "'Execution'"); in Parameterize()
2848 … InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2849 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandId, "X"); in Parameterize()
2850 … InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2852 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2853 … InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2854 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandId, "X"); in Parameterize()
2855 … InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2857 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandScope, "'Execution'"); in Parameterize()
2858 … InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2859 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandId, "X"); in Parameterize()
2860 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2862 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandScope, "'Execution'"); in Parameterize()
2863 … InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2864 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandId, "X"); in Parameterize()
2865 … InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2867 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandScope, "'Execution'"); in Parameterize()
2868 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandId, "X"); in Parameterize()
2869 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandId, "'Id'"); in Parameterize()
2871 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandScope, "'Execution'"); in Parameterize()
2872 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "X"); in Parameterize()
2873 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "'Direction'"); in Parameterize()
2875 InstructionDesc[OpSubgroupBallotKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2877 InstructionDesc[OpSubgroupFirstInvocationKHR].operands.push(OperandId, "'Value'"); in Parameterize()
2879 InstructionDesc[OpSubgroupAnyKHR].operands.push(OperandScope, "'Execution'"); in Parameterize()
2880 InstructionDesc[OpSubgroupAnyKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2882 InstructionDesc[OpSubgroupAllKHR].operands.push(OperandScope, "'Execution'"); in Parameterize()
2883 InstructionDesc[OpSubgroupAllKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2885 InstructionDesc[OpSubgroupAllEqualKHR].operands.push(OperandScope, "'Execution'"); in Parameterize()
2886 InstructionDesc[OpSubgroupAllEqualKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2888 InstructionDesc[OpSubgroupReadInvocationKHR].operands.push(OperandId, "'Value'"); in Parameterize()
2889 InstructionDesc[OpSubgroupReadInvocationKHR].operands.push(OperandId, "'Index'"); in Parameterize()
2891 InstructionDesc[OpModuleProcessed].operands.push(OperandLiteralString, "'process'"); in Parameterize()
2893 InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2894 … InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2895 InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2897 InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2898 … InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2899 InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2901 InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2902 … InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2903 InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2905 InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2906 … InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2907 InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2909 InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2910 … InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2911 InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2913 InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2914 … InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2915 InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2917 InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2918 … InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2919 InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2921 InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2922 … InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2923 InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2925 InstructionDesc[OpFragmentMaskFetchAMD].operands.push(OperandId, "'Image'"); in Parameterize()
2926 InstructionDesc[OpFragmentMaskFetchAMD].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2928 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Image'"); in Parameterize()
2929 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2930 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Fragment Index'"); in Parameterize()
2932 InstructionDesc[OpGroupNonUniformPartitionNV].operands.push(OperandId, "X"); in Parameterize()
2936 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
2937 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Ray Flags'"); in Parameterize()
2938 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Cull Mask'"); in Parameterize()
2939 InstructionDesc[OpTraceNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
2940 InstructionDesc[OpTraceNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
2941 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Miss Index'"); in Parameterize()
2942 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Ray Origin'"); in Parameterize()
2943 InstructionDesc[OpTraceNV].operands.push(OperandId, "'TMin'"); in Parameterize()
2944 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Ray Direction'"); in Parameterize()
2945 InstructionDesc[OpTraceNV].operands.push(OperandId, "'TMax'"); in Parameterize()
2946 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Payload'"); in Parameterize()
2949 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
2950 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Ray Flags'"); in Parameterize()
2951 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Cull Mask'"); in Parameterize()
2952 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
2953 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
2954 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Miss Index'"); in Parameterize()
2955 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Ray Origin'"); in Parameterize()
2956 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'TMin'"); in Parameterize()
2957 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Ray Direction'"); in Parameterize()
2958 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'TMax'"); in Parameterize()
2959 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Time'"); in Parameterize()
2960 InstructionDesc[OpTraceRayMotionNV].operands.push(OperandId, "'Payload'"); in Parameterize()
2963 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
2964 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Flags'"); in Parameterize()
2965 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Cull Mask'"); in Parameterize()
2966 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
2967 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
2968 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Miss Index'"); in Parameterize()
2969 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Origin'"); in Parameterize()
2970 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'TMin'"); in Parameterize()
2971 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Direction'"); in Parameterize()
2972 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'TMax'"); in Parameterize()
2973 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Payload'"); in Parameterize()
2976 InstructionDesc[OpReportIntersectionKHR].operands.push(OperandId, "'Hit Parameter'"); in Parameterize()
2977 InstructionDesc[OpReportIntersectionKHR].operands.push(OperandId, "'Hit Kind'"); in Parameterize()
2987 InstructionDesc[OpExecuteCallableNV].operands.push(OperandId, "SBT Record Index"); in Parameterize()
2988 InstructionDesc[OpExecuteCallableNV].operands.push(OperandId, "CallableData ID"); in Parameterize()
2991 InstructionDesc[OpExecuteCallableKHR].operands.push(OperandId, "SBT Record Index"); in Parameterize()
2992 InstructionDesc[OpExecuteCallableKHR].operands.push(OperandId, "CallableData"); in Parameterize()
2995 InstructionDesc[OpConvertUToAccelerationStructureKHR].operands.push(OperandId, "Value"); in Parameterize()
3002 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3003 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'AccelerationS'"); in Parameterize()
3004 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'RayFlags'"); in Parameterize()
3005 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'CullMask'"); in Parameterize()
3006 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Origin'"); in Parameterize()
3007 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Tmin'"); in Parameterize()
3008 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Direction'"); in Parameterize()
3009 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Tmax'"); in Parameterize()
3012 InstructionDesc[OpRayQueryTerminateKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3015 InstructionDesc[OpRayQueryGenerateIntersectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3016 InstructionDesc[OpRayQueryGenerateIntersectionKHR].operands.push(OperandId, "'THit'"); in Parameterize()
3019 InstructionDesc[OpRayQueryConfirmIntersectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3022 InstructionDesc[OpRayQueryProceedKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3025 InstructionDesc[OpRayQueryGetIntersectionTypeKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3026 InstructionDesc[OpRayQueryGetIntersectionTypeKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3029 InstructionDesc[OpRayQueryGetRayTMinKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3032 InstructionDesc[OpRayQueryGetRayFlagsKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3035 InstructionDesc[OpRayQueryGetIntersectionTKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3036 InstructionDesc[OpRayQueryGetIntersectionTKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3039 …InstructionDesc[OpRayQueryGetIntersectionInstanceCustomIndexKHR].operands.push(OperandId, "'RayQue… in Parameterize()
3040 …InstructionDesc[OpRayQueryGetIntersectionInstanceCustomIndexKHR].operands.push(OperandId, "'Commit… in Parameterize()
3043 … InstructionDesc[OpRayQueryGetIntersectionInstanceIdKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3044 … InstructionDesc[OpRayQueryGetIntersectionInstanceIdKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3047 …ayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR].operands.push(OperandId, "'RayQue… in Parameterize()
3048 …ayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR].operands.push(OperandId, "'Commit… in Parameterize()
3051 … InstructionDesc[OpRayQueryGetIntersectionGeometryIndexKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3052 …InstructionDesc[OpRayQueryGetIntersectionGeometryIndexKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3055 …InstructionDesc[OpRayQueryGetIntersectionPrimitiveIndexKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3056 …InstructionDesc[OpRayQueryGetIntersectionPrimitiveIndexKHR].operands.push(OperandId, "'Committed'"… in Parameterize()
3059 … InstructionDesc[OpRayQueryGetIntersectionBarycentricsKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3060 … InstructionDesc[OpRayQueryGetIntersectionBarycentricsKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3063 … InstructionDesc[OpRayQueryGetIntersectionFrontFaceKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3064 … InstructionDesc[OpRayQueryGetIntersectionFrontFaceKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3067 …InstructionDesc[OpRayQueryGetIntersectionCandidateAABBOpaqueKHR].operands.push(OperandId, "'RayQue… in Parameterize()
3070 …InstructionDesc[OpRayQueryGetIntersectionObjectRayDirectionKHR].operands.push(OperandId, "'RayQuer… in Parameterize()
3071 …InstructionDesc[OpRayQueryGetIntersectionObjectRayDirectionKHR].operands.push(OperandId, "'Committ… in Parameterize()
3074 …InstructionDesc[OpRayQueryGetIntersectionObjectRayOriginKHR].operands.push(OperandId, "'RayQuery'"… in Parameterize()
3075 …InstructionDesc[OpRayQueryGetIntersectionObjectRayOriginKHR].operands.push(OperandId, "'Committed'… in Parameterize()
3078 InstructionDesc[OpRayQueryGetWorldRayDirectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3081 InstructionDesc[OpRayQueryGetWorldRayOriginKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3084 … InstructionDesc[OpRayQueryGetIntersectionObjectToWorldKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3085 …InstructionDesc[OpRayQueryGetIntersectionObjectToWorldKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3088 … InstructionDesc[OpRayQueryGetIntersectionWorldToObjectKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
3089 …InstructionDesc[OpRayQueryGetIntersectionWorldToObjectKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
3092 …InstructionDesc[OpRayQueryGetIntersectionTriangleVertexPositionsKHR].operands.push(OperandId, "'Ra… in Parameterize()
3093 …InstructionDesc[OpRayQueryGetIntersectionTriangleVertexPositionsKHR].operands.push(OperandId, "'Co… in Parameterize()
3096 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
3097 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Coordinate'"); in Parameterize()
3098 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Granularity'"); in Parameterize()
3099 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Coarse'"); in Parameterize()
3100 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandImageOperands, "", true); in Parameterize()
3101 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandVariableIds, "", true); in Parameterize()
3103 … InstructionDesc[OpWritePackedPrimitiveIndices4x8NV].operands.push(OperandId, "'Index Offset'"); in Parameterize()
3104 … InstructionDesc[OpWritePackedPrimitiveIndices4x8NV].operands.push(OperandId, "'Packed Indices'"); in Parameterize()
3106 InstructionDesc[OpEmitMeshTasksEXT].operands.push(OperandId, "'groupCountX'"); in Parameterize()
3107 InstructionDesc[OpEmitMeshTasksEXT].operands.push(OperandId, "'groupCountY'"); in Parameterize()
3108 InstructionDesc[OpEmitMeshTasksEXT].operands.push(OperandId, "'groupCountZ'"); in Parameterize()
3109 InstructionDesc[OpEmitMeshTasksEXT].operands.push(OperandId, "'Payload'"); in Parameterize()
3112 InstructionDesc[OpSetMeshOutputsEXT].operands.push(OperandId, "'vertexCount'"); in Parameterize()
3113 InstructionDesc[OpSetMeshOutputsEXT].operands.push(OperandId, "'primitiveCount'"); in Parameterize()
3117 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Component Type'"); in Parameterize()
3118 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Scope'"); in Parameterize()
3119 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Rows'"); in Parameterize()
3120 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Columns'"); in Parameterize()
3122 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Pointer'"); in Parameterize()
3123 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Stride'"); in Parameterize()
3124 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Column Major'"); in Parameterize()
3125 … InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
3126 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandLiteralNumber, "", true); in Parameterize()
3127 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "", true); in Parameterize()
3129 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Pointer'"); in Parameterize()
3130 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Object'"); in Parameterize()
3131 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Stride'"); in Parameterize()
3132 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Column Major'"); in Parameterize()
3133 … InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
3134 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandLiteralNumber, "", true); in Parameterize()
3135 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "", true); in Parameterize()
3137 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'A'"); in Parameterize()
3138 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'B'"); in Parameterize()
3139 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'C'"); in Parameterize()
3141 InstructionDesc[OpCooperativeMatrixLengthNV].operands.push(OperandId, "'Type'"); in Parameterize()
3143 InstructionDesc[OpTypeCooperativeMatrixKHR].operands.push(OperandId, "'Component Type'"); in Parameterize()
3144 InstructionDesc[OpTypeCooperativeMatrixKHR].operands.push(OperandId, "'Scope'"); in Parameterize()
3145 InstructionDesc[OpTypeCooperativeMatrixKHR].operands.push(OperandId, "'Rows'"); in Parameterize()
3146 InstructionDesc[OpTypeCooperativeMatrixKHR].operands.push(OperandId, "'Columns'"); in Parameterize()
3147 InstructionDesc[OpTypeCooperativeMatrixKHR].operands.push(OperandId, "'Use'"); in Parameterize()
3149 InstructionDesc[OpCooperativeMatrixLoadKHR].operands.push(OperandId, "'Pointer'"); in Parameterize()
3150 InstructionDesc[OpCooperativeMatrixLoadKHR].operands.push(OperandId, "'Memory Layout'"); in Parameterize()
3151 InstructionDesc[OpCooperativeMatrixLoadKHR].operands.push(OperandId, "'Stride'"); in Parameterize()
3152 … InstructionDesc[OpCooperativeMatrixLoadKHR].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
3153 InstructionDesc[OpCooperativeMatrixLoadKHR].operands.push(OperandLiteralNumber, "", true); in Parameterize()
3154 InstructionDesc[OpCooperativeMatrixLoadKHR].operands.push(OperandId, "", true); in Parameterize()
3156 InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandId, "'Pointer'"); in Parameterize()
3157 InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandId, "'Object'"); in Parameterize()
3158 InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandId, "'Memory Layout'"); in Parameterize()
3159 InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandId, "'Stride'"); in Parameterize()
3160 …InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
3161 InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandLiteralNumber, "", true); in Parameterize()
3162 InstructionDesc[OpCooperativeMatrixStoreKHR].operands.push(OperandId, "", true); in Parameterize()
3164 InstructionDesc[OpCooperativeMatrixMulAddKHR].operands.push(OperandId, "'A'"); in Parameterize()
3165 InstructionDesc[OpCooperativeMatrixMulAddKHR].operands.push(OperandId, "'B'"); in Parameterize()
3166 InstructionDesc[OpCooperativeMatrixMulAddKHR].operands.push(OperandId, "'C'"); in Parameterize()
3167 …InstructionDesc[OpCooperativeMatrixMulAddKHR].operands.push(OperandCooperativeMatrixOperands, "'Co… in Parameterize()
3169 InstructionDesc[OpCooperativeMatrixLengthKHR].operands.push(OperandId, "'Type'"); in Parameterize()
3173 InstructionDesc[OpReadClockKHR].operands.push(OperandScope, "'Scope'"); in Parameterize()
3177 … InstructionDesc[OpHitObjectGetShaderRecordBufferHandleNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3180 InstructionDesc[OpReorderThreadWithHintNV].operands.push(OperandId, "'Hint'"); in Parameterize()
3181 InstructionDesc[OpReorderThreadWithHintNV].operands.push(OperandId, "'Bits'"); in Parameterize()
3184 InstructionDesc[OpReorderThreadWithHitObjectNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3185 InstructionDesc[OpReorderThreadWithHitObjectNV].operands.push(OperandId, "'Hint'"); in Parameterize()
3186 InstructionDesc[OpReorderThreadWithHitObjectNV].operands.push(OperandId, "'Bits'"); in Parameterize()
3189 InstructionDesc[OpHitObjectGetCurrentTimeNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3192 InstructionDesc[OpHitObjectGetHitKindNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3195 InstructionDesc[OpHitObjectGetPrimitiveIndexNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3198 InstructionDesc[OpHitObjectGetGeometryIndexNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3201 InstructionDesc[OpHitObjectGetInstanceIdNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3204 … InstructionDesc[OpHitObjectGetInstanceCustomIndexNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3207 InstructionDesc[OpHitObjectGetObjectRayDirectionNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3210 InstructionDesc[OpHitObjectGetObjectRayOriginNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3213 InstructionDesc[OpHitObjectGetWorldRayDirectionNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3216 InstructionDesc[OpHitObjectGetWorldRayOriginNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3219 InstructionDesc[OpHitObjectGetWorldToObjectNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3222 InstructionDesc[OpHitObjectGetObjectToWorldNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3225 InstructionDesc[OpHitObjectGetRayTMaxNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3228 InstructionDesc[OpHitObjectGetRayTMinNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3231 …InstructionDesc[OpHitObjectGetShaderBindingTableRecordIndexNV].operands.push(OperandId, "'HitObjec… in Parameterize()
3234 InstructionDesc[OpHitObjectIsEmptyNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3237 InstructionDesc[OpHitObjectIsHitNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3240 InstructionDesc[OpHitObjectIsMissNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3243 InstructionDesc[OpHitObjectGetAttributesNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3244 … InstructionDesc[OpHitObjectGetAttributesNV].operands.push(OperandId, "'HitObjectAttribute'"); in Parameterize()
3247 InstructionDesc[OpHitObjectExecuteShaderNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3248 InstructionDesc[OpHitObjectExecuteShaderNV].operands.push(OperandId, "'Payload'"); in Parameterize()
3251 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3252 … InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
3253 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'InstanceId'"); in Parameterize()
3254 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'PrimitiveId'"); in Parameterize()
3255 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'GeometryIndex'"); in Parameterize()
3256 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'HitKind'"); in Parameterize()
3257 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
3258 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
3259 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3260 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3261 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3262 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3263 InstructionDesc[OpHitObjectRecordHitNV].operands.push(OperandId, "'HitObject Attribute'"); in Parameterize()
3266 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3267 …InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
3268 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'InstanceId'"); in Parameterize()
3269 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'PrimitiveId'"); in Parameterize()
3270 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'GeometryIndex'"); in Parameterize()
3271 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'HitKind'"); in Parameterize()
3272 … InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
3273 … InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
3274 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3275 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3276 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3277 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3278 InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'Current Time'"); in Parameterize()
3279 … InstructionDesc[OpHitObjectRecordHitMotionNV].operands.push(OperandId, "'HitObject Attribute'"); in Parameterize()
3282 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3283 …InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'Acceleration Structure… in Parameterize()
3284 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'InstanceId'"); in Parameterize()
3285 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'PrimitiveId'"); in Parameterize()
3286 … InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'GeometryIndex'"); in Parameterize()
3287 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'HitKind'"); in Parameterize()
3288 … InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'SBT Record Index'"); in Parameterize()
3289 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3290 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3291 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3292 InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3293 …InstructionDesc[OpHitObjectRecordHitWithIndexNV].operands.push(OperandId, "'HitObject Attribute'"); in Parameterize()
3296 … InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3297 …InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'Acceleration Str… in Parameterize()
3298 … InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'InstanceId'"); in Parameterize()
3299 … InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'PrimitiveId'"); in Parameterize()
3300 …InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'GeometryIndex'"); in Parameterize()
3301 … InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'HitKind'"); in Parameterize()
3302 …InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'SBT Record Index… in Parameterize()
3303 InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3304 InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3305 … InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3306 InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3307 … InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'Current Time'"); in Parameterize()
3308 …InstructionDesc[OpHitObjectRecordHitWithIndexMotionNV].operands.push(OperandId, "'HitObject Attrib… in Parameterize()
3311 InstructionDesc[OpHitObjectRecordMissNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3312 InstructionDesc[OpHitObjectRecordMissNV].operands.push(OperandId, "'SBT Index'"); in Parameterize()
3313 InstructionDesc[OpHitObjectRecordMissNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3314 InstructionDesc[OpHitObjectRecordMissNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3315 InstructionDesc[OpHitObjectRecordMissNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3316 InstructionDesc[OpHitObjectRecordMissNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3319 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3320 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'SBT Index'"); in Parameterize()
3321 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3322 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3323 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3324 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3325 InstructionDesc[OpHitObjectRecordMissMotionNV].operands.push(OperandId, "'Current Time'"); in Parameterize()
3328 InstructionDesc[OpHitObjectRecordEmptyNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3331 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3332 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
3333 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'RayFlags'"); in Parameterize()
3334 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'Cullmask'"); in Parameterize()
3335 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
3336 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
3337 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'Miss Index'"); in Parameterize()
3338 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3339 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3340 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3341 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3342 InstructionDesc[OpHitObjectTraceRayNV].operands.push(OperandId, "'Payload'"); in Parameterize()
3345 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'HitObject'"); in Parameterize()
3346 … InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
3347 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'RayFlags'"); in Parameterize()
3348 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Cullmask'"); in Parameterize()
3349 … InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
3350 … InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
3351 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Miss Index'"); in Parameterize()
3352 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Origin'"); in Parameterize()
3353 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'TMin'"); in Parameterize()
3354 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Direction'"); in Parameterize()
3355 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'TMax'"); in Parameterize()
3356 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Time'"); in Parameterize()
3357 InstructionDesc[OpHitObjectTraceRayMotionNV].operands.push(OperandId, "'Payload'"); in Parameterize()
3360 …InstructionDesc[OpFetchMicroTriangleVertexBarycentricNV].operands.push(OperandId, "'Acceleration S… in Parameterize()
3361 …InstructionDesc[OpFetchMicroTriangleVertexBarycentricNV].operands.push(OperandId, "'Instance ID'"); in Parameterize()
3362 …InstructionDesc[OpFetchMicroTriangleVertexBarycentricNV].operands.push(OperandId, "'Geometry Index… in Parameterize()
3363 …InstructionDesc[OpFetchMicroTriangleVertexBarycentricNV].operands.push(OperandId, "'Primitive Inde… in Parameterize()
3364 …InstructionDesc[OpFetchMicroTriangleVertexBarycentricNV].operands.push(OperandId, "'Barycentrics'"… in Parameterize()
3367 …InstructionDesc[OpFetchMicroTriangleVertexPositionNV].operands.push(OperandId, "'Acceleration Stru… in Parameterize()
3368 … InstructionDesc[OpFetchMicroTriangleVertexPositionNV].operands.push(OperandId, "'Instance ID'"); in Parameterize()
3369 …InstructionDesc[OpFetchMicroTriangleVertexPositionNV].operands.push(OperandId, "'Geometry Index'"); in Parameterize()
3370 …InstructionDesc[OpFetchMicroTriangleVertexPositionNV].operands.push(OperandId, "'Primitive Index'"… in Parameterize()
3371 … InstructionDesc[OpFetchMicroTriangleVertexPositionNV].operands.push(OperandId, "'Barycentrics'"); in Parameterize()
3374 InstructionDesc[OpColorAttachmentReadEXT].operands.push(OperandId, "'Attachment'"); in Parameterize()
3375 InstructionDesc[OpColorAttachmentReadEXT].operands.push(OperandId, "'Sample'", true); in Parameterize()
3376 InstructionDesc[OpStencilAttachmentReadEXT].operands.push(OperandId, "'Sample'", true); in Parameterize()
3377 InstructionDesc[OpDepthAttachmentReadEXT].operands.push(OperandId, "'Sample'", true); in Parameterize()
3379 InstructionDesc[OpImageSampleWeightedQCOM].operands.push(OperandId, "'source texture'"); in Parameterize()
3380 … InstructionDesc[OpImageSampleWeightedQCOM].operands.push(OperandId, "'texture coordinates'"); in Parameterize()
3381 InstructionDesc[OpImageSampleWeightedQCOM].operands.push(OperandId, "'weights texture'"); in Parameterize()
3382 InstructionDesc[OpImageSampleWeightedQCOM].operands.push(OperandImageOperands, "", true); in Parameterize()
3385 InstructionDesc[OpImageBoxFilterQCOM].operands.push(OperandId, "'source texture'"); in Parameterize()
3386 InstructionDesc[OpImageBoxFilterQCOM].operands.push(OperandId, "'texture coordinates'"); in Parameterize()
3387 InstructionDesc[OpImageBoxFilterQCOM].operands.push(OperandId, "'box size'"); in Parameterize()
3388 InstructionDesc[OpImageBoxFilterQCOM].operands.push(OperandImageOperands, "", true); in Parameterize()
3391 InstructionDesc[OpImageBlockMatchSADQCOM].operands.push(OperandId, "'target texture'"); in Parameterize()
3392 InstructionDesc[OpImageBlockMatchSADQCOM].operands.push(OperandId, "'target coordinates'"); in Parameterize()
3393 InstructionDesc[OpImageBlockMatchSADQCOM].operands.push(OperandId, "'reference texture'"); in Parameterize()
3394 … InstructionDesc[OpImageBlockMatchSADQCOM].operands.push(OperandId, "'reference coordinates'"); in Parameterize()
3395 InstructionDesc[OpImageBlockMatchSADQCOM].operands.push(OperandId, "'block size'"); in Parameterize()
3396 InstructionDesc[OpImageBlockMatchSADQCOM].operands.push(OperandImageOperands, "", true); in Parameterize()
3399 InstructionDesc[OpImageBlockMatchSSDQCOM].operands.push(OperandId, "'target texture'"); in Parameterize()
3400 InstructionDesc[OpImageBlockMatchSSDQCOM].operands.push(OperandId, "'target coordinates'"); in Parameterize()
3401 InstructionDesc[OpImageBlockMatchSSDQCOM].operands.push(OperandId, "'reference texture'"); in Parameterize()
3402 … InstructionDesc[OpImageBlockMatchSSDQCOM].operands.push(OperandId, "'reference coordinates'"); in Parameterize()
3403 InstructionDesc[OpImageBlockMatchSSDQCOM].operands.push(OperandId, "'block size'"); in Parameterize()
3404 InstructionDesc[OpImageBlockMatchSSDQCOM].operands.push(OperandImageOperands, "", true); in Parameterize()