Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h42 VkResult (*get_present_modes)(VkIcdSurfaceBase *surface, member
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h128 VkResult (*get_present_modes)(VkIcdSurfaceBase *surface, member
Dwsi_common.c233 result = iface->get_present_modes(surface, &present_mode_count, NULL); in wsi_swapchain_is_present_mode_supported()
241 result = iface->get_present_modes(surface, &present_mode_count, in wsi_swapchain_is_present_mode_supported()
438 return iface->get_present_modes(surface, pPresentModeCount, in wsi_common_get_surface_present_modes()
Dwsi_common_wayland.c1184 wsi->base.get_present_modes = wsi_wl_surface_get_present_modes; in wsi_wl_init_wsi()
Dwsi_common_x11.c1735 wsi->base.get_present_modes = x11_surface_get_present_modes; in wsi_x11_init_wsi()
Dwsi_common_display.c1938 wsi->base.get_present_modes = wsi_display_surface_get_present_modes; in wsi_display_init_wsi()