Searched refs:pWork (Results 1 – 3 of 3) sorted by relevance
542 BE_WORK *pWork; in WorkOnFifoBE() local549 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()
42 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK *pWork) in enqueue() argument66 tile.enqueue_try_nosync(mArena, pWork); in enqueue()
135 void enqueue(uint32_t x, uint32_t y, BE_WORK *pWork);