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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 520 BE_WORK *pWork;
527 pWork = tile->peek();
528 SWR_ASSERT(pWork);
529 if (pWork->type == DRAW)
533 else if (pWork->type == SHUTDOWN)
538 while ((pWork = tile->peek()) != nullptr)
540 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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
txdtc.h     [all...]

Completed in 3437 milliseconds