Home
last modified time | relevance | path

Searched refs:presentInfo (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp1090 const VkPresentRegionKHR* GetPresentRegions(const VkPresentInfoKHR* presentInfo) in GetPresentRegions() argument
1093 const VkPresentRegionsKHR* nextRegions = reinterpret_cast<const VkPresentRegionsKHR*>(presentInfo->pNext); in GetPresentRegions()
1104 if (presentRegions->swapchainCount != presentInfo->swapchainCount) { in GetPresentRegions()
1111 VkResult ReleaseImage(VkQueue queue, const VkPresentInfoKHR* presentInfo, in ReleaseImage() argument
1117 queue, presentInfo->waitSemaphoreCount, presentInfo->pWaitSemaphores, img.image, &fence); in ReleaseImage()
1209 VkQueue queue, const VkPresentInfoKHR* presentInfo) in QueuePresentKHR()
1214 const VkPresentRegionKHR* regions = GetPresentRegions(presentInfo); in QueuePresentKHR()
1220 for (uint32_t i = 0; i < presentInfo->swapchainCount; i++) { in QueuePresentKHR()
1221 Swapchain &swapchain = *(reinterpret_cast<Swapchain*>(presentInfo in QueuePresentKHR()
1208 QueuePresentKHR( VkQueue queue, const VkPresentInfoKHR* presentInfo) QueuePresentKHR() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp1029 VkPresentInfoKHR presentInfo = {}; in HWTEST_F() local
1030 presentInfo.sType = VK_STRUCTURE_TYPE_PRESENT_INFO_KHR; in HWTEST_F()
1031 presentInfo.pNext = &presentRegions; in HWTEST_F()
1032 presentInfo.swapchainCount = 1; in HWTEST_F()
1033 presentInfo.pSwapchains = &swapChain2_; in HWTEST_F()
1034 presentInfo.pImageIndices = &imageIndex; in HWTEST_F()
1036 presentInfo.pWaitSemaphores = &semaphore_; in HWTEST_F()
1037 presentInfo.waitSemaphoreCount = 1; in HWTEST_F()
1038 VkResult err = fpQueuePresentKHR(queue, &presentInfo); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp324 const VkPresentInfoKHR presentInfo {
337 &presentInfo); // pPresentInfo

Completed in 9 milliseconds