Searched refs:maxVertices (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp279 int maxVertices = 0; variable
287 maxVertices += GrPathUtils::worstCasePointCount(args.fPath, &contourCount,
293 if (maxVertices == 0 || maxVertices > ((int)SK_MaxU16 + 1)) {
294 SkDebugf("Cannot render path (%d)\n", maxVertices);
303 maxIndices = 2 * maxVertices;
310 maxIndices = 3 * maxVertices;
321 void* verts = batchTarget->makeVertSpace(vertexStride, maxVertices,
364 SkASSERT(vertexOffset <= maxVertices && indexOffset <= maxIndices);
378 batchTarget->putBackVertices((size_t)(maxVertices
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h150 unsigned maxVertices; member in struct:nv50_ir_prog_info::__anon12082::__anon12085
H A Dnv50_ir.cpp1077 info->prop.gp.maxVertices = 1;
H A Dnv50_ir_from_sm4.cpp959 info.prop.gp.maxVertices = dcl.num;
H A Dnv50_ir_from_tgsi.cpp731 info->prop.gp.maxVertices = prop->u[0].Data;
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1577 const int maxVertices = (int)getNumVertices(numInvocations, testCase); local
1583 "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n"
2386 glw::GLint maxVertices = 0; local
2393 m_context.getRenderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_OUTPUT_VERTICES, &maxVertices);
2396 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_GEOMETRY_OUTPUT_VERTICES = " << maxVertices << tcu::TestLog::EndMessage;
2404 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex);
2415 if (testVertices > maxVertices)
2961 const int maxVertices = (m_test == TEST_DIFFERENT_LAYERS) ? ((2 + m_numLayers-1) * m_numLayers) : local
2976 buf << "layout(triangle_strip, max_vertices = " << maxVertices << ") out;\n" local
3632 glw::GLint maxVertices
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.c415 gp->hdr[4] = info->prop.gp.maxVertices & 0x1ff;

Completed in 150 milliseconds