Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.h118 class SharedBufferSuballocationGarbage
121 SharedBufferSuballocationGarbage() = default;
122 SharedBufferSuballocationGarbage(SharedBufferSuballocationGarbage &&other) in SharedBufferSuballocationGarbage() function
127 SharedBufferSuballocationGarbage(SharedResourceUse &&use, in SharedBufferSuballocationGarbage() function
134 ~SharedBufferSuballocationGarbage() = default;
144 using SharedBufferSuballocationGarbageList = std::queue<SharedBufferSuballocationGarbage>;
DResourceVk.cpp134 bool SharedBufferSuballocationGarbage::destroyIfComplete(RendererVk *renderer, in destroyIfComplete()
DRendererVk.cpp3742 vk::SharedBufferSuballocationGarbage &garbage = mSuballocationGarbage.front(); in cleanupGarbage()
3785 vk::SharedBufferSuballocationGarbage &suballocationGarbage = in cleanupPendingSubmissionGarbage()