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.h255 const uint32_t numSimdVerts = streamSizeInVerts / SIMD_WIDTH; in GetNextVsOutput() local
258 if (counter < numSimdVerts) in GetNextVsOutput()
273 SWR_ASSERT(cur < numSimdVerts); in GetNextVsOutput()