Searched refs:pWork (Results 1 – 3 of 3) sorted by relevance
610 BE_WORK* pWork; in WorkOnFifoBE() local617 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()
38 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK* pWork) in enqueue() argument71 pTile->enqueue_try_nosync(mArena, pWork); in enqueue()
118 void enqueue(uint32_t x, uint32_t y, BE_WORK* pWork);