Searched refs:present_info (Results 1 – 2 of 2) sorted by relevance
560 const VkPresentInfoKHR present_info = { in Submit() local573 &present_info)) != VK_SUCCESS) { in Submit()
1963 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local1964 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()1965 present_info.pSwapchains = &swapchain; in overlay_QueuePresentKHR()1966 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()1969 result = queue_data->device->vtable.QueuePresentKHR(queue, &present_info); in overlay_QueuePresentKHR()1981 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local1982 present_info.swapchainCount = 1; in overlay_QueuePresentKHR()1983 present_info.pSwapchains = &swapchain; in overlay_QueuePresentKHR()1984 present_info.pImageIndices = &image_index; in overlay_QueuePresentKHR()1997 present_info.pWaitSemaphores = &draw->semaphore; in overlay_QueuePresentKHR()[all …]