Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_queue.h38 wsi_queue_init(struct wsi_queue *queue, int length) in wsi_queue_init() function
Dwsi_common_x11.c1052 ret = wsi_queue_init(&chain->acquire_queue, chain->image_count + 1); in x11_surface_create_swapchain()
1057 ret = wsi_queue_init(&chain->present_queue, chain->image_count + 1); in x11_surface_create_swapchain()