Home
last modified time | relevance | path

Searched refs:pendingGarbage (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp104 [&](const PendingGarabage& pendingGarbage) { in PollAndProcessGarbage() argument
105 if (pendingGarbage.timepoint < old) { in PollAndProcessGarbage()
108 return !IsDone(pendingGarbage.waitable); in PollAndProcessGarbage()
112 PendingGarabage& pendingGarbage = *it; in PollAndProcessGarbage() local
114 if (pendingGarbage.timepoint < old) { in PollAndProcessGarbage()
116 pendingGarbage.timepoint - now); in PollAndProcessGarbage()
133 pendingGarbage.obj); in PollAndProcessGarbage()