Searched refs:frame_scratch_buffers (Results 1 – 1 of 1) sorted by relevance
193 Vector<std::unique_ptr<FrameScratchBuffer>> frame_scratch_buffers; in InitializeThreadPoolsForFrameParallel() local194 if (!frame_scratch_buffers.reserve(frame_threads)) return false; in InitializeThreadPoolsForFrameParallel()212 frame_scratch_buffers.push_back_unchecked(std::move(frame_scratch_buffer)); in InitializeThreadPoolsForFrameParallel()216 for (int i = static_cast<int>(frame_scratch_buffers.size()) - 1; i >= 0; in InitializeThreadPoolsForFrameParallel()218 frame_scratch_buffer_pool->Release(std::move(frame_scratch_buffers[i])); in InitializeThreadPoolsForFrameParallel()