Searched defs:maxVertices (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h150 unsigned maxVertices; member in struct:nv50_ir_prog_info::__anon13833::__anon13836
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h150 unsigned maxVertices; member in struct:nv50_ir_prog_info::__anon27244::__anon27247
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1575 const int maxVertices = (int)getNumVertices(numInvocations, testCase); local
1581 "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n"
2384 glw::GLint maxVertices = 0; local
2391 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
2394 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices << tcu::TestLog::EndMessage;
2402 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex);
2413 if (testVertices > maxVertices)
2959 const int maxVertices = (m_test == TEST_DIFFERENT_LAYERS) ? ((2 + m_numLayers-1) * m_numLayers) : local
2974 buf << "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n" local
3631 glw::GLint maxVertices
[all...]

Completed in 277 milliseconds