Home
last modified time | relevance | path

Searched refs:has_signal_dma_buf (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common.c1109 bool has_signal_dma_buf = false; in wsi_common_queue_present() local
1116 has_signal_dma_buf = true; in wsi_common_queue_present()
1119 has_signal_dma_buf = false; in wsi_common_queue_present()
1126 if (!has_signal_dma_buf) { in wsi_common_queue_present()
1131 has_signal_dma_buf = false; in wsi_common_queue_present()
1144 if (has_signal_dma_buf) { in wsi_common_queue_present()
1150 assert(!has_signal_dma_buf); in wsi_common_queue_present()

Completed in 3 milliseconds