Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1070 bool has_present_queue; member
1463 if (chain->has_present_queue) { in x11_acquire_next_image_poll_x11()
1879 if (chain->has_present_queue) { in x11_queue_present()
1956 assert(chain->has_present_queue); in x11_manage_fifo_queues()
2362 if (chain->has_present_queue) { in x11_swapchain_destroy()
2575 if (chain->has_present_queue && chain->has_acquire_queue) { in x11_wait_for_present()
2739 chain->has_present_queue = false; in x11_surface_create_swapchain()
2838 chain->has_present_queue = true; in x11_surface_create_swapchain()
2875 assert(chain->has_present_queue || !chain->has_acquire_queue); in x11_surface_create_swapchain()