Searched refs:dsIndex (Results 1 – 1 of 1) sorted by relevance
308 uint32_t dsIndex = pContext->curStateId % pContext->MAX_DRAWS_IN_FLIGHT; in GetDrawContext() local309 pCurDrawContext->pState = &pContext->dsRing[dsIndex]; in GetDrawContext()