Searched refs:componentsPerVertex (Results 1 – 1 of 1) sorted by relevance
2489 const int componentsPerVertex = 4 + 4; // vec4 pos, vec4 color in init() local2503 …m_testCtx.getLog() << tcu::TestLog::Message << "Components per vertex = " << componentsPerVertex <… in init()2509 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex); in init()2522 if (testVertices * componentsPerVertex > maxComponents) in init()2523 …throw tcu::NotSupportedError(de::toString(testVertices * componentsPerVertex) + " output component… in init()3754 const int componentsPerVertex = 4 + 4; // vec4 pos, vec4 color in init() local3763 …m_testCtx.getLog() << tcu::TestLog::Message << "Components per vertex = " << componentsPerVertex <… in init()3770 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVertex); in init()