Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp1444 bool isSeparateMode = m_bufferMode == GL_SEPARATE_ATTRIBS; in init() local
1445 int maxTransformFeedbackVars = isSeparateMode ? 4 : maxAttributeVectors; in init()
1462 …int maxVecs = isSeparateMode ? de::min(2 /*at most 2*mat2*/, numAttribVectorsToUse-numAttrib… in init()
1466 maxVecs >= 2 ? (isSeparateMode ? 13 : 15) : 12); in init()
1475 int maxArrayLen = de::max(1, isSeparateMode ? 4/numComps : maxVecs/numVecs); in init()