Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1463 …int maxVecs = isSeparateMode ? de::min(2 /*at most 2*mat2*/, numAttribVectorsToUse-numAttrib… in init() local
1465 const glu::DataType* end = begin + (maxVecs >= 4 ? 21 : in init()
1466 maxVecs >= 3 ? 18 : in init()
1467 maxVecs >= 2 ? (isSeparateMode ? 13 : 15) : 12); in init()
1476 int maxArrayLen = de::max(1, isSeparateMode ? 4/numComps : maxVecs/numVecs); in init()