Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_swapchain.cc560 const VkPresentInfoKHR present_info = { in Submit() local
573 &present_info)) != VK_SUCCESS) { in Submit()
/third_party/mesa3d/src/vulkan/overlay-layer/
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.pWaitSemaphores = &draw->semaphore; in overlay_QueuePresentKHR()
[all …]