Searched refs:combined_allocations (Results 1 – 1 of 1) sorted by relevance
612 std::deque<BufferAllocation> combined_allocations; in CombineTempAllocations() local637 combined_allocations.emplace_back(temp_allocation); in CombineTempAllocations()638 combined_allocation_map.emplace(color, &combined_allocations.back()); in CombineTempAllocations()647 combined_allocations.emplace_back(temp_allocation); in CombineTempAllocations()648 combined_allocation_map.emplace(color, &combined_allocations.back()); in CombineTempAllocations()682 for (BufferAllocation& combined : combined_allocations) { in CombineTempAllocations()