Searched refs:VK_SUBOPTIMAL_KHR (Results 1 – 15 of 15) sorted by relevance
64 dimensions during presentation if possible and ename:VK_SUBOPTIMAL_KHR is
68 * ename:VK_SUBOPTIMAL_KHR the swapchain no longer matches the surface
1200 if (result == VK_SUBOPTIMAL_KHR) { in _x11_swapchain_result()1202 if (chain->status != VK_SUBOPTIMAL_KHR) { in _x11_swapchain_result()1243 return VK_SUBOPTIMAL_KHR; in x11_handle_dri3_present_event()1283 result = VK_SUBOPTIMAL_KHR; in x11_handle_dri3_present_event()1297 result = VK_SUBOPTIMAL_KHR; in x11_handle_dri3_present_event()1819 result = VK_SUBOPTIMAL_KHR; in x11_acquire_next_image()2758 chain->status = VK_SUBOPTIMAL_KHR; in x11_surface_create_swapchain()
1177 if (result != VK_SUCCESS && result != VK_SUBOPTIMAL_KHR) in wsi_common_acquire_next_image2()1464 if (result != VK_SUCCESS && result != VK_SUBOPTIMAL_KHR) in wsi_common_queue_present()
1872 return (chain->suboptimal ? VK_SUBOPTIMAL_KHR : VK_SUCCESS); in wsi_wl_swapchain_acquire_next_image()
12 * Scaling is done and ename:VK_SUCCESS or ename:VK_SUBOPTIMAL_KHR is
991 either return ename:VK_SUCCESS or ename:VK_SUBOPTIMAL_KHR.992 The implementation may: return ename:VK_SUBOPTIMAL_KHR if the swapchain no1063 ename:VK_SUBOPTIMAL_KHR may: happen, for example, if the platform surface1072 ename:VK_SUBOPTIMAL_KHR or ename:VK_ERROR_OUT_OF_DATE_KHR must: be returned.1156 * ename:VK_SUBOPTIMAL_KHR is returned if an image became available, and1676 The result codes ename:VK_ERROR_OUT_OF_DATE_KHR and ename:VK_SUBOPTIMAL_KHR1693 * If any of the presents would have a result of ename:VK_SUBOPTIMAL_KHR if1694 issued separately then ename:VK_SUBOPTIMAL_KHR is returned.
119 * ename:VK_SUBOPTIMAL_KHR - Presentation will still succeed, subject to195 that has generated a ename:VK_SUBOPTIMAL_KHR return code while still using466 ** Added issue 9, and the related VK_SUBOPTIMAL_KHR result code.
41 case VK_SUBOPTIMAL_KHR: in shouldRecreateSwapchain()
269 eSuboptimalKHR = VK_SUBOPTIMAL_KHR,
112 case VK_SUBOPTIMAL_KHR: in string_VkResult()
266 eSuboptimalKHR = VK_SUBOPTIMAL_KHR,
1794 name="VK_SUBOPTIMAL_KHR"/>1809 VK_SUBOPTIMAL_KHR = 1000000001,
1317 * ename:VK_SUBOPTIMAL_KHR A swapchain no longer matches the surface
167 VK_SUBOPTIMAL_KHR = 1000001003, enumerator