Searched refs:VK_NOT_READY (Results 1 – 22 of 22) sorted by relevance
107 EXPECT_CALL(mMockDispatch, vkGetFenceStatus(_, _)).WillOnce(Return(VK_NOT_READY)); in TEST_F()
73 if (status != VK_NOT_READY) { in pop()
224 if (fenceStatus == VK_NOT_READY) { return false; } in postImpl()
3414 if (res == VK_NOT_READY) { in allocateQueueTransferCommandBuffer_locked()
1194 if (result == VK_TIMEOUT || result == VK_NOT_READY) in _x11_swapchain_result()1431 return x11_swapchain_result(chain, VK_NOT_READY); in x11_acquire_next_image_poll_find_index()1449 if (result != VK_NOT_READY) in x11_acquire_next_image_poll_x11()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()1515 if (result != VK_NOT_READY) 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()1828 return VK_NOT_READY; in x11_acquire_next_image()
312 return VK_NOT_READY; in wsi_headless_swapchain_acquire_next_image()
1880 return (info->timeout ? VK_TIMEOUT : VK_NOT_READY); in wsi_wl_swapchain_acquire_next_image()
151 } while( result == VK_NOT_READY );
244 return VK_NOT_READY; in vk_common_GetFenceStatus()
338 return VK_NOT_READY; in vk_sync_timeline_get_point_locked()
280 returns ename:VK_NOT_READY.
1014 ename:VK_NOT_READY if no image is available.1151 * ename:VK_NOT_READY is returned if pname:timeout is zero and no image was
241 eNotReady = VK_NOT_READY,
104 case VK_NOT_READY: in string_VkResult()
2410 <enum value="2" name="VK_NOT_READY"/>2504 VK_NOT_READY = 2,
2178 * Clarify that flink:vkGetQueryPoolResults may return ename:VK_NOT_READY4293 flink:vkGetQueryPoolResults returns VK_NOT_READY>> (internal issue12662 is 0 to ename:VK_NOT_READY instead of ename:VK_TIMEOUT (public issue
1310 * ename:VK_NOT_READY A fence or query has not yet completed
1177 may: return ename:VK_NOT_READY if there are queries in the unavailable
2577 | ename:VK_NOT_READY | The fence specified by pname:fence is unsignaled.
4687 if (VK_NOT_READY == currentFenceStatus || VK_SUCCESS == currentFenceStatus) { in on_vkGetFenceFdKHR()
142 VK_NOT_READY = 1, enumerator