Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp362 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
1190 if (!glu::dataTypeSupportsPrecisionModifier(type)) in init()
1239 …VarType(VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::P… in init()
1274 …VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION… in init()
1309 …const VarType childType (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECIS… in init()
1347 …const VarType childType0 (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECI… in init()
1386 …const VarType childType0 (VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECI… in init()
1647 …VarType(type, !glu::dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayout.cpp272 if (glu::dataTypeSupportsPrecisionModifier(type)) in generateType()
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp348 inline bool dataTypeSupportsPrecisionModifier (DataType dataType) { return !isDataTypeBoolOrBVec(d… in dataTypeSupportsPrecisionModifier() function