Searched refs:mPresentSemaphoreRecycler (Results 1 – 2 of 2) sorted by relevance
493 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroy()504 mPresentSemaphoreRecycler.destroy(device); in destroy()681 mPresentSemaphoreRecycler.recycle(std::move(presentHistory.semaphore)); in recreateSwapchain()720 oldSwapchain.destroy(contextVk->getDevice(), &mPresentSemaphoreRecycler); in recreateSwapchain()748 if (mPresentSemaphoreRecycler.empty()) in newPresentSemaphore()754 mPresentSemaphoreRecycler.fetch(semaphoreOut); in newPresentSemaphore()1042 mPresentSemaphoreRecycler.recycle(std::move(presentHistory.semaphore)); in destroySwapChainImages()1045 oldSwapchain.destroy(device, &mPresentSemaphoreRecycler); in destroySwapChainImages()1153 oldSwapchain.destroy(contextVk->getDevice(), &mPresentSemaphoreRecycler); in present()
299 vk::Recycler<vk::Semaphore> mPresentSemaphoreRecycler; variable