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.cpp1121 uint32_t vertsPerDraw = totalVerts; in MaxVertsPerDraw() local
1127 vertsPerDraw = KNOB_MAX_PRIMS_PER_DRAW; in MaxVertsPerDraw()
1165 vertsPerDraw = vertsPerPrim * KNOB_MAX_TESS_PRIMS_PER_DRAW; in MaxVertsPerDraw()
1173 return vertsPerDraw; in MaxVertsPerDraw()