Lines Matching refs:pPresentInfo
557 const VkPresentInfoKHR *pPresentInfo) in wsi_common_queue_present() argument
562 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR); in wsi_common_queue_present()
564 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) { in wsi_common_queue_present()
565 VK_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]); in wsi_common_queue_present()
566 uint32_t image_index = pPresentInfo->pImageIndices[i]; in wsi_common_queue_present()
612 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount; in wsi_common_queue_present()
613 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores; in wsi_common_queue_present()
618 pPresentInfo->waitSemaphoreCount, in wsi_common_queue_present()
625 for (uint32_t s = 0; s < pPresentInfo->waitSemaphoreCount; s++) in wsi_common_queue_present()
660 if (pPresentInfo->pResults != NULL) in wsi_common_queue_present()
661 pPresentInfo->pResults[i] = result; in wsi_common_queue_present()