Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h269 const uint32_t numSimdVerts = streamSizeInVerts / SIMD_WIDTH; in GetNextVsOutput() local
272 if (counter < numSimdVerts) in GetNextVsOutput()
288 SWR_ASSERT(cur < numSimdVerts); in GetNextVsOutput()