Lines Matching refs:DecorationOperands

1572 OperandParameters DecorationOperands[DecorationCeiling];
1697 DecorationOperands[DecorationStream].push(OperandLiteralNumber, "'Stream Number'");
1698 DecorationOperands[DecorationLocation].push(OperandLiteralNumber, "'Location'");
1699 DecorationOperands[DecorationComponent].push(OperandLiteralNumber, "'Component'");
1700 DecorationOperands[DecorationIndex].push(OperandLiteralNumber, "'Index'");
1701 DecorationOperands[DecorationBinding].push(OperandLiteralNumber, "'Binding Point'");
1702 DecorationOperands[DecorationDescriptorSet].push(OperandLiteralNumber, "'Descriptor Set'");
1703 DecorationOperands[DecorationOffset].push(OperandLiteralNumber, "'Byte Offset'");
1704 DecorationOperands[DecorationXfbBuffer].push(OperandLiteralNumber, "'XFB Buffer Number'");
1705 DecorationOperands[DecorationXfbStride].push(OperandLiteralNumber, "'XFB Stride'");
1706 DecorationOperands[DecorationArrayStride].push(OperandLiteralNumber, "'Array Stride'");
1707 DecorationOperands[DecorationMatrixStride].push(OperandLiteralNumber, "'Matrix Stride'");
1708 DecorationOperands[DecorationBuiltIn].push(OperandLiteralNumber, "See <<BuiltIn,*BuiltIn*>>");
1709 DecorationOperands[DecorationFPRoundingMode].push(OperandFPRoundingMode, "'Floating-Point Rounding Mode'");
1710 DecorationOperands[DecorationFPFastMathMode].push(OperandFPFastMath, "'Fast-Math Mode'");
1711 DecorationOperands[DecorationLinkageAttributes].push(OperandLiteralString, "'Name'");
1712 DecorationOperands[DecorationLinkageAttributes].push(OperandLinkageType, "'Linkage Type'");
1713 DecorationOperands[DecorationFuncParamAttr].push(OperandFuncParamAttr, "'Function Parameter Attribute'");
1714 DecorationOperands[DecorationSpecId].push(OperandLiteralNumber, "'Specialization Constant ID'");
1715 DecorationOperands[DecorationInputAttachmentIndex].push(OperandLiteralNumber, "'Attachment Index'");
1716 DecorationOperands[DecorationAlignment].push(OperandLiteralNumber, "'Alignment'");
1738 OperandClassParams[OperandDecoration].setOperands(DecorationOperands);