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.cpp207 DRAW_CONTEXT* pDC = pContext->pCurDrawContext; in QueueWork()
220 pContext->pCurDrawContext->threadsDone = pContext->NumFEThreads + pContext->NumBEThreads; in QueueWork()
241 … uint32_t curDraw[2] = { pContext->pCurDrawContext->drawId, pContext->pCurDrawContext->drawId }; in QueueWork()
247 uint32_t curDispatch = pContext->pCurDrawContext->drawId; in QueueWork()
252 while (CompleteDrawContext(pContext, pContext->pCurDrawContext) > 0) {} in QueueWork()
265 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()
266 pContext->pCurDrawContext = nullptr; in QueueWork()
283 if (pContext->pCurDrawContext == nullptr) in GetDrawContext()
304 DRAW_CONTEXT* pCurDrawContext = &pContext->dcRing[dcIndex]; in GetDrawContext() local
305 pContext->pCurDrawContext = pCurDrawContext; in GetDrawContext()
[all …]
Dcontext.h462 DRAW_CONTEXT *pCurDrawContext; // This points to DC entry in ring for an unsubmitted draw. member