Lines Matching defs:pPresentInfo
1004 const VkPresentInfoKHR *pPresentInfo)
1009 MAX2(1, pPresentInfo->waitSemaphoreCount));
1010 for (uint32_t s = 0; s < MAX2(1, pPresentInfo->waitSemaphoreCount); s++)
1014 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR);
1016 for (uint32_t i = 0; i < pPresentInfo->swapchainCount; i++) {
1017 VK_FROM_HANDLE(wsi_swapchain, swapchain, pPresentInfo->pSwapchains[i]);
1018 uint32_t image_index = pPresentInfo->pImageIndices[i];
1065 submit_info.waitSemaphoreCount = pPresentInfo->waitSemaphoreCount;
1066 submit_info.pWaitSemaphores = pPresentInfo->pWaitSemaphores;
1171 if (pPresentInfo->pResults != NULL)
1172 pPresentInfo->pResults[i] = result;
1185 wsi_QueuePresentKHR(VkQueue _queue, const VkPresentInfoKHR *pPresentInfo)
1193 pPresentInfo);