Searched refs:mBatches (Results 1 – 2 of 2) sorted by relevance
43 auto it = mBatches.begin(); in AddIndexedIndirectDraw()44 while (it != mBatches.end()) { in AddIndexedIndirectDraw()90 mBatches.insert(it, std::move(newBatch)); in AddIndexedIndirectDraw()97 auto it = mBatches.begin(); in AddBatch()98 while (it != mBatches.end()) { in AddBatch()117 mBatches.push_back(newBatch); in AddBatch()122 return mBatches; in GetBatches()
92 std::vector<IndexedIndirectValidationBatch> mBatches; variable