Lines Matching refs:image_index
1018 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present() local
1021 if (swapchain->fences[image_index] == VK_NULL_HANDLE) { in wsi_common_queue_present()
1029 &swapchain->fences[image_index]); in wsi_common_queue_present()
1041 &swapchain->buffer_blit_semaphores[image_index]); in wsi_common_queue_present()
1047 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
1053 result = wsi->ResetFences(device, 1, &swapchain->fences[image_index]); in wsi_common_queue_present()
1071 swapchain->get_wsi_image(swapchain, image_index); in wsi_common_queue_present()
1087 &swapchain->buffer_blit_semaphores[image_index]; in wsi_common_queue_present()
1107 VkFence fence = swapchain->fences[image_index]; in wsi_common_queue_present()
1154 wsi->WaitForFences(device, 1, &swapchain->fences[image_index], in wsi_common_queue_present()
1161 result = swapchain->queue_present(swapchain, image_index, region); in wsi_common_queue_present()
1166 VkDeviceMemory mem = swapchain->get_wsi_image(swapchain, image_index)->memory; in wsi_common_queue_present()