Lines Matching refs:LiteralInteger
665 spirv::WriteSource(blobOut, spv::SourceLanguageGLSL, spirv::LiteralInteger(450), nullptr, in InsertPreamble()
675 {spirv::LiteralInteger(ToUnderlying(DescriptorSetIndex::Internal))}); in InsertInputDecorations()
676 spirv::WriteDecorate(blobOut, id, spv::DecorationBinding, {spirv::LiteralInteger(binding)}); in InsertInputDecorations()
678 {spirv::LiteralInteger(attachmentIndex)}); in InsertInputDecorations()
685 {spirv::LiteralInteger(colorIndex)}); in InsertColorDecorations()
700 {spirv::LiteralInteger(spv::BuiltInFragDepth)}); in InsertDepthStencilDecorations()
713 {spirv::LiteralInteger(spv::BuiltInFragStencilRefEXT)}); in InsertDepthStencilDecorations()
727 spirv::WriteTypeVector(blobOut, vec4Id, baseId, spirv::LiteralInteger(4)); in InsertDerivativeTypes()
731 spirv::LiteralInteger(0), in InsertDerivativeTypes()
733 spirv::LiteralInteger(0), in InsertDerivativeTypes()
735 spirv::LiteralInteger(0), in InsertDerivativeTypes()
737 spirv::LiteralInteger(2), spv::ImageFormatUnknown, nullptr); in InsertDerivativeTypes()
748 spirv::WriteTypeFloat(blobOut, spirv::IdRef(kIdFloatType), spirv::LiteralInteger(32)); in InsertCommonTypes()
754 spirv::WriteTypeInt(blobOut, spirv::IdRef(kIdSIntType), spirv::LiteralInteger(32), in InsertCommonTypes()
755 spirv::LiteralInteger(1)); in InsertCommonTypes()
761 spirv::WriteTypeInt(blobOut, spirv::IdRef(kIdUIntType), spirv::LiteralInteger(32), in InsertCommonTypes()
762 spirv::LiteralInteger(0)); in InsertCommonTypes()
775 spirv::LiteralInteger(0)); in InsertCommonTypes()
777 spirv::LiteralInteger(2)); in InsertCommonTypes()
896 imageReadResult, {spirv::LiteralInteger(0)}); in InsertDepthStencilUnresolveLoadStore()
918 imageReadResult, {spirv::LiteralInteger(0)}); in InsertDepthStencilUnresolveLoadStore()