Home | History | Annotate | Download | only in functional

Lines Matching defs:maxVertices

1592 	const int			maxVertices = (int)getNumVertices(numInvocations, testCase);
1598 "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n"
2491 glw::GLint maxVertices = 0;
2498 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
2501 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices << tcu::TestLog::EndMessage;
2509 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex);
2520 if (testVertices > maxVertices)
3084 const int maxVertices = (m_test == TEST_DIFFERENT_LAYERS) ? ((2 + m_numLayers-1) * m_numLayers) :
3099 buf << "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n"
3755 glw::GLint maxVertices = 0;
3758 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
3761 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices << tcu::TestLog::EndMessage;
3765 if (maxVertices < 256)
3770 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVertex);