• Home
  • Raw
  • Download

Lines Matching refs:LiteralInteger

210                                        spirv::LiteralInteger(fieldIndex), spv::DecorationOffset,  in Encode()
211 {spirv::LiteralInteger(fieldInfo.offset)}); in Encode()
220 decorationsBlob, blockTypeId, spirv::LiteralInteger(fieldIndex), in Encode()
221 spv::DecorationMatrixStride, {spirv::LiteralInteger(fieldInfo.matrixStride)}); in Encode()
624 spirv::LiteralInteger depth; in declareType()
625 spirv::LiteralInteger arrayed; in declareType()
626 spirv::LiteralInteger multisampled; in declareType()
627 spirv::LiteralInteger sampled; in declareType()
655 spirv::LiteralInteger(type.primarySize)); in declareType()
669 spirv::LiteralInteger(type.primarySize)); in declareType()
683 spirv::LiteralInteger(32)); in declareType()
690 spirv::WriteTypeInt(&mSpirvTypeAndConstantDecls, typeId, spirv::LiteralInteger(32), in declareType()
691 spirv::LiteralInteger(1)); in declareType()
694 spirv::WriteTypeInt(&mSpirvTypeAndConstantDecls, typeId, spirv::LiteralInteger(32), in declareType()
695 spirv::LiteralInteger(0)); in declareType()
718 spirv::WriteMemberName(&mSpirvDebug, typeId, spirv::LiteralInteger(fieldIndex++), in declareType()
740 {spirv::LiteralInteger(stride)}); in declareType()
762 spirv::LiteralInteger *depthOut, in getImageTypeParameters()
763 spirv::LiteralInteger *arrayedOut, in getImageTypeParameters()
764 spirv::LiteralInteger *multisampledOut, in getImageTypeParameters()
765 spirv::LiteralInteger *sampledOut) in getImageTypeParameters()
1014 *depthOut = spirv::LiteralInteger(isDepth ? 1 : 0); in getImageTypeParameters()
1015 *arrayedOut = spirv::LiteralInteger(isArrayed ? 1 : 0); in getImageTypeParameters()
1016 *multisampledOut = spirv::LiteralInteger(isMultisampled ? 1 : 0); in getImageTypeParameters()
1017 *sampledOut = spirv::LiteralInteger(isSampledImage ? 1 : 2); in getImageTypeParameters()
1355 {spirv::LiteralInteger(id)}); in declareSpecConst()
1528 spirv::WriteMemberDecorate(&mSpirvDecorations, typeId, spirv::LiteralInteger(fieldIndex++), in writePerVertexBuiltIns()
1530 {spirv::LiteralInteger(decorationValue)}); in writePerVertexBuiltIns()
1556 {spirv::LiteralInteger(0)}); in writeInterfaceVariableDecorations()
1558 {spirv::LiteralInteger(nextUnusedBinding())}); in writeInterfaceVariableDecorations()
1570 {spirv::LiteralInteger(location)}); in writeInterfaceVariableDecorations()
1577 {spirv::LiteralInteger(layoutQualifier.inputAttachmentIndex)}); in writeInterfaceVariableDecorations()
1583 {spirv::LiteralInteger(layoutQualifier.index)}); in writeInterfaceVariableDecorations()
1760 spirv::LiteralInteger(fieldIndex), spv::DecorationInvariant, in writeMemberDecorations()
1771 &mSpirvDecorations, typeId, spirv::LiteralInteger(fieldIndex), in writeMemberDecorations()
1783 spirv::LiteralInteger(fieldIndex), decoration, {}); in writeMemberDecorations()
1835 spirv::WriteMemberDecorate(&mSpirvDecorations, id, spirv::LiteralInteger(fieldIndex), in writeInterpolationDecoration()
1935 spirv::WriteSource(&result, spv::SourceLanguageGLSL, spirv::LiteralInteger(450), nullptr, in getSpirv()
1973 {spirv::LiteralInteger(localSize[0]), spirv::LiteralInteger(localSize[1]), in generateExecutionModes()
1974 spirv::LiteralInteger(localSize[2])}); in generateExecutionModes()