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.hpp42 std::vector<T*> mBlocks; member
57 mBlocks.clear(); in clear()
59 mBlocks.push_back(pNewBlock); in clear()
95 return &mBlocks[block][mHead & (mBlockSize-1)]; in peek()
125 if (++mCurBlockIdx < mBlocks.size()) in enqueue_try_nosync()
127 mCurBlock = mBlocks[mCurBlockIdx]; in enqueue_try_nosync()
134 mBlocks.push_back(newBlock); in enqueue_try_nosync()