Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c128 &chain->dma_buf_semaphore); in prepare_signal_dma_buf_from_semaphore()
161 .semaphore = chain->dma_buf_semaphore, in wsi_signal_dma_buf_from_semaphore()
Dwsi_common_private.h157 VkSemaphore dma_buf_semaphore; member
Dwsi_common.c535 chain->wsi->DestroySemaphore(chain->device, chain->dma_buf_semaphore, in wsi_swapchain_finish()
1404 submit_info.pSignalSemaphores = &swapchain->dma_buf_semaphore; in wsi_common_queue_present()