Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h153 wsi_swapchain_get_present_mode(struct wsi_device *wsi,
Dwsi_common_win32.c462 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_win32_surface_create_swapchain()
Dwsi_common_wayland.c1297 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in wsi_wl_surface_create_swapchain()
Dwsi_common.c368 wsi_swapchain_get_present_mode(struct wsi_device *wsi, in wsi_swapchain_get_present_mode() function
Dwsi_common_x11.c1955 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in x11_surface_create_swapchain()
Dwsi_common_display.c1965 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_display_surface_create_swapchain()