Home
last modified time | relevance | path

Searched refs:VK_TIMEOUT (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_drm_syncobj.c162 return VK_TIMEOUT; in sync_has_sync_file()
180 if (result != VK_TIMEOUT) in spin_wait_for_sync_file()
185 return VK_TIMEOUT; in spin_wait_for_sync_file()
193 if (result != VK_TIMEOUT) in spin_wait_for_sync_file()
197 return VK_TIMEOUT; in spin_wait_for_sync_file()
284 return VK_TIMEOUT; in vk_drm_syncobj_wait_many()
Dvk_sync.c251 if (unlikely(result == VK_TIMEOUT)) in vk_sync_wait()
309 if (result != VK_TIMEOUT) in __vk_sync_wait_many()
314 return VK_TIMEOUT; in __vk_sync_wait_many()
339 if (unlikely(result == VK_TIMEOUT)) in vk_sync_wait_many()
Dvk_sync_timeline.c277 if (result == VK_TIMEOUT) { in vk_sync_timeline_gc_locked()
437 return VK_TIMEOUT; in vk_sync_timeline_wait_locked()
Dvk_fence.c243 if (result == VK_TIMEOUT) in vk_common_GetFenceStatus()
Dvk_queue.c422 if (result == VK_TIMEOUT) { in vk_queue_flush()
842 if (result == VK_TIMEOUT) in vk_queue_submit()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_queue.h134 result = VK_TIMEOUT; in wsi_queue_pull()
Dwsi_common_x11.c1194 if (result == VK_TIMEOUT || result == VK_NOT_READY) in _x11_swapchain_result()
1372 return event ? VK_SUCCESS : VK_TIMEOUT; in x11_poll_for_special_event()
1481 result = x11_swapchain_result(chain, timeout == 0 ? VK_NOT_READY : VK_TIMEOUT); in x11_acquire_next_image_poll_x11()
1508 return timeout == 0 ? VK_NOT_READY : VK_TIMEOUT; in x11_acquire_next_image_poll_x11()
1529 if (result == VK_TIMEOUT) { in x11_acquire_next_image_poll_x11()
1531 result = x11_swapchain_result(chain, timeout == 0 ? VK_NOT_READY : VK_TIMEOUT); in x11_acquire_next_image_poll_x11()
1568 if (result < 0 || result == VK_TIMEOUT) { in x11_acquire_next_image_from_queue()
1969 assert(result != VK_TIMEOUT); in x11_manage_fifo_queues()
2443 result = VK_TIMEOUT; in x11_wait_for_present_queued()
2485 result = VK_TIMEOUT; in x11_wait_for_present_polled()
[all …]
Dwsi_common_wayland.c1730 return VK_TIMEOUT; in wsi_wl_swapchain_wait_for_present()
1778 ret = VK_TIMEOUT; in wsi_wl_swapchain_wait_for_present()
1880 return (info->timeout ? VK_TIMEOUT : VK_NOT_READY); in wsi_wl_swapchain_acquire_next_image()
Dwsi_common_display.c1478 result = VK_TIMEOUT; in wsi_display_acquire_next_image()
1671 result = VK_TIMEOUT; in wsi_display_fence_wait()
2066 result = VK_TIMEOUT; in wsi_display_wait_for_present()
Dwsi_common_win32.cpp662 return VK_TIMEOUT; in wsi_win32_acquire_next_image()
/hardware/google/gfxstream/host/vulkan/
DDeviceOpTracker.cpp212 if (result == VK_TIMEOUT) { in OnQueueSubmittedWithFence()
Dvk_util.h333 for (uint32_t retryTimes = 1; retryTimes < retryLimit && res == VK_TIMEOUT; retryTimes++) { in waitForVkQueueIdleWithRetry()
DDisplayVk.cpp535 if (res == VK_TIMEOUT) { in postImpl()
DVkAndroidNativeBuffer.cpp790 case VK_TIMEOUT: in syncImageToColorBuffer()
DCompositorVk.cpp1320 if (res == VK_TIMEOUT) { in compose()
/hardware/google/gfxstream/host/
DSyncThread.cpp442 if (result == VK_TIMEOUT) { in doSyncWaitVk()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1017 fname:vkAcquireNextImageKHR returns ename:VK_TIMEOUT.
1153 * ename:VK_TIMEOUT is returned if pname:timeout is greater than zero and
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp242 eTimeout = VK_TIMEOUT,
Dvk_enum_string_helper.h120 case VK_TIMEOUT: in string_VkResult()
Dvulkan_enums.hpp242 eTimeout = VK_TIMEOUT,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc2698 ename:VK_TIMEOUT will be returned in this case if the condition is not
2703 Otherwise, fname:vkWaitForFences returns ename:VK_TIMEOUT after the
4488 ename:VK_TIMEOUT will be returned in this case if the condition is not
4493 Otherwise, fname:vkWaitSemaphores returns ename:VK_TIMEOUT after the
Dfundamentals.adoc1311 * ename:VK_TIMEOUT A wait operation has not completed in the specified
/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp4813 return VK_TIMEOUT; in on_vkWaitForFences()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h143 VK_TIMEOUT = 2, enumerator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12662 is 0 to ename:VK_NOT_READY instead of ename:VK_TIMEOUT (public issue