Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DColorBufferVk.cpp33 if (getGlobalVkEmulation()->features.VulkanSnapshots.enabled && stream) { in create()
41 if (!getGlobalVkEmulation()->features.VulkanSnapshots.enabled) { in onSave()
DVkAndroidNativeBuffer.cpp142 auto emu = getGlobalVkEmulation(); in prepareAndroidNativeBufferImage()
506 auto emu = getGlobalVkEmulation(); in setAndroidNativeImageSemaphoreSignaled()
644 auto emu = getGlobalVkEmulation(); in syncImageToColorBuffer()
DVkCommonOperations.h445 VkEmulation* getGlobalVkEmulation();
DVkCommonOperations.cpp1380 VkEmulation* getGlobalVkEmulation() { in getGlobalVkEmulation() function
DVkDecoderGlobalState.cpp354 m_emu(getGlobalVkEmulation()), in Impl()
4713 auto emu = getGlobalVkEmulation(); in getHostFeatureSupport()
/hardware/google/gfxstream/host/
DRenderThread.cpp305 if (vk::getGlobalVkEmulation()) { in main()
DRenderControl.cpp325 return features.Vulkan.enabled && vk::getGlobalVkEmulation() && in shouldEnableVulkan()
Dvirtio-gpu-gfxstream-renderer.cpp1503 auto vk_emu = gfxstream::vk::getGlobalVkEmulation(); in fillCaps()
/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp483 auto* vkEmulation = getGlobalVkEmulation(); in TEST_F()