Searched refs:mPresentSemaphoreRecycler (Results 1 – 2 of 2) sorted by relevance
540 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()
334 vk::Recycler<vk::Semaphore> mPresentSemaphoreRecycler; variable