Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderControl.cpp326 vk::VkDecoderGlobalState::get()->getHostFeatureSupport().supportsVulkan; in shouldEnableVulkan()
331 return supportInfo.supportsVulkan && in shouldEnableDeferredVulkanCommands()
337 return supportInfo.supportsVulkan && in shouldEnableCreateResourcesWithRequirements()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h418 bool supportsVulkan = false; member
DVkDecoderGlobalState.cpp4715 res.supportsVulkan = emu && emu->live; in getHostFeatureSupport()
4717 if (!res.supportsVulkan) return res; in getHostFeatureSupport()