Searched refs:mSuballocationGarbageList (Results 1 – 2 of 2) sorted by relevance
354 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
1785 return !mSharedGarbageList.empty() || !mSuballocationGarbageList.empty(); in hasSharedGarbage()6282 anyCleaned = (mSuballocationGarbageList.cleanupSubmittedGarbage(this) > 0) || anyCleaned; in cleanupGarbage()6301 mSuballocationGarbageList.cleanupUnsubmittedGarbage(this); in cleanupPendingSubmissionGarbage()