/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorMetal.cpp | 308 auto vec4Type = new TType(EbtFloat, 4); in insertRasterizerDiscardLogic() local 315 TIntermAggregate::CreateConstructor(*vec4Type, &vec4Args); in insertRasterizerDiscardLogic()
|
D | TranslatorVulkan.cpp | 584 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()
|
D | TranslatorMetalDirect.cpp | 551 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/ |
D | RewriteR32fImages.cpp | 240 const TType &vec4Type = *StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in RewriteBuiltinFunctionCall() local 242 replacementCall = TIntermAggregate::CreateConstructor(vec4Type, &constructorArgs); in RewriteBuiltinFunctionCall()
|
D | DeclarePerVertexBlocks.cpp | 285 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/ |
D | vktImageAtomicOperationTests.cpp | 411 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/ |
D | vktImageAtomicOperationTests.cpp | 411 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()
|