Searched refs:present_info (Results 1 – 1 of 1) sorted by relevance
1970 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local1971 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()1972 present_info.pSwapchains = &swapchain; in overlay_QueuePresentKHR()1973 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()1976 result = queue_data->device->vtable.QueuePresentKHR(queue, &present_info); in overlay_QueuePresentKHR()1988 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local1989 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()1990 present_info.pSwapchains = &swapchain; in overlay_QueuePresentKHR()1991 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()2004 present_info.pWaitSemaphores = &draw->semaphore; in overlay_QueuePresentKHR()[all …]