Lines Matching defs:maxVertices
1604 const int maxVertices = (int)getNumVertices(numInvocations, testCase);
1610 "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n"
2503 glw::GLint maxVertices = 0;
2510 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
2513 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices << tcu::TestLog::EndMessage;
2521 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex);
2532 if (testVertices > maxVertices)
3129 const int maxVertices = (m_test == TEST_DIFFERENT_LAYERS) ? ((2 + m_numLayers-1) * m_numLayers) :
3144 buf << "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n"
3801 glw::GLint maxVertices = 0;
3804 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
3807 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices << tcu::TestLog::EndMessage;
3811 if (maxVertices < 256)
3816 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVertex);