Searched refs:dataTypeSupportsPrecisionModifier (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutTests.cpp | 409 …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 D | vktTransformFeedbackRandomLayoutCase.cpp | 251 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockTests.cpp | 449 …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 D | vktRandomUniformBlockCase.cpp | 301 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 368 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 D | vktMemoryModelSharedLayout.cpp | 273 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluShaderUtil.hpp | 391 inline bool dataTypeSupportsPrecisionModifier(DataType dataType) in dataTypeSupportsPrecisionModifier() function
|