Searched refs:mBlocks (Results 1 – 5 of 5) sorted by relevance
39 mBlocks = std::move(other.mBlocks); in CommandIterator()48 mBlocks = std::move(other.mBlocks); in operator =()56 : mBlocks(allocator.AcquireBlocks()) { in CommandIterator()62 mBlocks.clear(); in AcquireCommandBlocks()66 mBlocks.reserve(mBlocks.size() + blocks.size()); in AcquireCommandBlocks()68 mBlocks.push_back(std::move(block)); in AcquireCommandBlocks()77 if (mCurrentBlock >= mBlocks.size()) { in NextCommandIdInNewBlock()82 mCurrentPtr = AlignPtr(mBlocks[mCurrentBlock].block, alignof(uint32_t)); in NextCommandIdInNewBlock()89 if (mBlocks.empty()) { in Reset()93 mBlocks.emplace_back(); in Reset()[all …]
110 mBlocks[mCurrentBlock].block + mBlocks[mCurrentBlock].size); in NextCommandId()127 mBlocks[mCurrentBlock].block + mBlocks[mCurrentBlock].size); in NextCommand()142 CommandBlocks mBlocks; variable256 CommandBlocks mBlocks; variable
39 for (auto& block : mBlocks) { in ~CommandIterator()47 mBlocks = std::move(other.mBlocks); in CommandIterator()56 mBlocks = std::move(other.mBlocks); in operator =()59 mBlocks.clear(); in operator =()67 : mBlocks(allocator.AcquireBlocks()), mEndOfBlock(EndOfBlock) { in CommandIterator()72 mBlocks = allocator.AcquireBlocks(); in operator =()80 if (mBlocks.empty()) { in Reset()84 mBlocks.emplace_back(); in Reset()85 mBlocks[0].size = sizeof(mEndOfBlock); in Reset()86 mBlocks[0].block = mCurrentPtr; in Reset()[all …]
98 CommandBlocks mBlocks; variable150 CommandBlocks mBlocks; variable
41 std::vector<T*> mBlocks; member56 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()