Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/spirv/
DRewriteR32fImages.cpp240 const TType &vec4Type = *StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in RewriteBuiltinFunctionCall() local
DEmulateYUVBuiltIns.cpp235 TType *vec4Type = new TType(*StaticType::GetBasic<EbtFloat, EbpMedium, 4>()); in getYUVFunc() local
DEmulateAdvancedBlendEquations.cpp1074 TType *vec4Type = new TType(EbtFloat, precision, EvqTemporary, 4); in generatePreamble() local
1132 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.cpp503 const TType *vec4Type = nullptr; in AddXfbExtensionSupport() local
560 const TType *vec4Type = StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in AddVertexTransformationSupport() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp449 … const tcu::TextureFormat &format, const string &componentType, const string &vec4Type) in AddFillReadShader()
801 …const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
928 …const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
/external/angle/src/compiler/translator/msl/
DTranslatorMSL.cpp843 auto vec4Type = new TType(EbtFloat, 4); in insertRasterizationDiscardLogic() local