Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_renderer.h354 mSuballocationGarbageList.add(this, std::move(garbage)); in collectSuballocationGarbage()
622 return mSuballocationGarbageList.getDestroyedGarbageSize(); in getSuballocationDestroyedSize()
624 void onBufferPoolPrune() { mSuballocationGarbageList.resetDestroyedGarbageSize(); } in onBufferPoolPrune()
627 return mSuballocationGarbageList.getSubmittedGarbageSize(); in getSuballocationGarbageSize()
631 return mSuballocationGarbageList.getUnsubmittedGarbageSize(); in getPendingSuballocationGarbageSize()
943 vk::SharedGarbageList<vk::BufferSuballocationGarbage> mSuballocationGarbageList; variable
H A Dvk_renderer.cpp1785 return !mSharedGarbageList.empty() || !mSuballocationGarbageList.empty(); in hasSharedGarbage()
6282 anyCleaned = (mSuballocationGarbageList.cleanupSubmittedGarbage(this) > 0) || anyCleaned; in cleanupGarbage()
6301 mSuballocationGarbageList.cleanupUnsubmittedGarbage(this); in cleanupPendingSubmissionGarbage()