Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp478 …const VarType childType (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_H… in init()
497 …const VarType childType0 (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_… in init()
530 if (!dataTypeSupportsPrecisionModifier(type)) in init()
543 if (dataTypeSupportsPrecisionModifier(type)) in init()
562 … VarType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), arraySize), in init()
639 VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), in init()
DvktTransformFeedbackRandomLayoutCase.cpp251 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp477 …const VarType childType (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_H… in init()
509 …const VarType childType0 (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_… in init()
574 if (!dataTypeSupportsPrecisionModifier(type)) in init()
587 if (dataTypeSupportsPrecisionModifier(type)) in init()
623 … VarType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), arraySize), in init()
790 VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), in init()
DvktRandomUniformBlockCase.cpp295 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp361 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
1187 if (!glu::dataTypeSupportsPrecisionModifier(type)) in init()
1236 …VarType(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::P… in init()
1271 …VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION… in init()
1305 …const VarType childType (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECIS… in init()
1342 …const VarType childType0 (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECI… in init()
1380 …const VarType childType0 (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECI… in init()
1634 …VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION… in init()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp345 inline bool dataTypeSupportsPrecisionModifier (DataType dataType) { return !isDataTypeBoolOrBVec(d… in dataTypeSupportsPrecisionModifier() function