Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp96 VK_CHECK(vk_util::waitForVkQueueIdleWithRetry(m_vk, m_swapChainVkQueue)); in drainQueues()
103 VK_CHECK(vk_util::waitForVkQueueIdleWithRetry(m_vk, m_compositorVkQueue)); in drainQueues()
Dvk_util.h328 inline VkResult waitForVkQueueIdleWithRetry(const VulkanDispatch& vk, VkQueue queue) { in waitForVkQueueIdleWithRetry() function
DCompositorVk.cpp164 VK_CHECK(vk_util::waitForVkQueueIdleWithRetry(m_vk, m_vkQueue)); in ~CompositorVk()