Lines Matching refs:pPresentInfo
664 const VkPresentInfoKHR *pPresentInfo)
669 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR);
671 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
672 VK_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]);
673 uint32_t image_index = pPresentInfo->pImageIndices[i];
719 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount;
720 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
725 pPresentInfo->waitSemaphoreCount,
732 for (uint32_t s = 0; s < pPresentInfo->waitSemaphoreCount; s++)
771 if (pPresentInfo->pResults != NULL)
772 pPresentInfo->pResults[i] = result;
783 wsi_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo)
791 pPresentInfo);