Home
last modified time | relevance | path

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

/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c297 uint32_t n_wait_semaphores = 0; in vk_common_QueueSubmit() local
301 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()
306 STACK_ARRAY(VkSemaphoreSubmitInfo, wait_semaphores, n_wait_semaphores); in vk_common_QueueSubmit()
310 n_wait_semaphores = 0; in vk_common_QueueSubmit()
353 wait_semaphores[n_wait_semaphores + i] = (VkSemaphoreSubmitInfo) { in vk_common_QueueSubmit()
386 .pWaitSemaphoreInfos = &wait_semaphores[n_wait_semaphores], in vk_common_QueueSubmit()
411 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1165 unsigned n_wait_semaphores, in render_swapchain_display()
1370 if (n_wait_semaphores == 0 && device_data->graphic_queue->queue != present_queue->queue) { in render_swapchain_display()
1393 VkPipelineStageFlags *stages_wait = (VkPipelineStageFlags*) malloc(sizeof(VkPipelineStageFlags) * n_wait_semaphores); in render_swapchain_display()
1394 for (unsigned i = 0; i < n_wait_semaphores; i++) in render_swapchain_display()
1405 submit_info.waitSemaphoreCount = n_wait_semaphores; in render_swapchain_display()
1835 unsigned n_wait_semaphores, in before_present()
1846 wait_semaphores, n_wait_semaphores, in before_present()
1162 render_swapchain_display(struct swapchain_data *data, struct queue_data *present_queue, const VkSemaphore *wait_semaphores, unsigned n_wait_semaphores, unsigned image_index) render_swapchain_display() argument
1832 before_present(struct swapchain_data *swapchain_data, struct queue_data *present_queue, const VkSemaphore *wait_semaphores, unsigned n_wait_semaphores, unsigned imageIndex) before_present() argument

Completed in 5 milliseconds