Searched refs:combined_allocation_map (Results 1 – 1 of 1) sorted by relevance
614 flat_hash_map<BufferValue::Color, BufferAllocation*> combined_allocation_map; in CombineTempAllocations() local630 auto combined_it = combined_allocation_map.find(color); in CombineTempAllocations()631 if (combined_it == combined_allocation_map.end()) { in CombineTempAllocations()638 combined_allocation_map.emplace(color, &combined_allocations.back()); in CombineTempAllocations()648 combined_allocation_map.emplace(color, &combined_allocations.back()); in CombineTempAllocations()