Searched refs:present_info (Results 1 – 1 of 1) sorted by relevance
1954 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local1955 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()1956 present_info.pSwapchains = &swapchain; in overlay_QueuePresentKHR()1957 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()1960 result = queue_data->device->vtable.QueuePresentKHR(queue, &present_info); in overlay_QueuePresentKHR()1972 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local1973 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()1974 present_info.pSwapchains = &swapchain; in overlay_QueuePresentKHR()1975 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()1988 present_info.pWaitSemaphores = &draw->semaphore; in overlay_QueuePresentKHR()[all …]