Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp179 DRAW_CONTEXT* pDC = pContext->pCurDrawContext; in QueueWork()
192 pContext->pCurDrawContext->threadsDone = pContext->NumFEThreads + pContext->NumBEThreads; in QueueWork()
213 … uint32_t curDraw[2] = { pContext->pCurDrawContext->drawId, pContext->pCurDrawContext->drawId }; in QueueWork()
219 uint32_t curDispatch = pContext->pCurDrawContext->drawId; in QueueWork()
224 while (CompleteDrawContext(pContext, pContext->pCurDrawContext) > 0) {} in QueueWork()
237 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()
238 pContext->pCurDrawContext = nullptr; in QueueWork()
255 if (pContext->pCurDrawContext == nullptr) in GetDrawContext()
276 DRAW_CONTEXT* pCurDrawContext = &pContext->dcRing[dcIndex]; in GetDrawContext() local
277 pContext->pCurDrawContext = pCurDrawContext; in GetDrawContext()
[all …]
Dcontext.h454 DRAW_CONTEXT *pCurDrawContext; // This points to DC entry in ring for an unsubmitted draw. member