Lines Matching refs:push
1497 …ExecutionModeOperands[ExecutionModeInvocations].push(OperandLiteralNumber, "'Number of <<Invocatio… in Parameterize()
1499 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1500 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1501 ExecutionModeOperands[ExecutionModeLocalSize].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1503 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'x size'"); in Parameterize()
1504 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'y size'"); in Parameterize()
1505 ExecutionModeOperands[ExecutionModeLocalSizeHint].push(OperandLiteralNumber, "'z size'"); in Parameterize()
1507 ExecutionModeOperands[ExecutionModeOutputVertices].push(OperandLiteralNumber, "'Vertex count'"); in Parameterize()
1508 ExecutionModeOperands[ExecutionModeVecTypeHint].push(OperandLiteralNumber, "'Vector type'"); in Parameterize()
1510 DecorationOperands[DecorationStream].push(OperandLiteralNumber, "'Stream Number'"); in Parameterize()
1511 DecorationOperands[DecorationLocation].push(OperandLiteralNumber, "'Location'"); in Parameterize()
1512 DecorationOperands[DecorationComponent].push(OperandLiteralNumber, "'Component'"); in Parameterize()
1513 DecorationOperands[DecorationIndex].push(OperandLiteralNumber, "'Index'"); in Parameterize()
1514 DecorationOperands[DecorationBinding].push(OperandLiteralNumber, "'Binding Point'"); in Parameterize()
1515 DecorationOperands[DecorationDescriptorSet].push(OperandLiteralNumber, "'Descriptor Set'"); in Parameterize()
1516 DecorationOperands[DecorationOffset].push(OperandLiteralNumber, "'Byte Offset'"); in Parameterize()
1517 DecorationOperands[DecorationXfbBuffer].push(OperandLiteralNumber, "'XFB Buffer Number'"); in Parameterize()
1518 DecorationOperands[DecorationXfbStride].push(OperandLiteralNumber, "'XFB Stride'"); in Parameterize()
1519 DecorationOperands[DecorationArrayStride].push(OperandLiteralNumber, "'Array Stride'"); in Parameterize()
1520 DecorationOperands[DecorationMatrixStride].push(OperandLiteralNumber, "'Matrix Stride'"); in Parameterize()
1521 DecorationOperands[DecorationBuiltIn].push(OperandLiteralNumber, "See <<BuiltIn,*BuiltIn*>>"); in Parameterize()
1522 …DecorationOperands[DecorationFPRoundingMode].push(OperandFPRoundingMode, "'Floating-Point Rounding… in Parameterize()
1523 DecorationOperands[DecorationFPFastMathMode].push(OperandFPFastMath, "'Fast-Math Mode'"); in Parameterize()
1524 DecorationOperands[DecorationLinkageAttributes].push(OperandLiteralString, "'Name'"); in Parameterize()
1525 DecorationOperands[DecorationLinkageAttributes].push(OperandLinkageType, "'Linkage Type'"); in Parameterize()
1526 …DecorationOperands[DecorationFuncParamAttr].push(OperandFuncParamAttr, "'Function Parameter Attrib… in Parameterize()
1527 DecorationOperands[DecorationSpecId].push(OperandLiteralNumber, "'Specialization Constant ID'"); in Parameterize()
1528 …DecorationOperands[DecorationInputAttachmentIndex].push(OperandLiteralNumber, "'Attachment Index'"… in Parameterize()
1529 DecorationOperands[DecorationAlignment].push(OperandLiteralNumber, "'Alignment'"); in Parameterize()
1567 InstructionDesc[OpSource].operands.push(OperandSource, ""); in Parameterize()
1568 InstructionDesc[OpSource].operands.push(OperandLiteralNumber, "'Version'"); in Parameterize()
1569 InstructionDesc[OpSource].operands.push(OperandId, "'File'", true); in Parameterize()
1570 InstructionDesc[OpSource].operands.push(OperandLiteralString, "'Source'", true); in Parameterize()
1572 InstructionDesc[OpSourceContinued].operands.push(OperandLiteralString, "'Continued Source'"); in Parameterize()
1574 InstructionDesc[OpSourceExtension].operands.push(OperandLiteralString, "'Extension'"); in Parameterize()
1576 InstructionDesc[OpName].operands.push(OperandId, "'Target'"); in Parameterize()
1577 InstructionDesc[OpName].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1579 InstructionDesc[OpMemberName].operands.push(OperandId, "'Type'"); in Parameterize()
1580 InstructionDesc[OpMemberName].operands.push(OperandLiteralNumber, "'Member'"); in Parameterize()
1581 InstructionDesc[OpMemberName].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1583 InstructionDesc[OpString].operands.push(OperandLiteralString, "'String'"); in Parameterize()
1585 InstructionDesc[OpLine].operands.push(OperandId, "'File'"); in Parameterize()
1586 InstructionDesc[OpLine].operands.push(OperandLiteralNumber, "'Line'"); in Parameterize()
1587 InstructionDesc[OpLine].operands.push(OperandLiteralNumber, "'Column'"); in Parameterize()
1589 InstructionDesc[OpExtension].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1591 InstructionDesc[OpExtInstImport].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1593 InstructionDesc[OpCapability].operands.push(OperandCapability, "'Capability'"); in Parameterize()
1595 InstructionDesc[OpMemoryModel].operands.push(OperandAddressing, ""); in Parameterize()
1596 InstructionDesc[OpMemoryModel].operands.push(OperandMemory, ""); in Parameterize()
1598 InstructionDesc[OpEntryPoint].operands.push(OperandExecutionModel, ""); in Parameterize()
1599 InstructionDesc[OpEntryPoint].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1600 InstructionDesc[OpEntryPoint].operands.push(OperandLiteralString, "'Name'"); in Parameterize()
1601 InstructionDesc[OpEntryPoint].operands.push(OperandVariableIds, "'Interface'"); in Parameterize()
1603 InstructionDesc[OpExecutionMode].operands.push(OperandId, "'Entry Point'"); in Parameterize()
1604 InstructionDesc[OpExecutionMode].operands.push(OperandExecutionMode, "'Mode'"); in Parameterize()
1605 …InstructionDesc[OpExecutionMode].operands.push(OperandOptionalLiteral, "See <<Execution_Mode,Execu… in Parameterize()
1607 InstructionDesc[OpTypeInt].operands.push(OperandLiteralNumber, "'Width'"); in Parameterize()
1608 InstructionDesc[OpTypeInt].operands.push(OperandLiteralNumber, "'Signedness'"); in Parameterize()
1610 InstructionDesc[OpTypeFloat].operands.push(OperandLiteralNumber, "'Width'"); in Parameterize()
1612 InstructionDesc[OpTypeVector].operands.push(OperandId, "'Component Type'"); in Parameterize()
1613 InstructionDesc[OpTypeVector].operands.push(OperandLiteralNumber, "'Component Count'"); in Parameterize()
1615 InstructionDesc[OpTypeMatrix].operands.push(OperandId, "'Column Type'"); in Parameterize()
1616 InstructionDesc[OpTypeMatrix].operands.push(OperandLiteralNumber, "'Column Count'"); in Parameterize()
1618 InstructionDesc[OpTypeImage].operands.push(OperandId, "'Sampled Type'"); in Parameterize()
1619 InstructionDesc[OpTypeImage].operands.push(OperandDimensionality, ""); in Parameterize()
1620 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'Depth'"); in Parameterize()
1621 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'Arrayed'"); in Parameterize()
1622 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'MS'"); in Parameterize()
1623 InstructionDesc[OpTypeImage].operands.push(OperandLiteralNumber, "'Sampled'"); in Parameterize()
1624 InstructionDesc[OpTypeImage].operands.push(OperandSamplerImageFormat, ""); in Parameterize()
1625 InstructionDesc[OpTypeImage].operands.push(OperandAccessQualifier, "", true); in Parameterize()
1627 InstructionDesc[OpTypeSampledImage].operands.push(OperandId, "'Image Type'"); in Parameterize()
1629 InstructionDesc[OpTypeArray].operands.push(OperandId, "'Element Type'"); in Parameterize()
1630 InstructionDesc[OpTypeArray].operands.push(OperandId, "'Length'"); in Parameterize()
1632 InstructionDesc[OpTypeRuntimeArray].operands.push(OperandId, "'Element Type'"); in Parameterize()
1634 …InstructionDesc[OpTypeStruct].operands.push(OperandVariableIds, "'Member 0 type', +\n'member 1 typ… in Parameterize()
1636 … InstructionDesc[OpTypeOpaque].operands.push(OperandLiteralString, "The name of the opaque type."); in Parameterize()
1638 InstructionDesc[OpTypePointer].operands.push(OperandStorage, ""); in Parameterize()
1639 InstructionDesc[OpTypePointer].operands.push(OperandId, "'Type'"); in Parameterize()
1641 InstructionDesc[OpTypeForwardPointer].operands.push(OperandId, "'Pointer Type'"); in Parameterize()
1642 InstructionDesc[OpTypeForwardPointer].operands.push(OperandStorage, ""); in Parameterize()
1644 InstructionDesc[OpTypePipe].operands.push(OperandAccessQualifier, "'Qualifier'"); in Parameterize()
1646 InstructionDesc[OpTypeFunction].operands.push(OperandId, "'Return Type'"); in Parameterize()
1647 …InstructionDesc[OpTypeFunction].operands.push(OperandVariableIds, "'Parameter 0 Type', +\n'Paramet… in Parameterize()
1649 InstructionDesc[OpConstant].operands.push(OperandVariableLiterals, "'Value'"); in Parameterize()
1651 InstructionDesc[OpConstantComposite].operands.push(OperandVariableIds, "'Constituents'"); in Parameterize()
1653 InstructionDesc[OpConstantSampler].operands.push(OperandSamplerAddressingMode, ""); in Parameterize()
1654 InstructionDesc[OpConstantSampler].operands.push(OperandLiteralNumber, "'Param'"); in Parameterize()
1655 InstructionDesc[OpConstantSampler].operands.push(OperandSamplerFilterMode, ""); in Parameterize()
1657 InstructionDesc[OpSpecConstant].operands.push(OperandVariableLiterals, "'Value'"); in Parameterize()
1659 InstructionDesc[OpSpecConstantComposite].operands.push(OperandVariableIds, "'Constituents'"); in Parameterize()
1661 InstructionDesc[OpSpecConstantOp].operands.push(OperandLiteralNumber, "'Opcode'"); in Parameterize()
1662 InstructionDesc[OpSpecConstantOp].operands.push(OperandVariableIds, "'Operands'"); in Parameterize()
1664 InstructionDesc[OpVariable].operands.push(OperandStorage, ""); in Parameterize()
1665 InstructionDesc[OpVariable].operands.push(OperandId, "'Initializer'", true); in Parameterize()
1667 InstructionDesc[OpFunction].operands.push(OperandFunction, ""); in Parameterize()
1668 InstructionDesc[OpFunction].operands.push(OperandId, "'Function Type'"); in Parameterize()
1670 InstructionDesc[OpFunctionCall].operands.push(OperandId, "'Function'"); in Parameterize()
1671 …InstructionDesc[OpFunctionCall].operands.push(OperandVariableIds, "'Argument 0', +\n'Argument 1', … in Parameterize()
1673 InstructionDesc[OpExtInst].operands.push(OperandId, "'Set'"); in Parameterize()
1674 InstructionDesc[OpExtInst].operands.push(OperandLiteralNumber, "'Instruction'"); in Parameterize()
1675 …InstructionDesc[OpExtInst].operands.push(OperandVariableIds, "'Operand 1', +\n'Operand 2', +\n..."… in Parameterize()
1677 InstructionDesc[OpLoad].operands.push(OperandId, "'Pointer'"); in Parameterize()
1678 InstructionDesc[OpLoad].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1679 InstructionDesc[OpLoad].operands.push(OperandLiteralNumber, "", true); in Parameterize()
1680 InstructionDesc[OpLoad].operands.push(OperandId, "", true); in Parameterize()
1682 InstructionDesc[OpStore].operands.push(OperandId, "'Pointer'"); in Parameterize()
1683 InstructionDesc[OpStore].operands.push(OperandId, "'Object'"); in Parameterize()
1684 InstructionDesc[OpStore].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1685 InstructionDesc[OpStore].operands.push(OperandLiteralNumber, "", true); in Parameterize()
1686 InstructionDesc[OpStore].operands.push(OperandId, "", true); in Parameterize()
1688 InstructionDesc[OpPhi].operands.push(OperandVariableIds, "'Variable, Parent, ...'"); in Parameterize()
1690 InstructionDesc[OpDecorate].operands.push(OperandId, "'Target'"); in Parameterize()
1691 InstructionDesc[OpDecorate].operands.push(OperandDecoration, ""); in Parameterize()
1692 …InstructionDesc[OpDecorate].operands.push(OperandVariableLiterals, "See <<Decoration,'Decoration'>… in Parameterize()
1694 InstructionDesc[OpDecorateId].operands.push(OperandId, "'Target'"); in Parameterize()
1695 InstructionDesc[OpDecorateId].operands.push(OperandDecoration, ""); in Parameterize()
1696 …InstructionDesc[OpDecorateId].operands.push(OperandVariableIds, "See <<Decoration,'Decoration'>>."… in Parameterize()
1698 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandId, "'Target'"); in Parameterize()
1699 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandDecoration, ""); in Parameterize()
1700 InstructionDesc[OpDecorateStringGOOGLE].operands.push(OperandLiteralString, "'Literal String'"); in Parameterize()
1702 InstructionDesc[OpMemberDecorate].operands.push(OperandId, "'Structure Type'"); in Parameterize()
1703 InstructionDesc[OpMemberDecorate].operands.push(OperandLiteralNumber, "'Member'"); in Parameterize()
1704 InstructionDesc[OpMemberDecorate].operands.push(OperandDecoration, ""); in Parameterize()
1705 …InstructionDesc[OpMemberDecorate].operands.push(OperandVariableLiterals, "See <<Decoration,'Decora… in Parameterize()
1707 InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandId, "'Structure Type'"); in Parameterize()
1708 InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandLiteralNumber, "'Member'"); in Parameterize()
1709 InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandDecoration, ""); in Parameterize()
1710 …InstructionDesc[OpMemberDecorateStringGOOGLE].operands.push(OperandLiteralString, "'Literal String… in Parameterize()
1712 InstructionDesc[OpGroupDecorate].operands.push(OperandId, "'Decoration Group'"); in Parameterize()
1713 InstructionDesc[OpGroupDecorate].operands.push(OperandVariableIds, "'Targets'"); in Parameterize()
1715 InstructionDesc[OpGroupMemberDecorate].operands.push(OperandId, "'Decoration Group'"); in Parameterize()
1716 InstructionDesc[OpGroupMemberDecorate].operands.push(OperandVariableIdLiteral, "'Targets'"); in Parameterize()
1718 InstructionDesc[OpVectorExtractDynamic].operands.push(OperandId, "'Vector'"); in Parameterize()
1719 InstructionDesc[OpVectorExtractDynamic].operands.push(OperandId, "'Index'"); in Parameterize()
1721 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Vector'"); in Parameterize()
1722 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Component'"); in Parameterize()
1723 InstructionDesc[OpVectorInsertDynamic].operands.push(OperandId, "'Index'"); in Parameterize()
1725 InstructionDesc[OpVectorShuffle].operands.push(OperandId, "'Vector 1'"); in Parameterize()
1726 InstructionDesc[OpVectorShuffle].operands.push(OperandId, "'Vector 2'"); in Parameterize()
1727 InstructionDesc[OpVectorShuffle].operands.push(OperandVariableLiterals, "'Components'"); in Parameterize()
1729 InstructionDesc[OpCompositeConstruct].operands.push(OperandVariableIds, "'Constituents'"); in Parameterize()
1731 InstructionDesc[OpCompositeExtract].operands.push(OperandId, "'Composite'"); in Parameterize()
1732 InstructionDesc[OpCompositeExtract].operands.push(OperandVariableLiterals, "'Indexes'"); in Parameterize()
1734 InstructionDesc[OpCompositeInsert].operands.push(OperandId, "'Object'"); in Parameterize()
1735 InstructionDesc[OpCompositeInsert].operands.push(OperandId, "'Composite'"); in Parameterize()
1736 InstructionDesc[OpCompositeInsert].operands.push(OperandVariableLiterals, "'Indexes'"); in Parameterize()
1738 InstructionDesc[OpCopyObject].operands.push(OperandId, "'Operand'"); in Parameterize()
1740 InstructionDesc[OpCopyMemory].operands.push(OperandId, "'Target'"); in Parameterize()
1741 InstructionDesc[OpCopyMemory].operands.push(OperandId, "'Source'"); in Parameterize()
1742 InstructionDesc[OpCopyMemory].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1744 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Target'"); in Parameterize()
1745 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Source'"); in Parameterize()
1746 InstructionDesc[OpCopyMemorySized].operands.push(OperandId, "'Size'"); in Parameterize()
1747 InstructionDesc[OpCopyMemorySized].operands.push(OperandMemoryAccess, "", true); in Parameterize()
1749 InstructionDesc[OpSampledImage].operands.push(OperandId, "'Image'"); in Parameterize()
1750 InstructionDesc[OpSampledImage].operands.push(OperandId, "'Sampler'"); in Parameterize()
1752 InstructionDesc[OpImage].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1754 InstructionDesc[OpImageRead].operands.push(OperandId, "'Image'"); in Parameterize()
1755 InstructionDesc[OpImageRead].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1756 InstructionDesc[OpImageRead].operands.push(OperandImageOperands, "", true); in Parameterize()
1757 InstructionDesc[OpImageRead].operands.push(OperandVariableIds, "", true); in Parameterize()
1759 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Image'"); in Parameterize()
1760 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1761 InstructionDesc[OpImageWrite].operands.push(OperandId, "'Texel'"); in Parameterize()
1762 InstructionDesc[OpImageWrite].operands.push(OperandImageOperands, "", true); in Parameterize()
1763 InstructionDesc[OpImageWrite].operands.push(OperandVariableIds, "", true); in Parameterize()
1765 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1766 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1767 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1768 InstructionDesc[OpImageSampleImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1770 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1771 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1772 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1773 InstructionDesc[OpImageSampleExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1775 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1776 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1777 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1778 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1779 InstructionDesc[OpImageSampleDrefImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1781 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1782 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1783 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1784 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1785 InstructionDesc[OpImageSampleDrefExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1787 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1788 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1789 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1790 InstructionDesc[OpImageSampleProjImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1792 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1793 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1794 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1795 InstructionDesc[OpImageSampleProjExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1797 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1798 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1799 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1800 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1801 InstructionDesc[OpImageSampleProjDrefImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1803 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1804 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1805 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1806 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1807 InstructionDesc[OpImageSampleProjDrefExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1809 InstructionDesc[OpImageFetch].operands.push(OperandId, "'Image'"); in Parameterize()
1810 InstructionDesc[OpImageFetch].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1811 InstructionDesc[OpImageFetch].operands.push(OperandImageOperands, "", true); in Parameterize()
1812 InstructionDesc[OpImageFetch].operands.push(OperandVariableIds, "", true); in Parameterize()
1814 InstructionDesc[OpImageGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1815 InstructionDesc[OpImageGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1816 InstructionDesc[OpImageGather].operands.push(OperandId, "'Component'"); in Parameterize()
1817 InstructionDesc[OpImageGather].operands.push(OperandImageOperands, "", true); in Parameterize()
1818 InstructionDesc[OpImageGather].operands.push(OperandVariableIds, "", true); in Parameterize()
1820 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1821 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1822 InstructionDesc[OpImageDrefGather].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1823 InstructionDesc[OpImageDrefGather].operands.push(OperandImageOperands, "", true); in Parameterize()
1824 InstructionDesc[OpImageDrefGather].operands.push(OperandVariableIds, "", true); in Parameterize()
1826 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1827 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1828 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1829 InstructionDesc[OpImageSparseSampleImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1831 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1832 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1833 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1834 InstructionDesc[OpImageSparseSampleExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1836 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1837 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1838 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1839 … InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1840 InstructionDesc[OpImageSparseSampleDrefImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1842 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1843 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1844 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1845 … InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1846 InstructionDesc[OpImageSparseSampleDrefExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1848 InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1849 InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1850 … InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1851 InstructionDesc[OpImageSparseSampleProjImplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1853 InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1854 InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1855 … InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandImageOperands, "", true); in Parameterize()
1856 InstructionDesc[OpImageSparseSampleProjExplicitLod].operands.push(OperandVariableIds, "", true); in Parameterize()
1858 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'Sampled Image'"… in Parameterize()
1859 … InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1860 InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1861 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandImageOperands, "", tr… in Parameterize()
1862 …InstructionDesc[OpImageSparseSampleProjDrefImplicitLod].operands.push(OperandVariableIds, "", true… in Parameterize()
1864 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'Sampled Image'"… in Parameterize()
1865 … InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1866 InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1867 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandImageOperands, "", tr… in Parameterize()
1868 …InstructionDesc[OpImageSparseSampleProjDrefExplicitLod].operands.push(OperandVariableIds, "", true… in Parameterize()
1870 InstructionDesc[OpImageSparseFetch].operands.push(OperandId, "'Image'"); in Parameterize()
1871 InstructionDesc[OpImageSparseFetch].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1872 InstructionDesc[OpImageSparseFetch].operands.push(OperandImageOperands, "", true); in Parameterize()
1873 InstructionDesc[OpImageSparseFetch].operands.push(OperandVariableIds, "", true); in Parameterize()
1875 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1876 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1877 InstructionDesc[OpImageSparseGather].operands.push(OperandId, "'Component'"); in Parameterize()
1878 InstructionDesc[OpImageSparseGather].operands.push(OperandImageOperands, "", true); in Parameterize()
1879 InstructionDesc[OpImageSparseGather].operands.push(OperandVariableIds, "", true); in Parameterize()
1881 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
1882 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1883 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandId, "'D~ref~'"); in Parameterize()
1884 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandImageOperands, "", true); in Parameterize()
1885 InstructionDesc[OpImageSparseDrefGather].operands.push(OperandVariableIds, "", true); in Parameterize()
1887 InstructionDesc[OpImageSparseRead].operands.push(OperandId, "'Image'"); in Parameterize()
1888 InstructionDesc[OpImageSparseRead].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1889 InstructionDesc[OpImageSparseRead].operands.push(OperandImageOperands, "", true); in Parameterize()
1890 InstructionDesc[OpImageSparseRead].operands.push(OperandVariableIds, "", true); in Parameterize()
1892 InstructionDesc[OpImageSparseTexelsResident].operands.push(OperandId, "'Resident Code'"); in Parameterize()
1894 InstructionDesc[OpImageQuerySizeLod].operands.push(OperandId, "'Image'"); in Parameterize()
1895 InstructionDesc[OpImageQuerySizeLod].operands.push(OperandId, "'Level of Detail'"); in Parameterize()
1897 InstructionDesc[OpImageQuerySize].operands.push(OperandId, "'Image'"); in Parameterize()
1899 InstructionDesc[OpImageQueryLod].operands.push(OperandId, "'Image'"); in Parameterize()
1900 InstructionDesc[OpImageQueryLod].operands.push(OperandId, "'Coordinate'"); in Parameterize()
1902 InstructionDesc[OpImageQueryLevels].operands.push(OperandId, "'Image'"); in Parameterize()
1904 InstructionDesc[OpImageQuerySamples].operands.push(OperandId, "'Image'"); in Parameterize()
1906 InstructionDesc[OpImageQueryFormat].operands.push(OperandId, "'Image'"); in Parameterize()
1908 InstructionDesc[OpImageQueryOrder].operands.push(OperandId, "'Image'"); in Parameterize()
1910 InstructionDesc[OpAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1911 InstructionDesc[OpAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
1913 InstructionDesc[OpInBoundsAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1914 InstructionDesc[OpInBoundsAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
1916 InstructionDesc[OpPtrAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1917 InstructionDesc[OpPtrAccessChain].operands.push(OperandId, "'Element'"); in Parameterize()
1918 InstructionDesc[OpPtrAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
1920 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandId, "'Base'"); in Parameterize()
1921 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandId, "'Element'"); in Parameterize()
1922 InstructionDesc[OpInBoundsPtrAccessChain].operands.push(OperandVariableIds, "'Indexes'"); in Parameterize()
1924 InstructionDesc[OpSNegate].operands.push(OperandId, "'Operand'"); in Parameterize()
1926 InstructionDesc[OpFNegate].operands.push(OperandId, "'Operand'"); in Parameterize()
1928 InstructionDesc[OpNot].operands.push(OperandId, "'Operand'"); in Parameterize()
1930 InstructionDesc[OpAny].operands.push(OperandId, "'Vector'"); in Parameterize()
1932 InstructionDesc[OpAll].operands.push(OperandId, "'Vector'"); in Parameterize()
1934 InstructionDesc[OpConvertFToU].operands.push(OperandId, "'Float Value'"); in Parameterize()
1936 InstructionDesc[OpConvertFToS].operands.push(OperandId, "'Float Value'"); in Parameterize()
1938 InstructionDesc[OpConvertSToF].operands.push(OperandId, "'Signed Value'"); in Parameterize()
1940 InstructionDesc[OpConvertUToF].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
1942 InstructionDesc[OpUConvert].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
1944 InstructionDesc[OpSConvert].operands.push(OperandId, "'Signed Value'"); in Parameterize()
1946 InstructionDesc[OpFConvert].operands.push(OperandId, "'Float Value'"); in Parameterize()
1948 InstructionDesc[OpSatConvertSToU].operands.push(OperandId, "'Signed Value'"); in Parameterize()
1950 InstructionDesc[OpSatConvertUToS].operands.push(OperandId, "'Unsigned Value'"); in Parameterize()
1952 InstructionDesc[OpConvertPtrToU].operands.push(OperandId, "'Pointer'"); in Parameterize()
1954 InstructionDesc[OpConvertUToPtr].operands.push(OperandId, "'Integer Value'"); in Parameterize()
1956 InstructionDesc[OpPtrCastToGeneric].operands.push(OperandId, "'Pointer'"); in Parameterize()
1958 InstructionDesc[OpGenericCastToPtr].operands.push(OperandId, "'Pointer'"); in Parameterize()
1960 InstructionDesc[OpGenericCastToPtrExplicit].operands.push(OperandId, "'Pointer'"); in Parameterize()
1961 InstructionDesc[OpGenericCastToPtrExplicit].operands.push(OperandStorage, "'Storage'"); in Parameterize()
1963 InstructionDesc[OpGenericPtrMemSemantics].operands.push(OperandId, "'Pointer'"); in Parameterize()
1965 InstructionDesc[OpBitcast].operands.push(OperandId, "'Operand'"); in Parameterize()
1967 InstructionDesc[OpQuantizeToF16].operands.push(OperandId, "'Value'"); in Parameterize()
1969 InstructionDesc[OpTranspose].operands.push(OperandId, "'Matrix'"); in Parameterize()
1971 InstructionDesc[OpCopyLogical].operands.push(OperandId, "'Operand'"); in Parameterize()
1973 InstructionDesc[OpIsNan].operands.push(OperandId, "'x'"); in Parameterize()
1975 InstructionDesc[OpIsInf].operands.push(OperandId, "'x'"); in Parameterize()
1977 InstructionDesc[OpIsFinite].operands.push(OperandId, "'x'"); in Parameterize()
1979 InstructionDesc[OpIsNormal].operands.push(OperandId, "'x'"); in Parameterize()
1981 InstructionDesc[OpSignBitSet].operands.push(OperandId, "'x'"); in Parameterize()
1983 InstructionDesc[OpLessOrGreater].operands.push(OperandId, "'x'"); in Parameterize()
1984 InstructionDesc[OpLessOrGreater].operands.push(OperandId, "'y'"); in Parameterize()
1986 InstructionDesc[OpOrdered].operands.push(OperandId, "'x'"); in Parameterize()
1987 InstructionDesc[OpOrdered].operands.push(OperandId, "'y'"); in Parameterize()
1989 InstructionDesc[OpUnordered].operands.push(OperandId, "'x'"); in Parameterize()
1990 InstructionDesc[OpUnordered].operands.push(OperandId, "'y'"); in Parameterize()
1992 InstructionDesc[OpArrayLength].operands.push(OperandId, "'Structure'"); in Parameterize()
1993 InstructionDesc[OpArrayLength].operands.push(OperandLiteralNumber, "'Array member'"); in Parameterize()
1995 InstructionDesc[OpIAdd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
1996 InstructionDesc[OpIAdd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
1998 InstructionDesc[OpFAdd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
1999 InstructionDesc[OpFAdd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2001 InstructionDesc[OpISub].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2002 InstructionDesc[OpISub].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2004 InstructionDesc[OpFSub].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2005 InstructionDesc[OpFSub].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2007 InstructionDesc[OpIMul].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2008 InstructionDesc[OpIMul].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2010 InstructionDesc[OpFMul].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2011 InstructionDesc[OpFMul].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2013 InstructionDesc[OpUDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2014 InstructionDesc[OpUDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2016 InstructionDesc[OpSDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2017 InstructionDesc[OpSDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2019 InstructionDesc[OpFDiv].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2020 InstructionDesc[OpFDiv].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2022 InstructionDesc[OpUMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2023 InstructionDesc[OpUMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2025 InstructionDesc[OpSRem].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2026 InstructionDesc[OpSRem].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2028 InstructionDesc[OpSMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2029 InstructionDesc[OpSMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2031 InstructionDesc[OpFRem].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2032 InstructionDesc[OpFRem].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2034 InstructionDesc[OpFMod].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2035 InstructionDesc[OpFMod].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2037 InstructionDesc[OpVectorTimesScalar].operands.push(OperandId, "'Vector'"); in Parameterize()
2038 InstructionDesc[OpVectorTimesScalar].operands.push(OperandId, "'Scalar'"); in Parameterize()
2040 InstructionDesc[OpMatrixTimesScalar].operands.push(OperandId, "'Matrix'"); in Parameterize()
2041 InstructionDesc[OpMatrixTimesScalar].operands.push(OperandId, "'Scalar'"); in Parameterize()
2043 InstructionDesc[OpVectorTimesMatrix].operands.push(OperandId, "'Vector'"); in Parameterize()
2044 InstructionDesc[OpVectorTimesMatrix].operands.push(OperandId, "'Matrix'"); in Parameterize()
2046 InstructionDesc[OpMatrixTimesVector].operands.push(OperandId, "'Matrix'"); in Parameterize()
2047 InstructionDesc[OpMatrixTimesVector].operands.push(OperandId, "'Vector'"); in Parameterize()
2049 InstructionDesc[OpMatrixTimesMatrix].operands.push(OperandId, "'LeftMatrix'"); in Parameterize()
2050 InstructionDesc[OpMatrixTimesMatrix].operands.push(OperandId, "'RightMatrix'"); in Parameterize()
2052 InstructionDesc[OpOuterProduct].operands.push(OperandId, "'Vector 1'"); in Parameterize()
2053 InstructionDesc[OpOuterProduct].operands.push(OperandId, "'Vector 2'"); in Parameterize()
2055 InstructionDesc[OpDot].operands.push(OperandId, "'Vector 1'"); in Parameterize()
2056 InstructionDesc[OpDot].operands.push(OperandId, "'Vector 2'"); in Parameterize()
2058 InstructionDesc[OpIAddCarry].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2059 InstructionDesc[OpIAddCarry].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2061 InstructionDesc[OpISubBorrow].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2062 InstructionDesc[OpISubBorrow].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2064 InstructionDesc[OpUMulExtended].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2065 InstructionDesc[OpUMulExtended].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2067 InstructionDesc[OpSMulExtended].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2068 InstructionDesc[OpSMulExtended].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2070 InstructionDesc[OpShiftRightLogical].operands.push(OperandId, "'Base'"); in Parameterize()
2071 InstructionDesc[OpShiftRightLogical].operands.push(OperandId, "'Shift'"); in Parameterize()
2073 InstructionDesc[OpShiftRightArithmetic].operands.push(OperandId, "'Base'"); in Parameterize()
2074 InstructionDesc[OpShiftRightArithmetic].operands.push(OperandId, "'Shift'"); in Parameterize()
2076 InstructionDesc[OpShiftLeftLogical].operands.push(OperandId, "'Base'"); in Parameterize()
2077 InstructionDesc[OpShiftLeftLogical].operands.push(OperandId, "'Shift'"); in Parameterize()
2079 InstructionDesc[OpLogicalOr].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2080 InstructionDesc[OpLogicalOr].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2082 InstructionDesc[OpLogicalAnd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2083 InstructionDesc[OpLogicalAnd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2085 InstructionDesc[OpLogicalEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2086 InstructionDesc[OpLogicalEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2088 InstructionDesc[OpLogicalNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2089 InstructionDesc[OpLogicalNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2091 InstructionDesc[OpLogicalNot].operands.push(OperandId, "'Operand'"); in Parameterize()
2093 InstructionDesc[OpBitwiseOr].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2094 InstructionDesc[OpBitwiseOr].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2096 InstructionDesc[OpBitwiseXor].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2097 InstructionDesc[OpBitwiseXor].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2099 InstructionDesc[OpBitwiseAnd].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2100 InstructionDesc[OpBitwiseAnd].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2102 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Base'"); in Parameterize()
2103 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Insert'"); in Parameterize()
2104 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Offset'"); in Parameterize()
2105 InstructionDesc[OpBitFieldInsert].operands.push(OperandId, "'Count'"); in Parameterize()
2107 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Base'"); in Parameterize()
2108 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Offset'"); in Parameterize()
2109 InstructionDesc[OpBitFieldSExtract].operands.push(OperandId, "'Count'"); in Parameterize()
2111 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Base'"); in Parameterize()
2112 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Offset'"); in Parameterize()
2113 InstructionDesc[OpBitFieldUExtract].operands.push(OperandId, "'Count'"); in Parameterize()
2115 InstructionDesc[OpBitReverse].operands.push(OperandId, "'Base'"); in Parameterize()
2117 InstructionDesc[OpBitCount].operands.push(OperandId, "'Base'"); in Parameterize()
2119 InstructionDesc[OpSelect].operands.push(OperandId, "'Condition'"); in Parameterize()
2120 InstructionDesc[OpSelect].operands.push(OperandId, "'Object 1'"); in Parameterize()
2121 InstructionDesc[OpSelect].operands.push(OperandId, "'Object 2'"); in Parameterize()
2123 InstructionDesc[OpIEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2124 InstructionDesc[OpIEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2126 InstructionDesc[OpFOrdEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2127 InstructionDesc[OpFOrdEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2129 InstructionDesc[OpFUnordEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2130 InstructionDesc[OpFUnordEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2132 InstructionDesc[OpINotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2133 InstructionDesc[OpINotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2135 InstructionDesc[OpFOrdNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2136 InstructionDesc[OpFOrdNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2138 InstructionDesc[OpFUnordNotEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2139 InstructionDesc[OpFUnordNotEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2141 InstructionDesc[OpULessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2142 InstructionDesc[OpULessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2144 InstructionDesc[OpSLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2145 InstructionDesc[OpSLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2147 InstructionDesc[OpFOrdLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2148 InstructionDesc[OpFOrdLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2150 InstructionDesc[OpFUnordLessThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2151 InstructionDesc[OpFUnordLessThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2153 InstructionDesc[OpUGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2154 InstructionDesc[OpUGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2156 InstructionDesc[OpSGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2157 InstructionDesc[OpSGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2159 InstructionDesc[OpFOrdGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2160 InstructionDesc[OpFOrdGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2162 InstructionDesc[OpFUnordGreaterThan].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2163 InstructionDesc[OpFUnordGreaterThan].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2165 InstructionDesc[OpULessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2166 InstructionDesc[OpULessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2168 InstructionDesc[OpSLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2169 InstructionDesc[OpSLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2171 InstructionDesc[OpFOrdLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2172 InstructionDesc[OpFOrdLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2174 InstructionDesc[OpFUnordLessThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2175 InstructionDesc[OpFUnordLessThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2177 InstructionDesc[OpUGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2178 InstructionDesc[OpUGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2180 InstructionDesc[OpSGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2181 InstructionDesc[OpSGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2183 InstructionDesc[OpFOrdGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2184 InstructionDesc[OpFOrdGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2186 InstructionDesc[OpFUnordGreaterThanEqual].operands.push(OperandId, "'Operand 1'"); in Parameterize()
2187 InstructionDesc[OpFUnordGreaterThanEqual].operands.push(OperandId, "'Operand 2'"); in Parameterize()
2189 InstructionDesc[OpDPdx].operands.push(OperandId, "'P'"); in Parameterize()
2191 InstructionDesc[OpDPdy].operands.push(OperandId, "'P'"); in Parameterize()
2193 InstructionDesc[OpFwidth].operands.push(OperandId, "'P'"); in Parameterize()
2195 InstructionDesc[OpDPdxFine].operands.push(OperandId, "'P'"); in Parameterize()
2197 InstructionDesc[OpDPdyFine].operands.push(OperandId, "'P'"); in Parameterize()
2199 InstructionDesc[OpFwidthFine].operands.push(OperandId, "'P'"); in Parameterize()
2201 InstructionDesc[OpDPdxCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2203 InstructionDesc[OpDPdyCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2205 InstructionDesc[OpFwidthCoarse].operands.push(OperandId, "'P'"); in Parameterize()
2207 InstructionDesc[OpEmitStreamVertex].operands.push(OperandId, "'Stream'"); in Parameterize()
2209 InstructionDesc[OpEndStreamPrimitive].operands.push(OperandId, "'Stream'"); in Parameterize()
2211 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Execution'"); in Parameterize()
2212 InstructionDesc[OpControlBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize()
2213 InstructionDesc[OpControlBarrier].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2215 InstructionDesc[OpMemoryBarrier].operands.push(OperandScope, "'Memory'"); in Parameterize()
2216 InstructionDesc[OpMemoryBarrier].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2218 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Image'"); in Parameterize()
2219 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2220 InstructionDesc[OpImageTexelPointer].operands.push(OperandId, "'Sample'"); in Parameterize()
2222 InstructionDesc[OpAtomicLoad].operands.push(OperandId, "'Pointer'"); in Parameterize()
2223 InstructionDesc[OpAtomicLoad].operands.push(OperandScope, "'Scope'"); in Parameterize()
2224 InstructionDesc[OpAtomicLoad].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2226 InstructionDesc[OpAtomicStore].operands.push(OperandId, "'Pointer'"); in Parameterize()
2227 InstructionDesc[OpAtomicStore].operands.push(OperandScope, "'Scope'"); in Parameterize()
2228 InstructionDesc[OpAtomicStore].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2229 InstructionDesc[OpAtomicStore].operands.push(OperandId, "'Value'"); in Parameterize()
2231 InstructionDesc[OpAtomicExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2232 InstructionDesc[OpAtomicExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2233 InstructionDesc[OpAtomicExchange].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2234 InstructionDesc[OpAtomicExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2236 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Pointer'"); in Parameterize()
2237 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandScope, "'Scope'"); in Parameterize()
2238 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2239 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2240 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Value'"); in Parameterize()
2241 InstructionDesc[OpAtomicCompareExchange].operands.push(OperandId, "'Comparator'"); in Parameterize()
2243 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Pointer'"); in Parameterize()
2244 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandScope, "'Scope'"); in Parameterize()
2245 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandMemorySemantics, "'Equal'"); in Parameterize()
2246 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandMemorySemantics, "'Unequal'"); in Parameterize()
2247 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Value'"); in Parameterize()
2248 InstructionDesc[OpAtomicCompareExchangeWeak].operands.push(OperandId, "'Comparator'"); in Parameterize()
2250 InstructionDesc[OpAtomicIIncrement].operands.push(OperandId, "'Pointer'"); in Parameterize()
2251 InstructionDesc[OpAtomicIIncrement].operands.push(OperandScope, "'Scope'"); in Parameterize()
2252 InstructionDesc[OpAtomicIIncrement].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2254 InstructionDesc[OpAtomicIDecrement].operands.push(OperandId, "'Pointer'"); in Parameterize()
2255 InstructionDesc[OpAtomicIDecrement].operands.push(OperandScope, "'Scope'"); in Parameterize()
2256 InstructionDesc[OpAtomicIDecrement].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2258 InstructionDesc[OpAtomicIAdd].operands.push(OperandId, "'Pointer'"); in Parameterize()
2259 InstructionDesc[OpAtomicIAdd].operands.push(OperandScope, "'Scope'"); in Parameterize()
2260 InstructionDesc[OpAtomicIAdd].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2261 InstructionDesc[OpAtomicIAdd].operands.push(OperandId, "'Value'"); in Parameterize()
2263 InstructionDesc[OpAtomicISub].operands.push(OperandId, "'Pointer'"); in Parameterize()
2264 InstructionDesc[OpAtomicISub].operands.push(OperandScope, "'Scope'"); in Parameterize()
2265 InstructionDesc[OpAtomicISub].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2266 InstructionDesc[OpAtomicISub].operands.push(OperandId, "'Value'"); in Parameterize()
2268 InstructionDesc[OpAtomicUMin].operands.push(OperandId, "'Pointer'"); in Parameterize()
2269 InstructionDesc[OpAtomicUMin].operands.push(OperandScope, "'Scope'"); in Parameterize()
2270 InstructionDesc[OpAtomicUMin].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2271 InstructionDesc[OpAtomicUMin].operands.push(OperandId, "'Value'"); in Parameterize()
2273 InstructionDesc[OpAtomicUMax].operands.push(OperandId, "'Pointer'"); in Parameterize()
2274 InstructionDesc[OpAtomicUMax].operands.push(OperandScope, "'Scope'"); in Parameterize()
2275 InstructionDesc[OpAtomicUMax].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2276 InstructionDesc[OpAtomicUMax].operands.push(OperandId, "'Value'"); in Parameterize()
2278 InstructionDesc[OpAtomicSMin].operands.push(OperandId, "'Pointer'"); in Parameterize()
2279 InstructionDesc[OpAtomicSMin].operands.push(OperandScope, "'Scope'"); in Parameterize()
2280 InstructionDesc[OpAtomicSMin].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2281 InstructionDesc[OpAtomicSMin].operands.push(OperandId, "'Value'"); in Parameterize()
2283 InstructionDesc[OpAtomicSMax].operands.push(OperandId, "'Pointer'"); in Parameterize()
2284 InstructionDesc[OpAtomicSMax].operands.push(OperandScope, "'Scope'"); in Parameterize()
2285 InstructionDesc[OpAtomicSMax].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2286 InstructionDesc[OpAtomicSMax].operands.push(OperandId, "'Value'"); in Parameterize()
2288 InstructionDesc[OpAtomicAnd].operands.push(OperandId, "'Pointer'"); in Parameterize()
2289 InstructionDesc[OpAtomicAnd].operands.push(OperandScope, "'Scope'"); in Parameterize()
2290 InstructionDesc[OpAtomicAnd].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2291 InstructionDesc[OpAtomicAnd].operands.push(OperandId, "'Value'"); in Parameterize()
2293 InstructionDesc[OpAtomicOr].operands.push(OperandId, "'Pointer'"); in Parameterize()
2294 InstructionDesc[OpAtomicOr].operands.push(OperandScope, "'Scope'"); in Parameterize()
2295 InstructionDesc[OpAtomicOr].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2296 InstructionDesc[OpAtomicOr].operands.push(OperandId, "'Value'"); in Parameterize()
2298 InstructionDesc[OpAtomicXor].operands.push(OperandId, "'Pointer'"); in Parameterize()
2299 InstructionDesc[OpAtomicXor].operands.push(OperandScope, "'Scope'"); in Parameterize()
2300 InstructionDesc[OpAtomicXor].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2301 InstructionDesc[OpAtomicXor].operands.push(OperandId, "'Value'"); in Parameterize()
2303 InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandId, "'Pointer'"); in Parameterize()
2304 InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandScope, "'Scope'"); in Parameterize()
2305 InstructionDesc[OpAtomicFlagTestAndSet].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2307 InstructionDesc[OpAtomicFlagClear].operands.push(OperandId, "'Pointer'"); in Parameterize()
2308 InstructionDesc[OpAtomicFlagClear].operands.push(OperandScope, "'Scope'"); in Parameterize()
2309 InstructionDesc[OpAtomicFlagClear].operands.push(OperandMemorySemantics, "'Semantics'"); in Parameterize()
2311 InstructionDesc[OpLoopMerge].operands.push(OperandId, "'Merge Block'"); in Parameterize()
2312 InstructionDesc[OpLoopMerge].operands.push(OperandId, "'Continue Target'"); in Parameterize()
2313 InstructionDesc[OpLoopMerge].operands.push(OperandLoop, ""); in Parameterize()
2314 InstructionDesc[OpLoopMerge].operands.push(OperandOptionalLiteral, ""); in Parameterize()
2316 InstructionDesc[OpSelectionMerge].operands.push(OperandId, "'Merge Block'"); in Parameterize()
2317 InstructionDesc[OpSelectionMerge].operands.push(OperandSelect, ""); in Parameterize()
2319 InstructionDesc[OpBranch].operands.push(OperandId, "'Target Label'"); in Parameterize()
2321 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'Condition'"); in Parameterize()
2322 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'True Label'"); in Parameterize()
2323 InstructionDesc[OpBranchConditional].operands.push(OperandId, "'False Label'"); in Parameterize()
2324 InstructionDesc[OpBranchConditional].operands.push(OperandVariableLiterals, "'Branch weights'"); in Parameterize()
2326 InstructionDesc[OpSwitch].operands.push(OperandId, "'Selector'"); in Parameterize()
2327 InstructionDesc[OpSwitch].operands.push(OperandId, "'Default'"); in Parameterize()
2328 InstructionDesc[OpSwitch].operands.push(OperandVariableLiteralId, "'Target'"); in Parameterize()
2331 InstructionDesc[OpReturnValue].operands.push(OperandId, "'Value'"); in Parameterize()
2333 InstructionDesc[OpLifetimeStart].operands.push(OperandId, "'Pointer'"); in Parameterize()
2334 InstructionDesc[OpLifetimeStart].operands.push(OperandLiteralNumber, "'Size'"); in Parameterize()
2336 InstructionDesc[OpLifetimeStop].operands.push(OperandId, "'Pointer'"); in Parameterize()
2337 InstructionDesc[OpLifetimeStop].operands.push(OperandLiteralNumber, "'Size'"); in Parameterize()
2339 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandScope, "'Execution'"); in Parameterize()
2340 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Destination'"); in Parameterize()
2341 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Source'"); in Parameterize()
2342 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Num Elements'"); in Parameterize()
2343 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Stride'"); in Parameterize()
2344 InstructionDesc[OpGroupAsyncCopy].operands.push(OperandId, "'Event'"); in Parameterize()
2346 InstructionDesc[OpGroupWaitEvents].operands.push(OperandScope, "'Execution'"); in Parameterize()
2347 InstructionDesc[OpGroupWaitEvents].operands.push(OperandId, "'Num Events'"); in Parameterize()
2348 InstructionDesc[OpGroupWaitEvents].operands.push(OperandId, "'Events List'"); in Parameterize()
2350 InstructionDesc[OpGroupAll].operands.push(OperandScope, "'Execution'"); in Parameterize()
2351 InstructionDesc[OpGroupAll].operands.push(OperandId, "'Predicate'"); in Parameterize()
2353 InstructionDesc[OpGroupAny].operands.push(OperandScope, "'Execution'"); in Parameterize()
2354 InstructionDesc[OpGroupAny].operands.push(OperandId, "'Predicate'"); in Parameterize()
2356 InstructionDesc[OpGroupBroadcast].operands.push(OperandScope, "'Execution'"); in Parameterize()
2357 InstructionDesc[OpGroupBroadcast].operands.push(OperandId, "'Value'"); in Parameterize()
2358 InstructionDesc[OpGroupBroadcast].operands.push(OperandId, "'LocalId'"); in Parameterize()
2360 InstructionDesc[OpGroupIAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2361 InstructionDesc[OpGroupIAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2362 InstructionDesc[OpGroupIAdd].operands.push(OperandId, "'X'"); in Parameterize()
2364 InstructionDesc[OpGroupFAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2365 InstructionDesc[OpGroupFAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2366 InstructionDesc[OpGroupFAdd].operands.push(OperandId, "'X'"); in Parameterize()
2368 InstructionDesc[OpGroupUMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2369 InstructionDesc[OpGroupUMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2370 InstructionDesc[OpGroupUMin].operands.push(OperandId, "'X'"); in Parameterize()
2372 InstructionDesc[OpGroupSMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2373 InstructionDesc[OpGroupSMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2374 InstructionDesc[OpGroupSMin].operands.push(OperandId, "X"); in Parameterize()
2376 InstructionDesc[OpGroupFMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2377 InstructionDesc[OpGroupFMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2378 InstructionDesc[OpGroupFMin].operands.push(OperandId, "X"); in Parameterize()
2380 InstructionDesc[OpGroupUMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2381 InstructionDesc[OpGroupUMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2382 InstructionDesc[OpGroupUMax].operands.push(OperandId, "X"); in Parameterize()
2384 InstructionDesc[OpGroupSMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2385 InstructionDesc[OpGroupSMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2386 InstructionDesc[OpGroupSMax].operands.push(OperandId, "X"); in Parameterize()
2388 InstructionDesc[OpGroupFMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2389 InstructionDesc[OpGroupFMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2390 InstructionDesc[OpGroupFMax].operands.push(OperandId, "X"); in Parameterize()
2392 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2393 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2394 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2395 InstructionDesc[OpReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2397 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2398 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2399 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2400 InstructionDesc[OpWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2402 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2403 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2404 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Index'"); in Parameterize()
2405 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2406 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2407 InstructionDesc[OpReservedReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2409 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2410 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2411 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Index'"); in Parameterize()
2412 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Pointer'"); in Parameterize()
2413 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2414 InstructionDesc[OpReservedWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2416 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2417 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2418 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2419 InstructionDesc[OpReserveReadPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2421 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2422 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2423 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2424 InstructionDesc[OpReserveWritePipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2426 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2427 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2428 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2429 InstructionDesc[OpCommitReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2431 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2432 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2433 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2434 InstructionDesc[OpCommitWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2436 InstructionDesc[OpIsValidReserveId].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2438 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2439 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2440 InstructionDesc[OpGetNumPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2442 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2443 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2444 InstructionDesc[OpGetMaxPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2446 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandScope, "'Execution'"); in Parameterize()
2447 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2448 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2449 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2450 InstructionDesc[OpGroupReserveReadPipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2452 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandScope, "'Execution'"); in Parameterize()
2453 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Pipe'"); in Parameterize()
2454 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Num Packets'"); in Parameterize()
2455 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2456 InstructionDesc[OpGroupReserveWritePipePackets].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2458 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandScope, "'Execution'"); in Parameterize()
2459 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2460 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2461 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2462 InstructionDesc[OpGroupCommitReadPipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2464 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandScope, "'Execution'"); in Parameterize()
2465 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Pipe'"); in Parameterize()
2466 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Reserve Id'"); in Parameterize()
2467 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Packet Size'"); in Parameterize()
2468 InstructionDesc[OpGroupCommitWritePipe].operands.push(OperandId, "'Packet Alignment'"); in Parameterize()
2470 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'GlobalWorkSize'"); in Parameterize()
2471 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'LocalWorkSize'"); in Parameterize()
2472 InstructionDesc[OpBuildNDRange].operands.push(OperandId, "'GlobalWorkOffset'"); in Parameterize()
2474 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Event'"); in Parameterize()
2475 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Profiling Info'"); in Parameterize()
2476 InstructionDesc[OpCaptureEventProfilingInfo].operands.push(OperandId, "'Value'"); in Parameterize()
2478 InstructionDesc[OpSetUserEventStatus].operands.push(OperandId, "'Event'"); in Parameterize()
2479 InstructionDesc[OpSetUserEventStatus].operands.push(OperandId, "'Status'"); in Parameterize()
2481 InstructionDesc[OpIsValidEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2483 InstructionDesc[OpRetainEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2485 InstructionDesc[OpReleaseEvent].operands.push(OperandId, "'Event'"); in Parameterize()
2487 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Invoke'"); in Parameterize()
2488 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param'"); in Parameterize()
2489 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param Size'"); in Parameterize()
2490 InstructionDesc[OpGetKernelWorkGroupSize].operands.push(OperandId, "'Param Align'"); in Parameterize()
2492 InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Invoke'"); in Parameterize()
2493 InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param'"); in Parameterize()
2494 …InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param Size'"… in Parameterize()
2495 …InstructionDesc[OpGetKernelPreferredWorkGroupSizeMultiple].operands.push(OperandId, "'Param Align'… in Parameterize()
2497 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'ND Range'"); in Parameterize()
2498 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Invoke'"); in Parameterize()
2499 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param'"); in Parameterize()
2500 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param Size'"); in Parameterize()
2501 InstructionDesc[OpGetKernelNDrangeSubGroupCount].operands.push(OperandId, "'Param Align'"); in Parameterize()
2503 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'ND Range'"); in Parameterize()
2504 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Invoke'"); in Parameterize()
2505 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param'"); in Parameterize()
2506 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param Size'"); in Parameterize()
2507 InstructionDesc[OpGetKernelNDrangeMaxSubGroupSize].operands.push(OperandId, "'Param Align'"); in Parameterize()
2509 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Queue'"); in Parameterize()
2510 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Flags'"); in Parameterize()
2511 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'ND Range'"); in Parameterize()
2512 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Num Events'"); in Parameterize()
2513 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2514 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2515 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Invoke'"); in Parameterize()
2516 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param'"); in Parameterize()
2517 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Size'"); in Parameterize()
2518 InstructionDesc[OpEnqueueKernel].operands.push(OperandId, "'Param Align'"); in Parameterize()
2519 InstructionDesc[OpEnqueueKernel].operands.push(OperandVariableIds, "'Local Size'"); in Parameterize()
2521 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Queue'"); in Parameterize()
2522 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Num Events'"); in Parameterize()
2523 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Wait Events'"); in Parameterize()
2524 InstructionDesc[OpEnqueueMarker].operands.push(OperandId, "'Ret Event'"); in Parameterize()
2526 InstructionDesc[OpGroupNonUniformElect].operands.push(OperandScope, "'Execution'"); in Parameterize()
2528 InstructionDesc[OpGroupNonUniformAll].operands.push(OperandScope, "'Execution'"); in Parameterize()
2529 InstructionDesc[OpGroupNonUniformAll].operands.push(OperandId, "X"); in Parameterize()
2531 InstructionDesc[OpGroupNonUniformAny].operands.push(OperandScope, "'Execution'"); in Parameterize()
2532 InstructionDesc[OpGroupNonUniformAny].operands.push(OperandId, "X"); in Parameterize()
2534 InstructionDesc[OpGroupNonUniformAllEqual].operands.push(OperandScope, "'Execution'"); in Parameterize()
2535 InstructionDesc[OpGroupNonUniformAllEqual].operands.push(OperandId, "X"); in Parameterize()
2537 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandScope, "'Execution'"); in Parameterize()
2538 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandId, "X"); in Parameterize()
2539 InstructionDesc[OpGroupNonUniformBroadcast].operands.push(OperandId, "ID"); in Parameterize()
2541 InstructionDesc[OpGroupNonUniformBroadcastFirst].operands.push(OperandScope, "'Execution'"); in Parameterize()
2542 InstructionDesc[OpGroupNonUniformBroadcastFirst].operands.push(OperandId, "X"); in Parameterize()
2544 InstructionDesc[OpGroupNonUniformBallot].operands.push(OperandScope, "'Execution'"); in Parameterize()
2545 InstructionDesc[OpGroupNonUniformBallot].operands.push(OperandId, "X"); in Parameterize()
2547 InstructionDesc[OpGroupNonUniformInverseBallot].operands.push(OperandScope, "'Execution'"); in Parameterize()
2548 InstructionDesc[OpGroupNonUniformInverseBallot].operands.push(OperandId, "X"); in Parameterize()
2550 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandScope, "'Execution'"); in Parameterize()
2551 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandId, "X"); in Parameterize()
2552 InstructionDesc[OpGroupNonUniformBallotBitExtract].operands.push(OperandId, "Bit"); in Parameterize()
2554 InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandScope, "'Execution'"); in Parameterize()
2555 …InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandGroupOperation, "'Operation'… in Parameterize()
2556 InstructionDesc[OpGroupNonUniformBallotBitCount].operands.push(OperandId, "X"); in Parameterize()
2558 InstructionDesc[OpGroupNonUniformBallotFindLSB].operands.push(OperandScope, "'Execution'"); in Parameterize()
2559 InstructionDesc[OpGroupNonUniformBallotFindLSB].operands.push(OperandId, "X"); in Parameterize()
2561 InstructionDesc[OpGroupNonUniformBallotFindMSB].operands.push(OperandScope, "'Execution'"); in Parameterize()
2562 InstructionDesc[OpGroupNonUniformBallotFindMSB].operands.push(OperandId, "X"); in Parameterize()
2564 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandScope, "'Execution'"); in Parameterize()
2565 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandId, "X"); in Parameterize()
2566 InstructionDesc[OpGroupNonUniformShuffle].operands.push(OperandId, "'Id'"); in Parameterize()
2568 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandScope, "'Execution'"); in Parameterize()
2569 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandId, "X"); in Parameterize()
2570 InstructionDesc[OpGroupNonUniformShuffleXor].operands.push(OperandId, "Mask"); in Parameterize()
2572 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandScope, "'Execution'"); in Parameterize()
2573 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandId, "X"); in Parameterize()
2574 InstructionDesc[OpGroupNonUniformShuffleUp].operands.push(OperandId, "Offset"); in Parameterize()
2576 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandScope, "'Execution'"); in Parameterize()
2577 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandId, "X"); in Parameterize()
2578 InstructionDesc[OpGroupNonUniformShuffleDown].operands.push(OperandId, "Offset"); in Parameterize()
2580 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2581 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2582 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandId, "X"); in Parameterize()
2583 InstructionDesc[OpGroupNonUniformIAdd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2585 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2586 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2587 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandId, "X"); in Parameterize()
2588 InstructionDesc[OpGroupNonUniformFAdd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2590 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandScope, "'Execution'"); in Parameterize()
2591 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2592 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandId, "X"); in Parameterize()
2593 InstructionDesc[OpGroupNonUniformIMul].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2595 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandScope, "'Execution'"); in Parameterize()
2596 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2597 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandId, "X"); in Parameterize()
2598 InstructionDesc[OpGroupNonUniformFMul].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2600 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2601 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2602 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandId, "X"); in Parameterize()
2603 InstructionDesc[OpGroupNonUniformSMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2605 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2606 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2607 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandId, "X"); in Parameterize()
2608 InstructionDesc[OpGroupNonUniformUMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2610 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandScope, "'Execution'"); in Parameterize()
2611 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2612 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandId, "X"); in Parameterize()
2613 InstructionDesc[OpGroupNonUniformFMin].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2615 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2616 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2617 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandId, "X"); in Parameterize()
2618 InstructionDesc[OpGroupNonUniformSMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2620 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2621 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2622 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandId, "X"); in Parameterize()
2623 InstructionDesc[OpGroupNonUniformUMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2625 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandScope, "'Execution'"); in Parameterize()
2626 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2627 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandId, "X"); in Parameterize()
2628 InstructionDesc[OpGroupNonUniformFMax].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2630 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2631 … InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2632 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandId, "X"); in Parameterize()
2633 InstructionDesc[OpGroupNonUniformBitwiseAnd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2635 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandScope, "'Execution'"); in Parameterize()
2636 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2637 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandId, "X"); in Parameterize()
2638 InstructionDesc[OpGroupNonUniformBitwiseOr].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2640 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandScope, "'Execution'"); in Parameterize()
2641 … InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2642 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandId, "X"); in Parameterize()
2643 InstructionDesc[OpGroupNonUniformBitwiseXor].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2645 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandScope, "'Execution'"); in Parameterize()
2646 … InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2647 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandId, "X"); in Parameterize()
2648 InstructionDesc[OpGroupNonUniformLogicalAnd].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2650 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandScope, "'Execution'"); in Parameterize()
2651 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2652 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandId, "X"); in Parameterize()
2653 InstructionDesc[OpGroupNonUniformLogicalOr].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2655 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandScope, "'Execution'"); in Parameterize()
2656 … InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2657 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandId, "X"); in Parameterize()
2658 InstructionDesc[OpGroupNonUniformLogicalXor].operands.push(OperandId, "'ClusterSize'", true); in Parameterize()
2660 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandScope, "'Execution'"); in Parameterize()
2661 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandId, "X"); in Parameterize()
2662 InstructionDesc[OpGroupNonUniformQuadBroadcast].operands.push(OperandId, "'Id'"); in Parameterize()
2664 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandScope, "'Execution'"); in Parameterize()
2665 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandId, "X"); in Parameterize()
2666 InstructionDesc[OpGroupNonUniformQuadSwap].operands.push(OperandLiteralNumber, "'Direction'"); in Parameterize()
2668 InstructionDesc[OpSubgroupBallotKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2670 InstructionDesc[OpSubgroupFirstInvocationKHR].operands.push(OperandId, "'Value'"); in Parameterize()
2672 InstructionDesc[OpSubgroupAnyKHR].operands.push(OperandScope, "'Execution'"); in Parameterize()
2673 InstructionDesc[OpSubgroupAnyKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2675 InstructionDesc[OpSubgroupAllKHR].operands.push(OperandScope, "'Execution'"); in Parameterize()
2676 InstructionDesc[OpSubgroupAllKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2678 InstructionDesc[OpSubgroupAllEqualKHR].operands.push(OperandScope, "'Execution'"); in Parameterize()
2679 InstructionDesc[OpSubgroupAllEqualKHR].operands.push(OperandId, "'Predicate'"); in Parameterize()
2681 InstructionDesc[OpSubgroupReadInvocationKHR].operands.push(OperandId, "'Value'"); in Parameterize()
2682 InstructionDesc[OpSubgroupReadInvocationKHR].operands.push(OperandId, "'Index'"); in Parameterize()
2684 InstructionDesc[OpModuleProcessed].operands.push(OperandLiteralString, "'process'"); in Parameterize()
2686 InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2687 InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2688 InstructionDesc[OpGroupIAddNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2690 InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2691 InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2692 InstructionDesc[OpGroupFAddNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2694 InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2695 InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2696 InstructionDesc[OpGroupUMinNonUniformAMD].operands.push(OperandId, "'X'"); in Parameterize()
2698 InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2699 InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2700 InstructionDesc[OpGroupSMinNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2702 InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2703 InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2704 InstructionDesc[OpGroupFMinNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2706 InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2707 InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2708 InstructionDesc[OpGroupUMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2710 InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2711 InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2712 InstructionDesc[OpGroupSMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2714 InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandScope, "'Execution'"); in Parameterize()
2715 InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandGroupOperation, "'Operation'"); in Parameterize()
2716 InstructionDesc[OpGroupFMaxNonUniformAMD].operands.push(OperandId, "X"); in Parameterize()
2718 InstructionDesc[OpFragmentMaskFetchAMD].operands.push(OperandId, "'Image'"); in Parameterize()
2719 InstructionDesc[OpFragmentMaskFetchAMD].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2721 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Image'"); in Parameterize()
2722 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2723 InstructionDesc[OpFragmentFetchAMD].operands.push(OperandId, "'Fragment Index'"); in Parameterize()
2725 InstructionDesc[OpGroupNonUniformPartitionNV].operands.push(OperandId, "X"); in Parameterize()
2729 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'NV Acceleration Structure'"); in Parameterize()
2730 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Flags'"); in Parameterize()
2731 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Cull Mask'"); in Parameterize()
2732 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'SBT Record Offset'"); in Parameterize()
2733 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'SBT Record Stride'"); in Parameterize()
2734 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Miss Index'"); in Parameterize()
2735 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Origin'"); in Parameterize()
2736 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'TMin'"); in Parameterize()
2737 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Ray Direction'"); in Parameterize()
2738 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'TMax'"); in Parameterize()
2739 InstructionDesc[OpTraceRayKHR].operands.push(OperandId, "'Payload'"); in Parameterize()
2742 InstructionDesc[OpReportIntersectionKHR].operands.push(OperandId, "'Hit Parameter'"); in Parameterize()
2743 InstructionDesc[OpReportIntersectionKHR].operands.push(OperandId, "'Hit Kind'"); in Parameterize()
2749 InstructionDesc[OpExecuteCallableKHR].operands.push(OperandId, "SBT Record Index"); in Parameterize()
2750 InstructionDesc[OpExecuteCallableKHR].operands.push(OperandId, "CallableData ID"); in Parameterize()
2757 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2758 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'AccelerationS'"); in Parameterize()
2759 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'RayFlags'"); in Parameterize()
2760 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'CullMask'"); in Parameterize()
2761 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Origin'"); in Parameterize()
2762 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Tmin'"); in Parameterize()
2763 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Direction'"); in Parameterize()
2764 InstructionDesc[OpRayQueryInitializeKHR].operands.push(OperandId, "'Tmax'"); in Parameterize()
2767 InstructionDesc[OpRayQueryTerminateKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2770 InstructionDesc[OpRayQueryGenerateIntersectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2771 InstructionDesc[OpRayQueryGenerateIntersectionKHR].operands.push(OperandId, "'THit'"); in Parameterize()
2774 InstructionDesc[OpRayQueryConfirmIntersectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2777 InstructionDesc[OpRayQueryProceedKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2780 InstructionDesc[OpRayQueryGetIntersectionTypeKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2781 InstructionDesc[OpRayQueryGetIntersectionTypeKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2784 InstructionDesc[OpRayQueryGetRayTMinKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2787 InstructionDesc[OpRayQueryGetRayFlagsKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2790 InstructionDesc[OpRayQueryGetIntersectionTKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2791 InstructionDesc[OpRayQueryGetIntersectionTKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2794 …InstructionDesc[OpRayQueryGetIntersectionInstanceCustomIndexKHR].operands.push(OperandId, "'RayQue… in Parameterize()
2795 …InstructionDesc[OpRayQueryGetIntersectionInstanceCustomIndexKHR].operands.push(OperandId, "'Commit… in Parameterize()
2798 InstructionDesc[OpRayQueryGetIntersectionInstanceIdKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2799 InstructionDesc[OpRayQueryGetIntersectionInstanceIdKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2802 …ayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR].operands.push(OperandId, "'RayQue… in Parameterize()
2803 …ayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetKHR].operands.push(OperandId, "'Commit… in Parameterize()
2806 … InstructionDesc[OpRayQueryGetIntersectionGeometryIndexKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2807 …InstructionDesc[OpRayQueryGetIntersectionGeometryIndexKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2810 …InstructionDesc[OpRayQueryGetIntersectionPrimitiveIndexKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2811 …InstructionDesc[OpRayQueryGetIntersectionPrimitiveIndexKHR].operands.push(OperandId, "'Committed'"… in Parameterize()
2814 … InstructionDesc[OpRayQueryGetIntersectionBarycentricsKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2815 … InstructionDesc[OpRayQueryGetIntersectionBarycentricsKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2818 InstructionDesc[OpRayQueryGetIntersectionFrontFaceKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2819 InstructionDesc[OpRayQueryGetIntersectionFrontFaceKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2822 …InstructionDesc[OpRayQueryGetIntersectionCandidateAABBOpaqueKHR].operands.push(OperandId, "'RayQue… in Parameterize()
2825 …InstructionDesc[OpRayQueryGetIntersectionObjectRayDirectionKHR].operands.push(OperandId, "'RayQuer… in Parameterize()
2826 …InstructionDesc[OpRayQueryGetIntersectionObjectRayDirectionKHR].operands.push(OperandId, "'Committ… in Parameterize()
2829 …InstructionDesc[OpRayQueryGetIntersectionObjectRayOriginKHR].operands.push(OperandId, "'RayQuery'"… in Parameterize()
2830 …InstructionDesc[OpRayQueryGetIntersectionObjectRayOriginKHR].operands.push(OperandId, "'Committed'… in Parameterize()
2833 InstructionDesc[OpRayQueryGetWorldRayDirectionKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2836 InstructionDesc[OpRayQueryGetWorldRayOriginKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2839 … InstructionDesc[OpRayQueryGetIntersectionObjectToWorldKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2840 …InstructionDesc[OpRayQueryGetIntersectionObjectToWorldKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2843 … InstructionDesc[OpRayQueryGetIntersectionWorldToObjectKHR].operands.push(OperandId, "'RayQuery'"); in Parameterize()
2844 …InstructionDesc[OpRayQueryGetIntersectionWorldToObjectKHR].operands.push(OperandId, "'Committed'"); in Parameterize()
2847 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Sampled Image'"); in Parameterize()
2848 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Coordinate'"); in Parameterize()
2849 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Granularity'"); in Parameterize()
2850 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandId, "'Coarse'"); in Parameterize()
2851 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandImageOperands, "", true); in Parameterize()
2852 InstructionDesc[OpImageSampleFootprintNV].operands.push(OperandVariableIds, "", true); in Parameterize()
2854 InstructionDesc[OpWritePackedPrimitiveIndices4x8NV].operands.push(OperandId, "'Index Offset'"); in Parameterize()
2855 … InstructionDesc[OpWritePackedPrimitiveIndices4x8NV].operands.push(OperandId, "'Packed Indices'"); in Parameterize()
2857 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Component Type'"); in Parameterize()
2858 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Scope'"); in Parameterize()
2859 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Rows'"); in Parameterize()
2860 InstructionDesc[OpTypeCooperativeMatrixNV].operands.push(OperandId, "'Columns'"); in Parameterize()
2862 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Pointer'"); in Parameterize()
2863 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Stride'"); in Parameterize()
2864 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "'Column Major'"); in Parameterize()
2865 … InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
2866 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandLiteralNumber, "", true); in Parameterize()
2867 InstructionDesc[OpCooperativeMatrixLoadNV].operands.push(OperandId, "", true); in Parameterize()
2869 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Pointer'"); in Parameterize()
2870 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Object'"); in Parameterize()
2871 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Stride'"); in Parameterize()
2872 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "'Column Major'"); in Parameterize()
2873 … InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandMemoryAccess, "'Memory Access'"); in Parameterize()
2874 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandLiteralNumber, "", true); in Parameterize()
2875 InstructionDesc[OpCooperativeMatrixStoreNV].operands.push(OperandId, "", true); in Parameterize()
2877 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'A'"); in Parameterize()
2878 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'B'"); in Parameterize()
2879 InstructionDesc[OpCooperativeMatrixMulAddNV].operands.push(OperandId, "'C'"); in Parameterize()
2881 InstructionDesc[OpCooperativeMatrixLengthNV].operands.push(OperandId, "'Type'"); in Parameterize()
2885 InstructionDesc[OpReadClockKHR].operands.push(OperandScope, "'Scope'"); in Parameterize()