Searched refs:pCurDrawContext (Results 1 – 2 of 2) sorted by relevance
239 DRAW_CONTEXT* pDC = pContext->pCurDrawContext; in QueueWork()252 pContext->pCurDrawContext->threadsDone = pContext->NumFEThreads + pContext->NumBEThreads; in QueueWork()271 uint32_t curDraw[2] = {pContext->pCurDrawContext->drawId, in QueueWork()272 pContext->pCurDrawContext->drawId}; in QueueWork()278 uint32_t curDispatch = pContext->pCurDrawContext->drawId; in QueueWork()284 while (CompleteDrawContext(pContext, pContext->pCurDrawContext) > 0) in QueueWork()300 pContext->pPrevDrawContext = pContext->pCurDrawContext; in QueueWork()301 pContext->pCurDrawContext = nullptr; in QueueWork()318 if (pContext->pCurDrawContext == nullptr) in GetDrawContext()339 DRAW_CONTEXT* pCurDrawContext = &pContext->dcRing[dcIndex]; in GetDrawContext() local[all …]
500 DRAW_CONTEXT* pCurDrawContext; // This points to DC entry in ring for an unsubmitted draw. member