Searched refs:buffer_slots (Results 1 – 1 of 1) sorted by relevance
466 std::vector<size_t> buffer_slots; in AllocateBuffers() local467 buffer_slots.reserve(buffer_count); in AllocateBuffers()480 buffer_slots.push_back(buffer_slot); in AllocateBuffers()484 if (buffer_slots.size() == 0) { in AllocateBuffers()490 return {std::move(buffer_slots)}; in AllocateBuffers()