Home
last modified time | relevance | path

Searched refs:VK_SUBOPTIMAL_KHR (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GGP_stream_descriptor_surface/
DplatformCreateSurface_streamdescriptor.adoc64 dimensions during presentation if possible and ename:VK_SUBOPTIMAL_KHR is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc68 * ename:VK_SUBOPTIMAL_KHR the swapchain no longer matches the surface
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1200 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()
Dwsi_common.c1177 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()
Dwsi_common_wayland.c1872 return (chain->suboptimal ? VK_SUBOPTIMAL_KHR : VK_SUCCESS); in wsi_wl_swapchain_acquire_next_image()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentScalingCreateInfo.adoc12 * Scaling is done and ename:VK_SUCCESS or ename:VK_SUBOPTIMAL_KHR is
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc991 either return ename:VK_SUCCESS or ename:VK_SUBOPTIMAL_KHR.
992 The implementation may: return ename:VK_SUBOPTIMAL_KHR if the swapchain no
1063 ename:VK_SUBOPTIMAL_KHR may: happen, for example, if the platform surface
1072 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, and
1676 The result codes ename:VK_ERROR_OUT_OF_DATE_KHR and ename:VK_SUBOPTIMAL_KHR
1693 * If any of the presents would have a result of ename:VK_SUBOPTIMAL_KHR if
1694 issued separately then ename:VK_SUBOPTIMAL_KHR is returned.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_swapchain.adoc119 * ename:VK_SUBOPTIMAL_KHR - Presentation will still succeed, subject to
195 that has generated a ename:VK_SUBOPTIMAL_KHR return code while still using
466 ** Added issue 9, and the related VK_SUBOPTIMAL_KHR result code.
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp41 case VK_SUBOPTIMAL_KHR: in shouldRecreateSwapchain()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp269 eSuboptimalKHR = VK_SUBOPTIMAL_KHR,
Dvk_enum_string_helper.h112 case VK_SUBOPTIMAL_KHR: in string_VkResult()
Dvulkan_enums.hpp266 eSuboptimalKHR = VK_SUBOPTIMAL_KHR,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc1794 name="VK_SUBOPTIMAL_KHR"/>
1809 VK_SUBOPTIMAL_KHR = 1000000001,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfundamentals.adoc1317 * ename:VK_SUBOPTIMAL_KHR A swapchain no longer matches the surface
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h167 VK_SUBOPTIMAL_KHR = 1000001003, enumerator