Home
last modified time | relevance | path

Searched refs:wsi_queue_destroy (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c944 wsi_queue_destroy(&chain->acquire_queue); in x11_swapchain_destroy()
945 wsi_queue_destroy(&chain->present_queue); in x11_swapchain_destroy()
1059 wsi_queue_destroy(&chain->acquire_queue); in x11_surface_create_swapchain()
1069 wsi_queue_destroy(&chain->present_queue); in x11_surface_create_swapchain()
1070 wsi_queue_destroy(&chain->acquire_queue); in x11_surface_create_swapchain()
Dwsi_common_queue.h82 wsi_queue_destroy(struct wsi_queue *queue) in wsi_queue_destroy() function