Home
last modified time | relevance | path

Searched refs:childSize0 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformBlockTests.cpp239 const int childSize0 = 2; in init() local
242 …Type childType0 (VarType(type, glu::isDataTypeBoolOrBVec(type) ? 0 : PRECISION_HIGH), childSize0); in init()
Des31fSSBOLayoutTests.cpp955 const int childSize0 = 3; in init() local
958 …e(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize0); in init()
989 const int childSize0 = 2; in init() local
992 …e(type, glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize0); in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp1306 const int childSize0 = 3; in init() local
1309 …dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize0); in init()
1345 const int childSize0 = 2; in init() local
1348 …dataTypeSupportsPrecisionModifier(type) ? glu::PRECISION_LAST : glu::PRECISION_HIGHP), childSize0); in init()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp524 const int childSize0 = 2; in init() local
527 …ldType0 (VarType(type, !dataTypeSupportsPrecisionModifier(type) ? 0 : PRECISION_HIGH), childSize0); in init()