Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp308 uint32_t dsIndex = pContext->curStateId % pContext->MAX_DRAWS_IN_FLIGHT; in GetDrawContext() local
309 pCurDrawContext->pState = &pContext->dsRing[dsIndex]; in GetDrawContext()