Lines Matching defs:pPresentInfo
1002 const VkPresentInfoKHR *pPresentInfo)
1007 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR);
1009 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
1010 WSI_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]);
1038 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount;
1039 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
1044 pPresentInfo->waitSemaphoreCount,
1051 for (uint32_t s = 0; s < pPresentInfo->waitSemaphoreCount; s++)
1062 swapchain->get_wsi_image(swapchain, pPresentInfo->pImageIndices[i]);
1078 pPresentInfo->pImageIndices[i],
1093 if (pPresentInfo->pResults != NULL)
1094 pPresentInfo->pResults[i] = result;