Home
last modified time | relevance | path

Searched refs:present_info (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1963 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR() local
1964 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() local
1982 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 in overlay_QueuePresentKHR()
[all...]

Completed in 5 milliseconds