Home
last modified time | relevance | path

Searched refs:pWork (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp520 BE_WORK *pWork; in WorkOnFifoBE() local
527 pWork = tile->peek(); in WorkOnFifoBE()
528 SWR_ASSERT(pWork); in WorkOnFifoBE()
529 if (pWork->type == DRAW) in WorkOnFifoBE()
533 else if (pWork->type == SHUTDOWN) in WorkOnFifoBE()
538 while ((pWork = tile->peek()) != nullptr) in WorkOnFifoBE()
540 pWork->pfnWork(pDC, workerId, tileID, &pWork->desc); in WorkOnFifoBE()
Dtilemgr.cpp42 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK *pWork) in enqueue() argument
66 tile.enqueue_try_nosync(mArena, pWork); in enqueue()
Dtilemgr.h135 void enqueue(uint32_t x, uint32_t y, BE_WORK *pWork);