Lines Matching defs:pPresentInfo
1600 const VkPresentInfoKHR* pPresentInfo)
1668 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
1669 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i];
1674 pPresentInfo->pWaitSemaphores,
1675 pPresentInfo->waitSemaphoreCount,
1676 pPresentInfo->pImageIndices[i]);
1678 result = queue_data->device->vtable.QueuePresentKHR(queue, pPresentInfo);
1680 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
1681 VkSwapchainKHR swapchain = pPresentInfo->pSwapchains[i];
1683 VkPresentInfoKHR present_info = *pPresentInfo;
1687 uint32_t image_index = pPresentInfo->pImageIndices[i];
1691 pPresentInfo->pWaitSemaphores,
1692 pPresentInfo->waitSemaphoreCount,
1704 if (pPresentInfo->pResults)
1705 pPresentInfo->pResults[i] = chain_result;