HomeSort by relevance Sort by last modified time
    Searched refs:pCurDrawContext (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 179 DRAW_CONTEXT* pDC = pContext->pCurDrawContext;
192 pContext->pCurDrawContext->threadsDone = pContext->NumFEThreads + pContext->NumBEThreads;
213 uint32_t curDraw[2] = { pContext->pCurDrawContext->drawId, pContext->pCurDrawContext->drawId };
219 uint32_t curDispatch = pContext->pCurDrawContext->drawId;
224 while (CompleteDrawContext(pContext, pContext->pCurDrawContext) > 0) {}
237 pContext->pPrevDrawContext = pContext->pCurDrawContext;
238 pContext->pCurDrawContext = nullptr;
255 if (pContext->pCurDrawContext == nullptr)
276 DRAW_CONTEXT* pCurDrawContext = &pContext->dcRing[dcIndex]
    [all...]
context.h 444 // b. If one is available then set pCurDrawContext to point to it and mark it in use.
445 // c. All state calls set state on pCurDrawContext.
447 // a. Set pPrevDrawContext = pCurDrawContext
448 // b. Set pCurDrawContext to NULL.
454 DRAW_CONTEXT *pCurDrawContext; // This points to DC entry in ring for an unsubmitted draw.

Completed in 395 milliseconds