Searched refs:oldRes (Results 1 – 1 of 1) sorted by relevance
215 auto oldRes = std::partition(pendingDeallocations_.begin(), pendingDeallocations_.end(), in BeginFrame() local218 …std::for_each(oldRes, pendingDeallocations_.end(), [this](auto& res) { DestroyPool(res.descriptorP… in BeginFrame()219 pendingDeallocations_.erase(oldRes, pendingDeallocations_.end()); in BeginFrame()