Searched refs:copy_allocations (Results 1 – 1 of 1) sorted by relevance
3134 std::vector<CopyAllocation*> copy_allocations; in ScheduleAsynchronousCopies() local3139 copy_allocations.push_back(copy_allocation); in ScheduleAsynchronousCopies()3145 copy_allocations, [](CopyAllocation* first, CopyAllocation* second) { in ScheduleAsynchronousCopies()3153 for (CopyAllocation* copy_allocation : copy_allocations) { in ScheduleAsynchronousCopies()