• Home
  • Raw
  • Download

Lines Matching refs:OperandId

1615     InstructionDesc[OpSource].operands.push(OperandId, "'File'", true);  in Parameterize()
1622 InstructionDesc[OpName].operands.push(OperandId, "'Target'"); in Parameterize()
1625 InstructionDesc[OpMemberName].operands.push(OperandId, "'Type'"); in Parameterize()
1631 InstructionDesc[OpLine].operands.push(OperandId, "'File'"); in Parameterize()
1645 InstructionDesc[OpEntryPoint].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1649 InstructionDesc[OpExecutionMode].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1653 InstructionDesc[OpExecutionModeId].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1662 InstructionDesc[OpTypeVector].operands.push(OperandId, "'Component Type'"); in Parameterize()
1665 InstructionDesc[OpTypeMatrix].operands.push(OperandId, "'Column Type'"); in Parameterize()
1668 InstructionDesc[OpTypeImage].operands.push(OperandId, "'Sampled Type'"); in Parameterize()
1677 InstructionDesc[OpTypeSampledImage].operands.push(OperandId, "'Image Type'"); in Parameterize()
1679 InstructionDesc[OpTypeArray].operands.push(OperandId, "'Element Type'"); in Parameterize()
1680 InstructionDesc[OpTypeArray].operands.push(OperandId, "'Length'"); in Parameterize()
1682 InstructionDesc[OpTypeRuntimeArray].operands.push(OperandId, "'Element Type'"); in Parameterize()
1689 InstructionDesc[OpTypePointer].operands.push(OperandId, "'Type'"); in Parameterize()
1691 InstructionDesc[OpTypeForwardPointer].operands.push(OperandId, "'Pointer Type'"); in Parameterize()
1696 InstructionDesc[OpTypeFunction].operands.push(OperandId, "'Return Type'"); in Parameterize()
1715 InstructionDesc[OpVariable].operands.push(OperandId, "'Initializer'", true); in Parameterize()
1718 InstructionDesc[OpFunction].operands.push(OperandId, "'Function Type'"); in Parameterize()
1720 InstructionDesc[OpFunctionCall].operands.push(OperandId, "'Function'"); in Parameterize()
1723 InstructionDesc[OpExtInst].operands.push(OperandId, "'Set'"); in Parameterize()
1727 InstructionDesc[OpLoad].operands.push(OperandId, "'Pointer'"); in Parameterize()
1730 InstructionDesc[OpLoad].operands.push(OperandId, "", true); in Parameterize()
1732 InstructionDesc[OpStore].operands.push(OperandId, "'Pointer'"); in Parameterize()
1733 InstructionDesc[OpStore].operands.push(OperandId, "'Object'"); in Parameterize()
1736 InstructionDesc[OpStore].operands.push(OperandId, "", true); in Parameterize()
1740 InstructionDesc[OpDecorate].operands.push(OperandId, "'Target'"); in Parameterize()
1744 InstructionDesc[OpDecorateId].operands.push(OperandId, "'Target'"); in Parameterize()
1748 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandId, "'Target'"); in Parameterize()
1752 InstructionDesc[OpMemberDecorate].operands.push(OperandId, "'Structure Type'"); in Parameterize()
1757 InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandId, "'Structure Type'"); in Parameterize()
1762 InstructionDesc[OpGroupDecorate].operands.push(OperandId, "'Decoration Group'"); in Parameterize()
1765 InstructionDesc[OpGroupMemberDecorate].operands.push(OperandId, "'Decoration Group'"); in Parameterize()
1768 InstructionDesc[OpVectorExtractDynamic].operands.push(OperandId, "'Vector'"); in Parameterize()
1769 InstructionDesc[OpVectorExtractDynamic].operands.push(OperandId, "'Index'"); in Parameterize()
1771 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Vector'"); in Parameterize()
1772 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Component'"); in Parameterize()
1773 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Index'"); in Parameterize()
1775 InstructionDesc[OpVectorShuffle].operands.push(OperandId, "'Vector 1'"); in Parameterize()
1776 InstructionDesc[OpVectorShuffle].operands.push(OperandId, "'Vector 2'"); in Parameterize()
1781 InstructionDesc[OpCompositeExtract].operands.push(OperandId, "'Composite'"); in Parameterize()
1784 InstructionDesc[OpCompositeInsert].operands.push(OperandId, "'Object'"); in Parameterize()
1785 InstructionDesc[OpCompositeInsert].operands.push(OperandId, "'Composite'"); in Parameterize()
1788 InstructionDesc[OpCopyObject].operands.push(OperandId, "'Operand'"); in Parameterize()
1790 InstructionDesc[OpCopyMemory].operands.push(OperandId, "'Target'"); in Parameterize()
1791 InstructionDesc[OpCopyMemory].operands.push(OperandId, "'Source'"); in Parameterize()
1794 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Target'"); in Parameterize()
1795 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Source'"); in Parameterize()
1796 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Size'"); in Parameterize()
1799 InstructionDesc[OpSampledImage].operands.push(OperandId, "'Image'"); in Parameterize()
1800 InstructionDesc[OpSampledImage].operands.push(OperandId, "'Sampler'"); in Parameterize()
1802 InstructionDesc[OpImage].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1804 InstructionDesc[OpImageRead].operands.push(OperandId, "'Image'"); in Parameterize()
1805 InstructionDesc[OpImageRead].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1809 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Image'"); in Parameterize()
1810 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1811 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Texel'"); in Parameterize()
1815 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1816 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1820 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1821 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1825 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1826 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1827 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1831 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1832 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1833 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1837 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1838 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1842 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1843 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1847 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1848 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1849 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1853 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1854 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1855 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1859 InstructionDesc[OpImageFetch].operands.push(OperandId, "'Image'"); in Parameterize()
1860 InstructionDesc[OpImageFetch].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1864 InstructionDesc[OpImageGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1865 InstructionDesc[OpImageGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1866 InstructionDesc[OpImageGather].operands.push(OperandId, "'Component'"); in Parameterize()
1870 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1871 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1872 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1876 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1877 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1881 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1882 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1886 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1887 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1888 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1892 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1893 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1894 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1898 InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1899 InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1903 InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1904 InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1908 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"… in Parameterize()
1909 … InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1910 InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1914 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"… in Parameterize()
1915 … InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1916 InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1920 InstructionDesc[OpImageSparseFetch].operands.push(OperandId, "'Image'"); in Parameterize()
1921 InstructionDesc[OpImageSparseFetch].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1925 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1926 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1927 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Component'"); in Parameterize()
1931 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1932 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1933 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1937 InstructionDesc[OpImageSparseRead].operands.push(OperandId, "'Image'"); in Parameterize()
1938 InstructionDesc[OpImageSparseRead].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1942 InstructionDesc[OpImageSparseTexelsResident].operands.push(OperandId, "'Resident Code'"); in Parameterize()
1944 InstructionDesc[OpImageQuerySizeLod].operands.push(OperandId, "'Image'"); in Parameterize()
1945 InstructionDesc[OpImageQuerySizeLod].operands.push(OperandId, "'Level of Detail'"); in Parameterize()
1947 InstructionDesc[OpImageQuerySize].operands.push(OperandId, "'Image'"); in Parameterize()
1949 InstructionDesc[OpImageQueryLod].operands.push(OperandId, "'Image'"); in Parameterize()
1950 InstructionDesc[OpImageQueryLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1952 InstructionDesc[OpImageQueryLevels].operands.push(OperandId, "'Image'"); in Parameterize()
1954 InstructionDesc[OpImageQuerySamples].operands.push(OperandId, "'Image'"); in Parameterize()
1956 InstructionDesc[OpImageQueryFormat].operands.push(OperandId, "'Image'"); in Parameterize()
1958 InstructionDesc[OpImageQueryOrder].operands.push(OperandId, "'Image'"); in Parameterize()
1960 InstructionDesc[OpAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1963 InstructionDesc[OpInBoundsAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1966 InstructionDesc[OpPtrAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1967 InstructionDesc[OpPtrAccessChain].operands.push(OperandId, "'Element'"); in Parameterize()
1970 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1971 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandId, "'Element'"); in Parameterize()
1974 InstructionDesc[OpSNegate].operands.push(OperandId, "'Operand'"); in Parameterize()
1976 InstructionDesc[OpFNegate].operands.push(OperandId, "'Operand'"); in Parameterize()
1978 InstructionDesc[OpNot].operands.push(OperandId, "'Operand'"); in Parameterize()
1980 InstructionDesc[OpAny].operands.push(OperandId, "'Vector'"); in Parameterize()
1982 InstructionDesc[OpAll].operands.push(OperandId, "'Vector'"); in Parameterize()
1984 InstructionDesc[OpConvertFToU].operands.push(OperandId, "'Float Value'"); in Parameterize()
1986 InstructionDesc[OpConvertFToS].operands.push(OperandId, "'Float Value'"); in Parameterize()
1988 InstructionDesc[OpConvertSToF].operands.push(OperandId, "'Signed Value'"); in Parameterize()
1990 InstructionDesc[OpConvertUToF].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
1992 InstructionDesc[OpUConvert].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
1994 InstructionDesc[OpSConvert].operands.push(OperandId, "'Signed Value'"); in Parameterize()
1996 InstructionDesc[OpFConvert].operands.push(OperandId, "'Float Value'"); in Parameterize()
1998 InstructionDesc[OpSatConvertSToU].operands.push(OperandId, "'Signed Value'"); in Parameterize()
2000 InstructionDesc[OpSatConvertUToS].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
2002 InstructionDesc[OpConvertPtrToU].operands.push(OperandId, "'Pointer'"); in Parameterize()
2004 InstructionDesc[OpConvertUToPtr].operands.push(OperandId, "'Integer Value'"); in Parameterize()
2006 InstructionDesc[OpPtrCastToGeneric].operands.push(OperandId, "'Pointer'"); in Parameterize()
2008 InstructionDesc[OpGenericCastToPtr].operands.push(OperandId, "'Pointer'"); in Parameterize()
2010 InstructionDesc[OpGenericCastToPtrExplicit].operands.push(OperandId, "'Pointer'"); in Parameterize()
2013 InstructionDesc[OpGenericPtrMemSemantics].operands.push(OperandId, "'Pointer'"); in Parameterize()
2015 InstructionDesc[OpBitcast].operands.push(OperandId, "'Operand'"); in Parameterize()
2017 InstructionDesc[OpQuantizeToF16].operands.push(OperandId, "'Value'"); in Parameterize()
2019 InstructionDesc[OpTranspose].operands.push(OperandId, "'Matrix'"); in Parameterize()
2021 InstructionDesc[OpCopyLogical].operands.push(OperandId, "'Operand'"); in Parameterize()
2023 InstructionDesc[OpIsNan].operands.push(OperandId, "'x'"); in Parameterize()
2025 InstructionDesc[OpIsInf].operands.push(OperandId, "'x'"); in Parameterize()
2027 InstructionDesc[OpIsFinite].operands.push(OperandId, "'x'"); in Parameterize()
2029 InstructionDesc[OpIsNormal].operands.push(OperandId, "'x'"); in Parameterize()
2031 InstructionDesc[OpSignBitSet].operands.push(OperandId, "'x'"); in Parameterize()
2033 InstructionDesc[OpLessOrGreater].operands.push(OperandId, "'x'"); in Parameterize()
2034 InstructionDesc[OpLessOrGreater].operands.push(OperandId, "'y'"); in Parameterize()
2036 InstructionDesc[OpOrdered].operands.push(OperandId, "'x'"); in Parameterize()
2037 InstructionDesc[OpOrdered].operands.push(OperandId, "'y'"); in Parameterize()
2039 InstructionDesc[OpUnordered].operands.push(OperandId, "'x'"); in Parameterize()
2040 InstructionDesc[OpUnordered].operands.push(OperandId, "'y'"); in Parameterize()
2042 InstructionDesc[OpArrayLength].operands.push(OperandId, "'Structure'"); in Parameterize()
2045 InstructionDesc[OpIAdd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2046 InstructionDesc[OpIAdd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2048 InstructionDesc[OpFAdd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2049 InstructionDesc[OpFAdd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2051 InstructionDesc[OpISub].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2052 InstructionDesc[OpISub].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2054 InstructionDesc[OpFSub].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2055 InstructionDesc[OpFSub].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2057 InstructionDesc[OpIMul].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2058 InstructionDesc[OpIMul].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2060 InstructionDesc[OpFMul].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2061 InstructionDesc[OpFMul].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2063 InstructionDesc[OpUDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2064 InstructionDesc[OpUDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2066 InstructionDesc[OpSDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2067 InstructionDesc[OpSDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2069 InstructionDesc[OpFDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2070 InstructionDesc[OpFDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2072 InstructionDesc[OpUMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2073 InstructionDesc[OpUMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2075 InstructionDesc[OpSRem].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2076 InstructionDesc[OpSRem].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2078 InstructionDesc[OpSMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2079 InstructionDesc[OpSMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2081 InstructionDesc[OpFRem].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2082 InstructionDesc[OpFRem].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2084 InstructionDesc[OpFMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2085 InstructionDesc[OpFMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2087 InstructionDesc[OpVectorTimesScalar].operands.push(OperandId, "'Vector'"); in Parameterize()
2088 InstructionDesc[OpVectorTimesScalar].operands.push(OperandId, "'Scalar'"); in Parameterize()
2090 InstructionDesc[OpMatrixTimesScalar].operands.push(OperandId, "'Matrix'"); in Parameterize()
2091 InstructionDesc[OpMatrixTimesScalar].operands.push(OperandId, "'Scalar'"); in Parameterize()
2093 InstructionDesc[OpVectorTimesMatrix].operands.push(OperandId, "'Vector'"); in Parameterize()
2094 InstructionDesc[OpVectorTimesMatrix].operands.push(OperandId, "'Matrix'"); in Parameterize()
2096 InstructionDesc[OpMatrixTimesVector].operands.push(OperandId, "'Matrix'"); in Parameterize()
2097 InstructionDesc[OpMatrixTimesVector].operands.push(OperandId, "'Vector'"); in Parameterize()
2099 InstructionDesc[OpMatrixTimesMatrix].operands.push(OperandId, "'LeftMatrix'"); in Parameterize()
2100 InstructionDesc[OpMatrixTimesMatrix].operands.push(OperandId, "'RightMatrix'"); in Parameterize()
2102 InstructionDesc[OpOuterProduct].operands.push(OperandId, "'Vector 1'"); in Parameterize()
2103 InstructionDesc[OpOuterProduct].operands.push(OperandId, "'Vector 2'"); in Parameterize()
2105 InstructionDesc[OpDot].operands.push(OperandId, "'Vector 1'"); in Parameterize()
2106 InstructionDesc[OpDot].operands.push(OperandId, "'Vector 2'"); in Parameterize()
2108 InstructionDesc[OpIAddCarry].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2109 InstructionDesc[OpIAddCarry].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2111 InstructionDesc[OpISubBorrow].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2112 InstructionDesc[OpISubBorrow].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2114 InstructionDesc[OpUMulExtended].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2115 InstructionDesc[OpUMulExtended].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2117 InstructionDesc[OpSMulExtended].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2118 InstructionDesc[OpSMulExtended].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2120 InstructionDesc[OpShiftRightLogical].operands.push(OperandId, "'Base'"); in Parameterize()
2121 InstructionDesc[OpShiftRightLogical].operands.push(OperandId, "'Shift'"); in Parameterize()
2123 InstructionDesc[OpShiftRightArithmetic].operands.push(OperandId, "'Base'"); in Parameterize()
2124 InstructionDesc[OpShiftRightArithmetic].operands.push(OperandId, "'Shift'"); in Parameterize()
2126 InstructionDesc[OpShiftLeftLogical].operands.push(OperandId, "'Base'"); in Parameterize()
2127 InstructionDesc[OpShiftLeftLogical].operands.push(OperandId, "'Shift'"); in Parameterize()
2129 InstructionDesc[OpLogicalOr].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2130 InstructionDesc[OpLogicalOr].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2132 InstructionDesc[OpLogicalAnd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2133 InstructionDesc[OpLogicalAnd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2135 InstructionDesc[OpLogicalEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2136 InstructionDesc[OpLogicalEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2138 InstructionDesc[OpLogicalNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2139 InstructionDesc[OpLogicalNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2141 InstructionDesc[OpLogicalNot].operands.push(OperandId, "'Operand'"); in Parameterize()
2143 InstructionDesc[OpBitwiseOr].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2144 InstructionDesc[OpBitwiseOr].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2146 InstructionDesc[OpBitwiseXor].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2147 InstructionDesc[OpBitwiseXor].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2149 InstructionDesc[OpBitwiseAnd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2150 InstructionDesc[OpBitwiseAnd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2152 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Base'"); in Parameterize()
2153 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Insert'"); in Parameterize()
2154 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Offset'"); in Parameterize()
2155 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Count'"); in Parameterize()
2157 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Base'"); in Parameterize()
2158 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Offset'"); in Parameterize()
2159 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Count'"); in Parameterize()
2161 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Base'"); in Parameterize()
2162 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Offset'"); in Parameterize()
2163 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Count'"); in Parameterize()
2165 InstructionDesc[OpBitReverse].operands.push(OperandId, "'Base'"); in Parameterize()
2167 InstructionDesc[OpBitCount].operands.push(OperandId, "'Base'"); in Parameterize()
2169 InstructionDesc[OpSelect].operands.push(OperandId, "'Condition'"); in Parameterize()
2170 InstructionDesc[OpSelect].operands.push(OperandId, "'Object 1'"); in Parameterize()
2171 InstructionDesc[OpSelect].operands.push(OperandId, "'Object 2'"); in Parameterize()
2173 InstructionDesc[OpIEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2174 InstructionDesc[OpIEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2176 InstructionDesc[OpFOrdEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2177 InstructionDesc[OpFOrdEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2179 InstructionDesc[OpFUnordEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2180 InstructionDesc[OpFUnordEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2182 InstructionDesc[OpINotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2183 InstructionDesc[OpINotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2185 InstructionDesc[OpFOrdNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2186 InstructionDesc[OpFOrdNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2188 InstructionDesc[OpFUnordNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2189 InstructionDesc[OpFUnordNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2191 InstructionDesc[OpULessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2192 InstructionDesc[OpULessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2194 InstructionDesc[OpSLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2195 InstructionDesc[OpSLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2197 InstructionDesc[OpFOrdLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2198 InstructionDesc[OpFOrdLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2200 InstructionDesc[OpFUnordLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2201 InstructionDesc[OpFUnordLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2203 InstructionDesc[OpUGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2204 InstructionDesc[OpUGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2206 InstructionDesc[OpSGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2207 InstructionDesc[OpSGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2209 InstructionDesc[OpFOrdGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2210 InstructionDesc[OpFOrdGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2212 InstructionDesc[OpFUnordGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2213 InstructionDesc[OpFUnordGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2215 InstructionDesc[OpULessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2216 InstructionDesc[OpULessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2218 InstructionDesc[OpSLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2219 InstructionDesc[OpSLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2221 InstructionDesc[OpFOrdLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2222 InstructionDesc[OpFOrdLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2224 InstructionDesc[OpFUnordLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2225 InstructionDesc[OpFUnordLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2227 InstructionDesc[OpUGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2228 InstructionDesc[OpUGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2230 InstructionDesc[OpSGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2231 InstructionDesc[OpSGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2233 InstructionDesc[OpFOrdGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2234 InstructionDesc[OpFOrdGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2236 InstructionDesc[OpFUnordGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2237 InstructionDesc[OpFUnordGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2239 InstructionDesc[OpDPdx].operands.push(OperandId, "'P'"); in Parameterize()
2241 InstructionDesc[OpDPdy].operands.push(OperandId, "'P'"); in Parameterize()
2243 InstructionDesc[OpFwidth].operands.push(OperandId, "'P'"); in Parameterize()
2245 InstructionDesc[OpDPdxFine].operands.push(OperandId, "'P'"); in Parameterize()
2247 InstructionDesc[OpDPdyFine].operands.push(OperandId, "'P'"); in Parameterize()
2249 InstructionDesc[OpFwidthFine].operands.push(OperandId, "'P'"); in Parameterize()
2251 InstructionDesc[OpDPdxCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2253 InstructionDesc[OpDPdyCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2255 InstructionDesc[OpFwidthCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2257 InstructionDesc[OpEmitStreamVertex].operands.push(OperandId, "'Stream'"); in Parameterize()
2259 InstructionDesc[OpEndStreamPrimitive].operands.push(OperandId, "'Stream'"); in Parameterize()
2268 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Image'"); in Parameterize()
2269 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2270 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Sample'"); in Parameterize()
2272 InstructionDesc[OpAtomicLoad].operands.push(OperandId, "'Pointer'"); in Parameterize()
2276 InstructionDesc[OpAtomicStore].operands.push(OperandId, "'Pointer'"); in Parameterize()
2279 InstructionDesc[OpAtomicStore].operands.push(OperandId, "'Value'"); in Parameterize()
2281 InstructionDesc[OpAtomicExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2284 InstructionDesc[OpAtomicExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2286 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2290 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2291 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
2293 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Pointer'"); in Parameterize()
2297 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Value'"); in Parameterize()
2298 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Comparator'"); in Parameterize()
2300 InstructionDesc[OpAtomicIIncrement].operands.push(OperandId, "'Pointer'"); in Parameterize()
2304 InstructionDesc[OpAtomicIDecrement].operands.push(OperandId, "'Pointer'"); in Parameterize()
2308 InstructionDesc[OpAtomicIAdd].operands.push(OperandId, "'Pointer'"); in Parameterize()
2311 InstructionDesc[OpAtomicIAdd].operands.push(OperandId, "'Value'"); in Parameterize()
2313 InstructionDesc[OpAtomicFAddEXT].operands.push(OperandId, "'Pointer'"); in Parameterize()
2316 InstructionDesc[OpAtomicFAddEXT].operands.push(OperandId, "'Value'"); in Parameterize()
2318 InstructionDesc[OpAtomicISub].operands.push(OperandId, "'Pointer'"); in Parameterize()
2321 InstructionDesc[OpAtomicISub].operands.push(OperandId, "'Value'"); in Parameterize()
2323 InstructionDesc[OpAtomicUMin].operands.push(OperandId, "'Pointer'"); in Parameterize()
2326 InstructionDesc[OpAtomicUMin].operands.push(OperandId, "'Value'"); in Parameterize()
2328 InstructionDesc[OpAtomicUMax].operands.push(OperandId, "'Pointer'"); in Parameterize()
2331 InstructionDesc[OpAtomicUMax].operands.push(OperandId, "'Value'"); in Parameterize()
2333 InstructionDesc[OpAtomicSMin].operands.push(OperandId, "'Pointer'"); in Parameterize()
2336 InstructionDesc[OpAtomicSMin].operands.push(OperandId, "'Value'"); in Parameterize()
2338 InstructionDesc[OpAtomicSMax].operands.push(OperandId, "'Pointer'"); in Parameterize()
2341 InstructionDesc[OpAtomicSMax].operands.push(OperandId, "'Value'"); in Parameterize()
2343 InstructionDesc[OpAtomicAnd].operands.push(OperandId, "'Pointer'"); in Parameterize()
2346 InstructionDesc[OpAtomicAnd].operands.push(OperandId, "'Value'"); in Parameterize()
2348 InstructionDesc[OpAtomicOr].operands.push(OperandId, "'Pointer'"); in Parameterize()
2351 InstructionDesc[OpAtomicOr].operands.push(OperandId, "'Value'"); in Parameterize()
2353 InstructionDesc[OpAtomicXor].operands.push(OperandId, "'Pointer'"); in Parameterize()
2356 InstructionDesc[OpAtomicXor].operands.push(OperandId, "'Value'"); in Parameterize()
2358 InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandId, "'Pointer'"); in Parameterize()
2362 InstructionDesc[OpAtomicFlagClear].operands.push(OperandId, "'Pointer'"); in Parameterize()
2366 InstructionDesc[OpLoopMerge].operands.push(OperandId, "'Merge Block'"); in Parameterize()
2367 InstructionDesc[OpLoopMerge].operands.push(OperandId, "'Continue Target'"); in Parameterize()
2371 InstructionDesc[OpSelectionMerge].operands.push(OperandId, "'Merge Block'"); in Parameterize()
2374 InstructionDesc[OpBranch].operands.push(OperandId, "'Target Label'"); in Parameterize()
2376 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'Condition'"); in Parameterize()
2377 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'True Label'"); in Parameterize()
2378 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'False Label'"); in Parameterize()
2381 InstructionDesc[OpSwitch].operands.push(OperandId, "'Selector'"); in Parameterize()
2382 InstructionDesc[OpSwitch].operands.push(OperandId, "'Default'"); in Parameterize()
2386 InstructionDesc[OpReturnValue].operands.push(OperandId, "'Value'"); in Parameterize()
2388 InstructionDesc[OpLifetimeStart].operands.push(OperandId, "'Pointer'"); in Parameterize()
2391 InstructionDesc[OpLifetimeStop].operands.push(OperandId, "'Pointer'"); in Parameterize()
2395 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Destination'"); in Parameterize()
2396 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Source'"); in Parameterize()
2397 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Num Elements'"); in Parameterize()
2398 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Stride'"); in Parameterize()
2399 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Event'"); in Parameterize()
2402 InstructionDesc[OpGroupWaitEvents].operands.push(OperandId, "'Num Events'"); in Parameterize()
2403 InstructionDesc[OpGroupWaitEvents].operands.push(OperandId, "'Events List'"); in Parameterize()
2406 InstructionDesc[OpGroupAll].operands.push(OperandId, "'Predicate'"); in Parameterize()
2409 InstructionDesc[OpGroupAny].operands.push(OperandId, "'Predicate'"); in Parameterize()
2412 InstructionDesc[OpGroupBroadcast].operands.push(OperandId, "'Value'"); in Parameterize()
2413 InstructionDesc[OpGroupBroadcast].operands.push(OperandId, "'LocalId'"); in Parameterize()
2417 InstructionDesc[OpGroupIAdd].operands.push(OperandId, "'X'"); in Parameterize()
2421 InstructionDesc[OpGroupFAdd].operands.push(OperandId, "'X'"); in Parameterize()
2425 InstructionDesc[OpGroupUMin].operands.push(OperandId, "'X'"); in Parameterize()
2429 InstructionDesc[OpGroupSMin].operands.push(OperandId, "X"); in Parameterize()
2433 InstructionDesc[OpGroupFMin].operands.push(OperandId, "X"); in Parameterize()
2437 InstructionDesc[OpGroupUMax].operands.push(OperandId, "X"); in Parameterize()
2441 InstructionDesc[OpGroupSMax].operands.push(OperandId, "X"); in Parameterize()
2445 InstructionDesc[OpGroupFMax].operands.push(OperandId, "X"); in Parameterize()
2447 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2448 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2449 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2450 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2452 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2453 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2454 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2455 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2457 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2458 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2459 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Index'"); in Parameterize()
2460 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2461 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2462 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2464 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2465 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2466 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Index'"); in Parameterize()
2467 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2468 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2469 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2471 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2472 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2473 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2474 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2476 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2477 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2478 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2479 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2481 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2482 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2483 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2484 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2486 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2487 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2488 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2489 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2491 InstructionDesc[OpIsValidReserveId].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2493 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2494 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2495 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2497 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2498 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2499 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2502 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2503 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2504 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2505 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2508 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2509 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2510 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2511 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2514 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2515 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2516 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2517 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2520 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2521 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2522 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2523 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2525 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'GlobalWorkSize'"); in Parameterize()
2526 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'LocalWorkSize'"); in Parameterize()
2527 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'GlobalWorkOffset'"); in Parameterize()
2529 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Event'"); in Parameterize()
2530 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Profiling Info'"); in Parameterize()
2531 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Value'"); in Parameterize()
2533 InstructionDesc[OpSetUserEventStatus].operands.push(OperandId, "'Event'"); in Parameterize()
2534 InstructionDesc[OpSetUserEventStatus].operands.push(OperandId, "'Status'"); in Parameterize()
2536 InstructionDesc[OpIsValidEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2538 InstructionDesc[OpRetainEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2540 InstructionDesc[OpReleaseEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2542 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Invoke'"); in Parameterize()
2543 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param'"); in Parameterize()
2544 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param Size'"); in Parameterize()
2545 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param Align'"); in Parameterize()
2547 InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Invoke'"); in Parameterize()
2548 InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param'"); in Parameterize()
2549 …InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param Size'"… in Parameterize()
2550 …InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param Align'… in Parameterize()
2552 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'ND Range'"); in Parameterize()
2553 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Invoke'"); in Parameterize()
2554 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param'"); in Parameterize()
2555 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param Size'"); in Parameterize()
2556 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param Align'"); in Parameterize()
2558 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'ND Range'"); in Parameterize()
2559 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Invoke'"); in Parameterize()
2560 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param'"); in Parameterize()
2561 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param Size'"); in Parameterize()
2562 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param Align'"); in Parameterize()
2564 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Queue'"); in Parameterize()
2565 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Flags'"); in Parameterize()
2566 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'ND Range'"); in Parameterize()
2567 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Num Events'"); in Parameterize()
2568 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2569 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2570 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Invoke'"); in Parameterize()
2571 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param'"); in Parameterize()
2572 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Size'"); in Parameterize()
2573 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Align'"); in Parameterize()
2576 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Queue'"); in Parameterize()
2577 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Num Events'"); in Parameterize()
2578 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2579 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2584 InstructionDesc[OpGroupNonUniformAll].operands.push(OperandId, "X"); in Parameterize()
2587 InstructionDesc[OpGroupNonUniformAny].operands.push(OperandId, "X"); in Parameterize()
2590 InstructionDesc[OpGroupNonUniformAllEqual].operands.push(OperandId, "X"); in Parameterize()
2593 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandId, "X"); in Parameterize()
2594 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandId, "ID"); in Parameterize()
2597 InstructionDesc[OpGroupNonUniformBroadcastFirst].operands.push(OperandId, "X"); in Parameterize()
2600 InstructionDesc[OpGroupNonUniformBallot].operands.push(OperandId, "X"); in Parameterize()
2603 InstructionDesc[OpGroupNonUniformInverseBallot].operands.push(OperandId, "X"); in Parameterize()
2606 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandId, "X"); in Parameterize()
2607 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandId, "Bit"); in Parameterize()
2611 InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandId, "X"); in Parameterize()
2614 InstructionDesc[OpGroupNonUniformBallotFindLSB].operands.push(OperandId, "X"); in Parameterize()
2617 InstructionDesc[OpGroupNonUniformBallotFindMSB].operands.push(OperandId, "X"); in Parameterize()
2620 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandId, "X"); in Parameterize()
2621 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandId, "'Id'"); in Parameterize()
2624 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandId, "X"); in Parameterize()
2625 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandId, "Mask"); in Parameterize()
2628 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandId, "X"); in Parameterize()
2629 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandId, "Offset"); in Parameterize()
2632 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandId, "X"); in Parameterize()
2633 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandId, "Offset"); in Parameterize()
2637 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandId, "X"); in Parameterize()
2638 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2642 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandId, "X"); in Parameterize()
2643 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2647 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandId, "X"); in Parameterize()
2648 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2652 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandId, "X"); in Parameterize()
2653 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2657 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandId, "X"); in Parameterize()
2658 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2662 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandId, "X"); in Parameterize()
2663 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2667 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandId, "X"); in Parameterize()
2668 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2672 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandId, "X"); in Parameterize()
2673 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2677 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandId, "X"); in Parameterize()
2678 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2682 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandId, "X"); in Parameterize()
2683 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2687 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandId, "X"); in Parameterize()
2688 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2692 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandId, "X"); in Parameterize()
2693 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2697 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandId, "X"); in Parameterize()
2698 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2702 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandId, "X"); in Parameterize()
2703 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2707 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandId, "X"); in Parameterize()
2708 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2712 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandId, "X"); in Parameterize()
2713 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2716 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandId, "X"); in Parameterize()
2717 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandId, "'Id'"); in Parameterize()
2720 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "X"); in Parameterize()
2723 InstructionDesc[OpSubgroupBallotKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2725 InstructionDesc[OpSubgroupFirstInvocationKHR].operands.push(OperandId, "'Value'"); in Parameterize()
2728 InstructionDesc[OpSubgroupAnyKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2731 InstructionDesc[OpSubgroupAllKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2734 InstructionDesc[OpSubgroupAllEqualKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2736 InstructionDesc[OpSubgroupReadInvocationKHR].operands.push(OperandId, "'Value'"); in Parameterize()
2737 InstructionDesc[OpSubgroupReadInvocationKHR].operands.push(OperandId, "'Index'"); in Parameterize()
2743 InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2747 InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2751 InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2755 InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2759 InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2763 InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2767 InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2771 InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2773 InstructionDesc[OpFragmentMaskFetchAMD].operands.push(OperandId, "'Image'"); in Parameterize()
2774 InstructionDesc[OpFragmentMaskFetchAMD].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2776 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Image'"); in Parameterize()
2777 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2778 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Fragment Index'"); in Parameterize()
2780 InstructionDesc[OpGroupNonUniformPartitionNV].operands.push(OperandId, "X"); in Parameterize()
2784 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
2785 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Ray Flags'"); in Parameterize()
2786 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Cull Mask'"); in Parameterize()
2787 InstructionDesc[OpTraceNV].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
2788 InstructionDesc[OpTraceNV].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
2789 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Miss Index'"); in Parameterize()
2790 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Ray Origin'"); in Parameterize()
2791 InstructionDesc[OpTraceNV].operands.push(OperandId, "'TMin'"); in Parameterize()
2792 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Ray Direction'"); in Parameterize()
2793 InstructionDesc[OpTraceNV].operands.push(OperandId, "'TMax'"); in Parameterize()
2794 InstructionDesc[OpTraceNV].operands.push(OperandId, "'Payload'"); in Parameterize()
2797 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Acceleration Structure'"); in Parameterize()
2798 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Flags'"); in Parameterize()
2799 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Cull Mask'"); in Parameterize()
2800 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
2801 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
2802 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Miss Index'"); in Parameterize()
2803 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Origin'"); in Parameterize()
2804 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'TMin'"); in Parameterize()
2805 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Direction'"); in Parameterize()
2806 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'TMax'"); in Parameterize()
2807 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Payload'"); in Parameterize()
2810 InstructionDesc[OpReportIntersectionKHR].operands.push(OperandId, "'Hit Parameter'"); in Parameterize()
2811 InstructionDesc[OpReportIntersectionKHR].operands.push(OperandId, "'Hit Kind'"); in Parameterize()
2821 InstructionDesc[OpExecuteCallableNV].operands.push(OperandId, "SBT Record Index"); in Parameterize()
2822 InstructionDesc[OpExecuteCallableNV].operands.push(OperandId, "CallableData ID"); in Parameterize()
2825 InstructionDesc[OpExecuteCallableKHR].operands.push(OperandId, "SBT Record Index"); in Parameterize()
2826 InstructionDesc[OpExecuteCallableKHR].operands.push(OperandId, "CallableData"); in Parameterize()
2829 InstructionDesc[OpConvertUToAccelerationStructureKHR].operands.push(OperandId, "Value"); in Parameterize()
2836 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2837 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'AccelerationS'"); in Parameterize()
2838 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'RayFlags'"); in Parameterize()
2839 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'CullMask'"); in Parameterize()
2840 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Origin'"); in Parameterize()
2841 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Tmin'"); in Parameterize()
2842 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Direction'"); in Parameterize()
2843 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Tmax'"); in Parameterize()
2846 InstructionDesc[OpRayQueryTerminateKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2849 InstructionDesc[OpRayQueryGenerateIntersectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2850 InstructionDesc[OpRayQueryGenerateIntersectionKHR].operands.push(OperandId, "'THit'"); in Parameterize()
2853 InstructionDesc[OpRayQueryConfirmIntersectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2856 InstructionDesc[OpRayQueryProceedKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2859 InstructionDesc[OpRayQueryGetIntersectionTypeKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2860 InstructionDesc[OpRayQueryGetIntersectionTypeKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2863 InstructionDesc[OpRayQueryGetRayTMinKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2866 InstructionDesc[OpRayQueryGetRayFlagsKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2869 InstructionDesc[OpRayQueryGetIntersectionTKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2870 InstructionDesc[OpRayQueryGetIntersectionTKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2873 …InstructionDesc[OpRayQueryGetIntersectionInstanceCustomIndexKHR].operands.push(OperandId, "'RayQue… in Parameterize()
2874 …InstructionDesc[OpRayQueryGetIntersectionInstanceCustomIndexKHR].operands.push(OperandId, "'Commit… in Parameterize()
2877 InstructionDesc[OpRayQueryGetIntersectionInstanceIdKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2878 InstructionDesc[OpRayQueryGetIntersectionInstanceIdKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2881 …ryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2882 …yGetIntersectionInstanceShaderBindingTableRecordOffsetKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2885 … InstructionDesc[OpRayQueryGetIntersectionGeometryIndexKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2886 …InstructionDesc[OpRayQueryGetIntersectionGeometryIndexKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2889 …InstructionDesc[OpRayQueryGetIntersectionPrimitiveIndexKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2890 …InstructionDesc[OpRayQueryGetIntersectionPrimitiveIndexKHR].operands.push(OperandId, "'Committed'"… in Parameterize()
2893 … InstructionDesc[OpRayQueryGetIntersectionBarycentricsKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2894 … InstructionDesc[OpRayQueryGetIntersectionBarycentricsKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2897 InstructionDesc[OpRayQueryGetIntersectionFrontFaceKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2898 InstructionDesc[OpRayQueryGetIntersectionFrontFaceKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2901 …InstructionDesc[OpRayQueryGetIntersectionCandidateAABBOpaqueKHR].operands.push(OperandId, "'RayQue… in Parameterize()
2904 …InstructionDesc[OpRayQueryGetIntersectionObjectRayDirectionKHR].operands.push(OperandId, "'RayQuer… in Parameterize()
2905 …InstructionDesc[OpRayQueryGetIntersectionObjectRayDirectionKHR].operands.push(OperandId, "'Committ… in Parameterize()
2908 …InstructionDesc[OpRayQueryGetIntersectionObjectRayOriginKHR].operands.push(OperandId, "'RayQuery'"… in Parameterize()
2909 …InstructionDesc[OpRayQueryGetIntersectionObjectRayOriginKHR].operands.push(OperandId, "'Committed'… in Parameterize()
2912 InstructionDesc[OpRayQueryGetWorldRayDirectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2915 InstructionDesc[OpRayQueryGetWorldRayOriginKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2918 … InstructionDesc[OpRayQueryGetIntersectionObjectToWorldKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2919 …InstructionDesc[OpRayQueryGetIntersectionObjectToWorldKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2922 … InstructionDesc[OpRayQueryGetIntersectionWorldToObjectKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2923 …InstructionDesc[OpRayQueryGetIntersectionWorldToObjectKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2926 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2927 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2928 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Granularity'"); in Parameterize()
2929 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Coarse'"); in Parameterize()
2933 InstructionDesc[OpWritePackedPrimitiveIndices4x8NV].operands.push(OperandId, "'Index Offset'"); in Parameterize()
2934 … InstructionDesc[OpWritePackedPrimitiveIndices4x8NV].operands.push(OperandId, "'Packed Indices'"); in Parameterize()
2936 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Component Type'"); in Parameterize()
2937 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Scope'"); in Parameterize()
2938 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Rows'"); in Parameterize()
2939 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Columns'"); in Parameterize()
2941 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Pointer'"); in Parameterize()
2942 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Stride'"); in Parameterize()
2943 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Column Major'"); in Parameterize()
2946 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "", true); in Parameterize()
2948 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Pointer'"); in Parameterize()
2949 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Object'"); in Parameterize()
2950 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Stride'"); in Parameterize()
2951 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Column Major'"); in Parameterize()
2954 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "", true); in Parameterize()
2956 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'A'"); in Parameterize()
2957 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'B'"); in Parameterize()
2958 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'C'"); in Parameterize()
2960 InstructionDesc[OpCooperativeMatrixLengthNV].operands.push(OperandId, "'Type'"); in Parameterize()