Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfifo.hpp46 uint32_t mCurBlockIdx{ 0 }; member
61 mCurBlockIdx = 0; in clear()
125 if (++mCurBlockIdx < mBlocks.size()) in enqueue_try_nosync()
127 mCurBlock = mBlocks[mCurBlockIdx]; in enqueue_try_nosync()