Searched refs:needEmulatedAstc (Results 1 – 1 of 1) sorted by relevance
1640 bool emulateTextureAstc = needEmulatedAstc(physicalDevice, vk); in on_vkCreateDevice()7033 bool needEmulatedAstc(VkPhysicalDevice physicalDevice, VulkanDispatch* vk) { in needEmulatedAstc() function in gfxstream::vk::VkDecoderGlobalState::Impl7094 (gfxstream::vk::isAstc(format) && needEmulatedAstc(physicalDevice, vk)); in isEmulatedCompressedTexture()