Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp659 uint32_t curDraw = curDrawFE; in WorkOnFifoFE() local
660 while (IDComparesLess(curDraw, drawEnqueued)) in WorkOnFifoFE()
662 uint32_t dcSlot = curDraw % pContext->MAX_DRAWS_IN_FLIGHT; in WorkOnFifoFE()
681 curDraw++; in WorkOnFifoFE()
815 auto threadHasWork = [&](uint32_t curDraw) { return curDraw != pContext->dcRing.GetHead(); }; in workerThreadMain() argument
Dapi.cpp241 … uint32_t curDraw[2] = { pContext->pCurDrawContext->drawId, pContext->pCurDrawContext->drawId }; in QueueWork() local
242 WorkOnFifoFE(pContext, 0, curDraw[0]); in QueueWork()
243 WorkOnFifoBE(pContext, 0, curDraw[1], pContext->singleThreadLockedTiles, 0, 0); in QueueWork()
291 uint64_t curDraw = pContext->dcRing.GetHead(); in GetDrawContext() local
292 uint32_t dcIndex = curDraw % pContext->MAX_DRAWS_IN_FLIGHT; in GetDrawContext()
295 (curDraw - pContext->lastDrawChecked) > 0x10000) in GetDrawContext()
301 pContext->lastDrawChecked = curDraw; in GetDrawContext()