Lines Matching defs:pPresentInfo
1889 const VkPresentInfoKHR* pPresentInfo)
1950 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
1951 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i];
1955 uint32_t image_index = pPresentInfo->pImageIndices[i];
1959 pPresentInfo->pWaitSemaphores,
1960 pPresentInfo->waitSemaphoreCount,
1963 VkPresentInfoKHR present_info = *pPresentInfo;
1974 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
1975 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i];
1979 uint32_t image_index = pPresentInfo->pImageIndices[i];
1981 VkPresentInfoKHR present_info = *pPresentInfo;
1988 pPresentInfo->pWaitSemaphores,
1989 pPresentInfo->waitSemaphoreCount,
2004 if (pPresentInfo->pResults)
2005 pPresentInfo->pResults[i] = chain_result;