Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c309 STACK_ARRAY(VkSemaphoreSubmitInfo, wait_semaphores, n_wait_semaphores); in vk_common_QueueSubmit()
356 wait_semaphores[n_wait_semaphores + i] = (VkSemaphoreSubmitInfo) { in vk_common_QueueSubmit()
389 .pWaitSemaphoreInfos = &wait_semaphores[n_wait_semaphores], in vk_common_QueueSubmit()
424 STACK_ARRAY_FINISH(wait_semaphores); in vk_common_QueueSubmit()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1171 const VkSemaphore *wait_semaphores, in render_swapchain_display() argument
1413 submit_info.pWaitSemaphores = wait_semaphores; in render_swapchain_display()
1841 const VkSemaphore *wait_semaphores, in before_present() argument
1853 wait_semaphores, n_wait_semaphores, in before_present()