Searched refs:VK_ERROR_SURFACE_LOST_KHR (Results 1 – 16 of 16) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_x11.c | 706 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_capabilities() 883 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_formats() 908 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_formats2() 963 return VK_ERROR_SURFACE_LOST_KHR; in x11_surface_get_present_rectangles() 1239 return VK_ERROR_SURFACE_LOST_KHR; in x11_handle_dri3_present_event() 1524 result = x11_swapchain_result(chain, VK_ERROR_SURFACE_LOST_KHR); in x11_acquire_next_image_poll_x11() 1764 if (chain->status == VK_ERROR_SURFACE_LOST_KHR) in x11_release_images() 1821 result = VK_ERROR_SURFACE_LOST_KHR; in x11_acquire_next_image() 2065 result = VK_ERROR_SURFACE_LOST_KHR; in x11_manage_fifo_queues() 2548 result = x11_swapchain_result(chain, VK_ERROR_SURFACE_LOST_KHR); in x11_wait_for_present_polled() [all …]
|
D | wsi_common_display.c | 1432 if (chain->status == VK_ERROR_SURFACE_LOST_KHR) in wsi_display_release_images() 1485 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_acquire_next_image() 1594 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector() 1605 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector() 1614 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector() 1632 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_display_setup_connector() 1901 wsi_display_surface_error(chain, VK_ERROR_SURFACE_LOST_KHR); in _wsi_display_queue_next() 1902 return VK_ERROR_SURFACE_LOST_KHR; in _wsi_display_queue_next() 1985 wsi_display_surface_error(chain, VK_ERROR_SURFACE_LOST_KHR); in _wsi_display_queue_next() 1986 return VK_ERROR_SURFACE_LOST_KHR; in _wsi_display_queue_next()
|
D | wsi_common_wayland.c | 881 result = VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_display_init() 1202 return VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_surface_get_formats() 1241 return VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_surface_get_formats2() 1279 return VK_ERROR_SURFACE_LOST_KHR; in wsi_wl_surface_get_present_modes()
|
D | wsi_common_win32.cpp | 178 return VK_ERROR_SURFACE_LOST_KHR; in wsi_win32_surface_get_capabilities() 619 if (chain->status == VK_ERROR_SURFACE_LOST_KHR) in wsi_win32_release_images()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/ |
D | wsi.adoc | 74 * ename:VK_ERROR_SURFACE_LOST_KHR the surface is no longer available.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_surface.adoc | 196 ** Add error result VK_ERROR_SURFACE_LOST_KHR.
|
D | VK_KHR_swapchain.adoc | 719 ** Added error result VK_ERROR_SURFACE_LOST_KHR.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 1149 * ename:VK_ERROR_SURFACE_LOST_KHR is returned if the surface becomes no 1418 or ename:VK_ERROR_SURFACE_LOST_KHR, the set of queue operations are still 1684 ename:VK_ERROR_SURFACE_LOST_KHR is returned.
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 267 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR,
|
D | vk_enum_string_helper.h | 90 case VK_ERROR_SURFACE_LOST_KHR: in string_VkResult()
|
D | vulkan_enums.hpp | 264 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | extensions.adoc | 831 errors, like etext:VK_ERROR_SURFACE_LOST_KHR.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 1792 name="VK_ERROR_SURFACE_LOST_KHR"/> 1808 VK_ERROR_SURFACE_LOST_KHR = -1000000000,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/ |
D | wsi.adoc | 149 Several WSI functions return ename:VK_ERROR_SURFACE_LOST_KHR if the surface
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fundamentals.adoc | 1369 * ename:VK_ERROR_SURFACE_LOST_KHR A surface is no longer available.
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 165 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator
|