Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h63 VkResult (*queue_present)(struct lvp_swapchain *swap_chain, member
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h136 VkResult (*queue_present)(struct wsi_swapchain *swap_chain, member
Dwsi_common_win32.c461 chain->base.queue_present = wsi_win32_queue_present; in wsi_win32_surface_create_swapchain()
Dwsi_common_wayland.c1296 chain->base.queue_present = wsi_wl_swapchain_queue_present; in wsi_wl_surface_create_swapchain()
Dwsi_common.c1161 result = swapchain->queue_present(swapchain, image_index, region); in wsi_common_queue_present()
Dwsi_common_x11.c2019 chain->base.queue_present = x11_queue_present; in x11_surface_create_swapchain()
Dwsi_common_display.c1964 chain->base.queue_present = wsi_display_queue_present; in wsi_display_surface_create_swapchain()