Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h86 wsi_swapchain_get_present_mode(struct wsi_device *wsi,
Dwsi_common.c259 wsi_swapchain_get_present_mode(struct wsi_device *wsi, in wsi_swapchain_get_present_mode() function
Dwsi_common_wayland.c1069 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in wsi_wl_surface_create_swapchain()
Dwsi_common_x11.c1490 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in x11_surface_create_swapchain()
Dwsi_common_display.c1822 chain->base.present_mode = wsi_swapchain_get_present_mode(wsi_device, create_info); in wsi_display_surface_create_swapchain()