Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp540 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroy()
551 mPresentSemaphoreRecycler.destroy(device); in destroy()
844 mPresentSemaphoreRecycler.recycle(std::move(presentHistory.semaphore)); in recreateSwapchain()
884 oldSwapchain.destroy(contextVk->getDevice(), &mPresentSemaphoreRecycler); in recreateSwapchain()
924 if (mPresentSemaphoreRecycler.empty()) in newPresentSemaphore()
930 mPresentSemaphoreRecycler.fetch(semaphoreOut); in newPresentSemaphore()
1286 mPresentSemaphoreRecycler.recycle(std::move(presentHistory.semaphore)); in destroySwapChainImages()
1289 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroySwapChainImages()
1436 oldSwapchain.destroy(contextVk->getDevice(), &mPresentSemaphoreRecycler); in present()
DSurfaceVk.h334 vk::Recycler<vk::Semaphore> mPresentSemaphoreRecycler; variable