Lines Matching refs:pPresentInfo
1880 const VkPresentInfoKHR* pPresentInfo) in overlay_QueuePresentKHR() argument
1941 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { in overlay_QueuePresentKHR()
1942 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i]; in overlay_QueuePresentKHR()
1946 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR()
1950 pPresentInfo->pWaitSemaphores, in overlay_QueuePresentKHR()
1951 pPresentInfo->waitSemaphoreCount, in overlay_QueuePresentKHR()
1954 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR()
1965 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { in overlay_QueuePresentKHR()
1966 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i]; in overlay_QueuePresentKHR()
1970 uint32_t image_index = pPresentInfo->pImageIndices[i]; in overlay_QueuePresentKHR()
1972 VkPresentInfoKHR present_info = *pPresentInfo; in overlay_QueuePresentKHR()
1979 pPresentInfo->pWaitSemaphores, in overlay_QueuePresentKHR()
1980 pPresentInfo->waitSemaphoreCount, in overlay_QueuePresentKHR()
1995 if (pPresentInfo->pResults) in overlay_QueuePresentKHR()
1996 pPresentInfo->pResults[i] = chain_result; in overlay_QueuePresentKHR()