Searched refs:ageLimit (Results 1 – 10 of 10) sorted by relevance
89 … auto const ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minAge); local92 [ageLimit](auto const& handleTime) { return handleTime.frameIndex >= ageLimit; });
203 const auto ageLimit = (frameCounter_ < minAge) ? 0 : (frameCounter_ - minAge); in DestroyOldImages() local206 if (imgRef.frameUseIndex < ageLimit) { in DestroyOldImages()
736 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in HandlePendingAllocations() local737 auto CompareForErase = [](const auto ageLimit, auto& vec) { in HandlePendingAllocations() argument739 if (iter->frameIndex < ageLimit) { in HandlePendingAllocations()746 CompareForErase(ageLimit, deferredDestructions_.shaderModules); in HandlePendingAllocations()747 CompareForErase(ageLimit, deferredDestructions_.computePrograms); in HandlePendingAllocations()748 CompareForErase(ageLimit, deferredDestructions_.shaderPrograms); in HandlePendingAllocations()
196 …const uint64_t ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minA… in HandlePendingAllocations() local239 … [ageLimit](const auto& destructionQueue) { return destructionQueue.frameIndex >= ageLimit; }); in HandlePendingAllocations()246 … [ageLimit](const auto& destructionQueue) { return destructionQueue.frameIndex >= ageLimit; }); in HandlePendingAllocations()
111 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in BeginBackendFrame() local115 if (iter->frameIndex < ageLimit) { in BeginBackendFrame()125 if (iter->frameIndex < ageLimit) { in BeginBackendFrame()
364 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in BeginBackendFrame() local370 if (iter->second.frameUseIndex < ageLimit) { in BeginBackendFrame()383 if (iter->second.frameUseIndex < ageLimit) { in BeginBackendFrame()
213 … const auto ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minAge); in BeginFrame() local216 [ageLimit](auto const& pd) { return pd.frameIndex >= ageLimit; }); in BeginFrame()
259 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in ProcessFrameSignalDeferredDestroy() local262 if (iter->frameUseIndex < ageLimit) { in ProcessFrameSignalDeferredDestroy()
720 const auto ageLimit = (frameCount < minAge) ? 0 : (frameCount - minAge); in BeginBackendFrame() local725 if (useIndex < ageLimit && (!ref.fbos.empty())) { in BeginBackendFrame()
2431 const uint64_t ageLimit = (frameIndex_ < 2) ? 0 : (frameIndex_ - 2); in ProcessRenderNodeGraphs() local2433 if (iter->second.enableAutoDestroy && iter->second.lastFrameIndex < ageLimit) { in ProcessRenderNodeGraphs()