Searched defs:ageLimit (Results 1 – 10 of 10) sorted by relevance
89 … auto const ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minAge); local
203 const auto ageLimit = (frameCounter_ < minAge) ? 0 : (frameCounter_ - minAge); in DestroyOldImages() local
736 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in HandlePendingAllocations() local737 auto CompareForErase = [](const auto ageLimit, auto& vec) { in HandlePendingAllocations()
259 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in ProcessFrameSignalDeferredDestroy() local
364 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in BeginBackendFrame() local
213 … const auto ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minAge); in BeginFrame() local
111 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in BeginBackendFrame() local
196 …const uint64_t ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minA… in HandlePendingAllocations() local
720 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in BeginBackendFrame() local
2431 const uint64_t ageLimit = (frameIndex_ < 2) ? 0 : (frameIndex_ - 2); in ProcessRenderNodeGraphs() local