Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutTests.cpp409 …const VarType childType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIG… in init()
430 …const VarType childType0(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HI… in init()
467 if (!dataTypeSupportsPrecisionModifier(type)) in init()
481 if (dataTypeSupportsPrecisionModifier(type)) in init()
502 … VarType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), arraySize), in init()
589 … VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), in init()
H A DvktTransformFeedbackRandomLayoutCase.cpp251 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp449 …const VarType childType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIG… in init()
485 …const VarType childType0(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HI… in init()
566 if (!dataTypeSupportsPrecisionModifier(type)) in init()
581 if (dataTypeSupportsPrecisionModifier(type)) in init()
621 … VarType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), arraySize), in init()
840 … VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), in init()
H A DvktRandomUniformBlockCase.cpp301 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp368 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
1177 if (!glu::dataTypeSupportsPrecisionModifier(type)) in init()
1236 … VarType(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : in init()
1281 … !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), in init()
1322 … const VarType childType(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? in init()
1369 … const VarType childType0(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? in init()
1418 … const VarType childType0(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? in init()
1715 … !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), in init()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp273 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp391 inline bool dataTypeSupportsPrecisionModifier(DataType dataType) in dataTypeSupportsPrecisionModifier() function