Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1213 pFeatures->textureCompressionASTC_LDR |= enableEmulatedAstc(physicalDevice, vk); in on_vkGetPhysicalDeviceFeatures()
1254 pFeatures->features.textureCompressionASTC_LDR |= enableEmulatedAstc(physicalDevice, vk); in on_vkGetPhysicalDeviceFeatures2()
7015 bool enableEmulatedAstc(VkPhysicalDevice physicalDevice, VulkanDispatch* vk) { in enableEmulatedAstc() function in gfxstream::vk::VkDecoderGlobalState::Impl
7034 if (!enableEmulatedAstc(physicalDevice, vk)) { in needEmulatedAstc()