Searched refs:enableEmulatedAstc (Results 1 – 1 of 1) sorted by relevance
1213 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::Impl7034 if (!enableEmulatedAstc(physicalDevice, vk)) { in needEmulatedAstc()