Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp2489 const int componentsPerVertex = 4 + 4; // vec4 pos, vec4 color in init() local
2503 …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() local
3763 …m_testCtx.getLog() << tcu::TestLog::Message << "Components per vertex = " << componentsPerVertex <… in init()
3770 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVertex); in init()