Home
last modified time | relevance | path

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

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