Searched refs:enableEmulatedEtc2 (Results 1 – 1 of 1) sorted by relevance
1212 pFeatures->textureCompressionETC2 |= enableEmulatedEtc2(physicalDevice, vk); in on_vkGetPhysicalDeviceFeatures()1253 pFeatures->features.textureCompressionETC2 |= enableEmulatedEtc2(physicalDevice, vk); in on_vkGetPhysicalDeviceFeatures2()7008 bool enableEmulatedEtc2(VkPhysicalDevice physicalDevice, VulkanDispatch* vk) { in enableEmulatedEtc2() function in gfxstream::vk::VkDecoderGlobalState::Impl7025 if (!enableEmulatedEtc2(physicalDevice, vk)) { in needEmulatedEtc2()