Searched refs:n_wait_semaphores (Results 1 – 2 of 2) sorted by relevance
300 uint32_t n_wait_semaphores = 0; in vk_common_QueueSubmit() local304 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()309 STACK_ARRAY(VkSemaphoreSubmitInfo, wait_semaphores, n_wait_semaphores); in vk_common_QueueSubmit()313 n_wait_semaphores = 0; 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()414 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()
1172 unsigned n_wait_semaphores, in render_swapchain_display() argument1377 if (n_wait_semaphores == 0 && device_data->graphic_queue->queue != present_queue->queue) { in render_swapchain_display()1400 …gs *stages_wait = (VkPipelineStageFlags*) malloc(sizeof(VkPipelineStageFlags) * n_wait_semaphores); in render_swapchain_display()1401 for (unsigned i = 0; i < n_wait_semaphores; i++) in render_swapchain_display()1412 submit_info.waitSemaphoreCount = n_wait_semaphores; in render_swapchain_display()1842 unsigned n_wait_semaphores, in before_present() argument1853 wait_semaphores, n_wait_semaphores, in before_present()