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