Home
last modified time | relevance | path

Searched refs:get_present_modes (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h42 VkResult (*get_present_modes)(VkIcdSurfaceBase *surface, member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h129 VkResult (*get_present_modes)(VkIcdSurfaceBase *surface, member
Dwsi_common.c262 result = iface->get_present_modes(surface, &present_mode_count, NULL); in wsi_swapchain_is_present_mode_supported()
270 result = iface->get_present_modes(surface, &present_mode_count, in wsi_swapchain_is_present_mode_supported()
483 return iface->get_present_modes(surface, pPresentModeCount, in wsi_GetPhysicalDeviceSurfacePresentModesKHR()
Dwsi_common_win32.c687 wsi->base.get_present_modes = wsi_win32_surface_get_present_modes; in wsi_win32_init_wsi()
Dwsi_common_wayland.c1341 wsi->base.get_present_modes = wsi_wl_surface_get_present_modes; in wsi_wl_init_wsi()
Dwsi_common_x11.c1963 wsi->base.get_present_modes = x11_surface_get_present_modes; in wsi_x11_init_wsi()
Dwsi_common_display.c1948 wsi->base.get_present_modes = wsi_display_surface_get_present_modes; in wsi_display_init_wsi()