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.cpp610 BE_WORK* pWork; in WorkOnFifoBE() local
617 pWork = tile->peek(); in WorkOnFifoBE()
618 SWR_ASSERT(pWork); in WorkOnFifoBE()
619 if (pWork->type == DRAW) in WorkOnFifoBE()
623 else if (pWork->type == SHUTDOWN) in WorkOnFifoBE()
628 while ((pWork = tile->peek()) != nullptr) in WorkOnFifoBE()
630 pWork->pfnWork(pDC, workerId, tileID, &pWork->desc); in WorkOnFifoBE()
Dtilemgr.cpp38 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK* pWork) in enqueue() argument
71 pTile->enqueue_try_nosync(mArena, pWork); in enqueue()
Dtilemgr.h118 void enqueue(uint32_t x, uint32_t y, BE_WORK* pWork);