Searched refs:dataTypeSupportsPrecisionModifier (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockTests.cpp | 495 …const VarType childType (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_H… in init() 527 …const VarType childType0 (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_… in init() 592 if (!dataTypeSupportsPrecisionModifier(type)) in init() 605 if (dataTypeSupportsPrecisionModifier(type)) in init() 641 … VarType(VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), arraySize), in init() 808 VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), in init()
|
D | vktRandomUniformBlockCase.cpp | 273 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutTests.cpp | 349 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType() 1152 if (!glu::dataTypeSupportsPrecisionModifier(type)) in init() 1200 …VarType(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::P… in init() 1236 …VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION… in init() 1271 …const VarType childType (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECIS… in init() 1309 …const VarType childType0 (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECI… in init() 1348 …const VarType childType0 (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECI… in init() 1596 …VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION… in init()
|
/external/deqp/framework/opengl/ |
D | gluShaderUtil.hpp | 330 inline bool dataTypeSupportsPrecisionModifier (DataType dataType) { return !isDataTypeBoolOrBVec(d… in dataTypeSupportsPrecisionModifier() function
|