Home
last modified time | relevance | path

Searched refs:vertsPerDraw (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1079 uint32_t vertsPerDraw = totalVerts; in MaxVertsPerDraw() local
1090 vertsPerDraw = KNOB_MAX_PRIMS_PER_DRAW; in MaxVertsPerDraw()
1128 vertsPerDraw = vertsPerPrim * KNOB_MAX_TESS_PRIMS_PER_DRAW; in MaxVertsPerDraw()
1134 vertsPerDraw = 3; in MaxVertsPerDraw()
1142 return vertsPerDraw; in MaxVertsPerDraw()