Home
last modified time | relevance | path

Searched refs:mBlocks (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp41 std::vector<T*> mBlocks; member
56 mBlocks.clear(); in clear()
58 mBlocks.push_back(pNewBlock); in clear()
88 return &mBlocks[block][mHead & (mBlockSize - 1)]; in peek()
117 if (++mCurBlockIdx < mBlocks.size()) in enqueue_try_nosync()
119 mCurBlock = mBlocks[mCurBlockIdx]; in enqueue_try_nosync()
126 mBlocks.push_back(newBlock); in enqueue_try_nosync()