Home
last modified time | relevance | path

Searched refs:vec4Type (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.cpp308 auto vec4Type = new TType(EbtFloat, 4); in insertRasterizerDiscardLogic() local
315 TIntermAggregate::CreateConstructor(*vec4Type, &vec4Args); in insertRasterizerDiscardLogic()
DTranslatorVulkan.cpp584 const TType *vec4Type = nullptr; in AddXfbExtensionSupport() local
589 vec4Type = StaticType::Get<EbtFloat, EbpHigh, EvqVertexOut, 4, 1>(); in AddXfbExtensionSupport()
592 vec4Type = StaticType::Get<EbtFloat, EbpHigh, EvqTessEvaluationOut, 4, 1>(); in AddXfbExtensionSupport()
595 vec4Type = StaticType::Get<EbtFloat, EbpHigh, EvqGeometryOut, 4, 1>(); in AddXfbExtensionSupport()
602 new TVariable(symbolTable, ImmutableString(vk::kXfbExtensionPositionOutName), vec4Type, in AddXfbExtensionSupport()
DTranslatorMetalDirect.cpp551 auto vec4Type = new TType(EbtFloat, 4); in insertRasterizationDiscardLogic() local
558 TIntermAggregate::CreateConstructor(*vec4Type, vec4Args); in insertRasterizationDiscardLogic()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DRewriteR32fImages.cpp240 const TType &vec4Type = *StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in RewriteBuiltinFunctionCall() local
242 replacementCall = TIntermAggregate::CreateConstructor(vec4Type, &constructorArgs); in RewriteBuiltinFunctionCall()
DDeclarePerVertexBlocks.cpp285 const TType *vec4Type = StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in declarePerVertex() local
288 TType *positionType = new TType(*vec4Type); in declarePerVertex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageAtomicOperationTests.cpp411 const string& vec4Type) in AddFillReadShader() argument
441 … " imageStore(u_resultImage, " + imageInCoord + ", " + vec4Type + "(inBuffer.data[index]));\n" in AddFillReadShader()
490 " " + vec4Type + " sparseValue;\n" in AddFillReadShader()
493 " outBuffer.data[index] = " + vec4Type + "(1234).x;\n" in AddFillReadShader()
735 const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
737 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
867 const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
869 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
923 …" imageStore(u_intermValuesImage, " + invocationCoord + ", " + vec4Type + "(" + atomicInvocation +… in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp411 const string& vec4Type) in AddFillReadShader() argument
441 … " imageStore(u_resultImage, " + imageInCoord + ", " + vec4Type + "(inBuffer.data[index]));\n" in AddFillReadShader()
490 " " + vec4Type + " sparseValue;\n" in AddFillReadShader()
493 " outBuffer.data[index] = " + vec4Type + "(1234).x;\n" in AddFillReadShader()
735 const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
737 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
867 const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
869 AddFillReadShader(sourceCollections, m_imageType, m_format, type, vec4Type); in initPrograms()
923 …" imageStore(u_intermValuesImage, " + invocationCoord + ", " + vec4Type + "(" + atomicInvocation +… in initPrograms()