Searched refs:n_wait_semaphores (Results 1 – 1 of 1) sorted by relevance
1156 unsigned n_wait_semaphores, in render_swapchain_display() argument1361 if (n_wait_semaphores == 0 && device_data->graphic_queue->queue != present_queue->queue) { in render_swapchain_display()1384 …gs *stages_wait = (VkPipelineStageFlags*) malloc(sizeof(VkPipelineStageFlags) * n_wait_semaphores); in render_swapchain_display()1385 for (unsigned i = 0; i < n_wait_semaphores; i++) in render_swapchain_display()1396 submit_info.waitSemaphoreCount = n_wait_semaphores; in render_swapchain_display()1826 unsigned n_wait_semaphores, in before_present() argument1837 wait_semaphores, n_wait_semaphores, in before_present()