Lines Matching refs:local_pPresentInfo
433 safe_VkPresentInfoKHR *local_pPresentInfo = NULL; in DispatchQueuePresentKHR() local
436 local_pPresentInfo = new safe_VkPresentInfoKHR(pPresentInfo); in DispatchQueuePresentKHR()
437 if (local_pPresentInfo->pWaitSemaphores) { in DispatchQueuePresentKHR()
438 … for (uint32_t index1 = 0; index1 < local_pPresentInfo->waitSemaphoreCount; ++index1) { in DispatchQueuePresentKHR()
439 …local_pPresentInfo->pWaitSemaphores[index1] = layer_data->Unwrap(pPresentInfo->pWaitSemaphores[ind… in DispatchQueuePresentKHR()
442 if (local_pPresentInfo->pSwapchains) { in DispatchQueuePresentKHR()
443 for (uint32_t index1 = 0; index1 < local_pPresentInfo->swapchainCount; ++index1) { in DispatchQueuePresentKHR()
444 … local_pPresentInfo->pSwapchains[index1] = layer_data->Unwrap(pPresentInfo->pSwapchains[index1]); in DispatchQueuePresentKHR()
449 …VkResult result = layer_data->device_dispatch_table.QueuePresentKHR(queue, local_pPresentInfo->ptr… in DispatchQueuePresentKHR()
455 pPresentInfo->pResults[i] = local_pPresentInfo->pResults[i]; in DispatchQueuePresentKHR()
458 delete local_pPresentInfo; in DispatchQueuePresentKHR()