Home
last modified time | relevance | path

Searched defs:vec4Type (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/spirv/
DRewriteR32fImages.cpp240 const TType &vec4Type = *StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in RewriteBuiltinFunctionCall() local
DEmulateAdvancedBlendEquations.cpp1082 TType *vec4Type = new TType(EbtFloat, precision, EvqTemporary, 4); in generatePreamble() local
1144 TType *vec4Type = new TType(EbtFloat, precision, EvqTemporary, 4); in generateEquationSwitch() local
/external/angle/src/compiler/translator/tree_ops/
DDeclarePerVertexBlocks.cpp333 const TType *vec4Type = StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in declarePerVertex() local
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.cpp501 const TType *vec4Type = nullptr; in AddXfbExtensionSupport() local
558 const TType *vec4Type = StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in AddVertexTransformationSupport() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp411 const string& vec4Type) in AddFillReadShader()
735 const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
867 const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp831 auto vec4Type = new TType(EbtFloat, 4); in insertRasterizationDiscardLogic() local