HomeSort by relevance Sort by last modified time
    Searched refs:pWork (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 542 BE_WORK *pWork;
549 pWork = tile->peek();
550 SWR_ASSERT(pWork);
551 if (pWork->type == DRAW)
555 else if (pWork->type == SHUTDOWN)
560 while ((pWork = tile->peek()) != nullptr)
562 pWork->pfnWork(pDC, workerId, tileID, &pWork->desc);
    [all...]
tilemgr.cpp 42 void MacroTileMgr::enqueue(uint32_t x, uint32_t y, BE_WORK *pWork)
66 tile.enqueue_try_nosync(mArena, pWork);
tilemgr.h 135 void enqueue(uint32_t x, uint32_t y, BE_WORK *pWork);

Completed in 132 milliseconds