Home
last modified time | relevance | path

Searched refs:VK_ERROR_SURFACE_LOST_KHR (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c706 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 …]
Dwsi_common_display.c1432 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()
Dwsi_common_wayland.c881 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()
Dwsi_common_win32.cpp178 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/
Dwsi.adoc74 * ename:VK_ERROR_SURFACE_LOST_KHR the surface is no longer available.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_surface.adoc196 ** Add error result VK_ERROR_SURFACE_LOST_KHR.
DVK_KHR_swapchain.adoc719 ** Added error result VK_ERROR_SURFACE_LOST_KHR.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc1149 * 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/
Dvulkansc_enums.hpp267 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR,
Dvk_enum_string_helper.h90 case VK_ERROR_SURFACE_LOST_KHR: in string_VkResult()
Dvulkan_enums.hpp264 eErrorSurfaceLostKHR = VK_ERROR_SURFACE_LOST_KHR,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dextensions.adoc831 errors, like etext:VK_ERROR_SURFACE_LOST_KHR.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc1792 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/
Dwsi.adoc149 Several WSI functions return ename:VK_ERROR_SURFACE_LOST_KHR if the surface
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc1369 * ename:VK_ERROR_SURFACE_LOST_KHR A surface is no longer available.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h165 VK_ERROR_SURFACE_LOST_KHR = -1000000000, enumerator