HomeSort by relevance Sort by last modified time
    Searched defs:enqueue_try_nosync (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
fifo.hpp 105 bool enqueue_try_nosync(ArenaT& arena, const T* entry) function in struct:QUEUE
tilemgr.h 76 bool enqueue_try_nosync(ArenaT& arena, const BE_WORK* entry) function in struct:MacroTileQueue
78 return mFifo.enqueue_try_nosync(arena, entry);

Completed in 66 milliseconds