Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DTranslatorSPIRV.cpp498 const TType *vec4Type = nullptr; in AddXfbExtensionSupport() local
555 const TType *vec4Type = StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in AddVertexTransformationSupport() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/image/
H A 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
931 …const string vec4Type = getVec4TypeStr(componentWidth, intFormat, uintFormat, floatFormat); in initPrograms() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/spirv/
H A DEmulateAdvancedBlendEquations.cpp1076 TType *vec4Type = new TType(EbtFloat, precision, EvqTemporary, 4); in generatePreamble() local
1134 TType *vec4Type = new TType(EbtFloat, precision, EvqTemporary, 4); in generateEquationSwitch() local
H A DRewriteR32fImages.cpp240 const TType &vec4Type = *StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in RewriteBuiltinFunctionCall() local
H A DEmulateYUVBuiltIns.cpp235 TType *vec4Type = new TType(*StaticType::GetBasic<EbtFloat, EbpMedium, 4>()); in getYUVFunc() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DDeclarePerVertexBlocks.cpp333 const TType *vec4Type = StaticType::GetBasic<EbtFloat, EbpHigh, 4>(); in declarePerVertex() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp836 auto vec4Type = new TType(EbtFloat, 4); in insertRasterizationDiscardLogic() local