Searched refs:dataTypeSupportsPrecisionModifier (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutTests.cpp | 478 …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()
|
D | vktTransformFeedbackRandomLayoutCase.cpp | 251 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 477 …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()
|
D | vktRandomUniformBlockCase.cpp | 295 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 361 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/ |
D | gluShaderUtil.hpp | 345 inline bool dataTypeSupportsPrecisionModifier (DataType dataType) { return !isDataTypeBoolOrBVec(d… in dataTypeSupportsPrecisionModifier() function
|