Searched refs:VK_TIMEOUT (Results 1 – 25 of 25) sorted by relevance
162 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()
251 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()
277 if (result == VK_TIMEOUT) { in vk_sync_timeline_gc_locked()437 return VK_TIMEOUT; in vk_sync_timeline_wait_locked()
243 if (result == VK_TIMEOUT) in vk_common_GetFenceStatus()
422 if (result == VK_TIMEOUT) { in vk_queue_flush()842 if (result == VK_TIMEOUT) in vk_queue_submit()
134 result = VK_TIMEOUT; in wsi_queue_pull()
1194 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 …]
1730 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()
1478 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()
662 return VK_TIMEOUT; in wsi_win32_acquire_next_image()
212 if (result == VK_TIMEOUT) { in OnQueueSubmittedWithFence()
333 for (uint32_t retryTimes = 1; retryTimes < retryLimit && res == VK_TIMEOUT; retryTimes++) { in waitForVkQueueIdleWithRetry()
535 if (res == VK_TIMEOUT) { in postImpl()
790 case VK_TIMEOUT: in syncImageToColorBuffer()
1320 if (res == VK_TIMEOUT) { in compose()
442 if (result == VK_TIMEOUT) { in doSyncWaitVk()
1017 fname:vkAcquireNextImageKHR returns ename:VK_TIMEOUT.1153 * ename:VK_TIMEOUT is returned if pname:timeout is greater than zero and
242 eTimeout = VK_TIMEOUT,
120 case VK_TIMEOUT: in string_VkResult()
2698 ename:VK_TIMEOUT will be returned in this case if the condition is not2703 Otherwise, fname:vkWaitForFences returns ename:VK_TIMEOUT after the4488 ename:VK_TIMEOUT will be returned in this case if the condition is not4493 Otherwise, fname:vkWaitSemaphores returns ename:VK_TIMEOUT after the
1311 * ename:VK_TIMEOUT A wait operation has not completed in the specified
4813 return VK_TIMEOUT; in on_vkWaitForFences()
143 VK_TIMEOUT = 2, enumerator
12662 is 0 to ename:VK_NOT_READY instead of ename:VK_TIMEOUT (public issue