Home
last modified time | relevance | path

Searched refs:perSwapchainResult (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkQueue.cpp231 …VkResult perSwapchainResult = vk::Cast(presentInfo->pSwapchains[i])->present(presentInfo->pImageIn… in present() local
235 presentInfo->pResults[i] = perSwapchainResult; in present()
240 if(perSwapchainResult != VK_SUCCESS) in present()
244 commandResult = perSwapchainResult; in present()