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.hpp45 uint32_t mCurBlockIdx{0}; member
60 mCurBlockIdx = 0; in clear()
117 if (++mCurBlockIdx < mBlocks.size()) in enqueue_try_nosync()
119 mCurBlock = mBlocks[mCurBlockIdx]; in enqueue_try_nosync()