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.cpp542 BE_WORK *pWork; in WorkOnFifoBE() local
549 pWork = tile->peek(); in WorkOnFifoBE()
550 SWR_ASSERT(pWork); in WorkOnFifoBE()
551 if (pWork->type == DRAW) in WorkOnFifoBE()
555 else if (pWork->type == SHUTDOWN) in WorkOnFifoBE()
560 while ((pWork = tile->peek()) != nullptr) in WorkOnFifoBE()
562 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);