Searched refs:n_wait_semaphores (Results 1 – 2 of 2) sorted by relevance
362 uint32_t n_wait_semaphores = 0; in vk_common_QueueSubmit() local366 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()371 STACK_ARRAY(VkSemaphoreSubmitInfo, wait_semaphores, n_wait_semaphores); in vk_common_QueueSubmit()375 n_wait_semaphores = 0; in vk_common_QueueSubmit()418 wait_semaphores[n_wait_semaphores + i] = (VkSemaphoreSubmitInfo) { in vk_common_QueueSubmit()451 .pWaitSemaphoreInfos = &wait_semaphores[n_wait_semaphores], in vk_common_QueueSubmit()476 n_wait_semaphores += pSubmits[s].waitSemaphoreCount; in vk_common_QueueSubmit()
1196 unsigned n_wait_semaphores, in render_swapchain_display() argument1401 if (n_wait_semaphores == 0 && device_data->graphic_queue->queue != present_queue->queue) { in render_swapchain_display()1424 …gs *stages_wait = (VkPipelineStageFlags*) malloc(sizeof(VkPipelineStageFlags) * n_wait_semaphores); in render_swapchain_display()1425 for (unsigned i = 0; i < n_wait_semaphores; i++) in render_swapchain_display()1436 submit_info.waitSemaphoreCount = n_wait_semaphores; in render_swapchain_display()1866 unsigned n_wait_semaphores, in before_present() argument1877 wait_semaphores, n_wait_semaphores, in before_present()