Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1314 const bool emulatedTexture = isEmulatedCompressedTexture(format, physicalDevice, vk); in on_vkGetPhysicalDeviceImageFormatProperties()
1346 const bool emulatedTexture = isEmulatedCompressedTexture(format, physicalDevice, vk); in on_vkGetPhysicalDeviceImageFormatProperties2()
8418 bool isEmulatedCompressedTexture(VkFormat format, VkPhysicalDevice physicalDevice, in isEmulatedCompressedTexture() function in gfxstream::vk::VkDecoderGlobalState::Impl
8456 if (isEmulatedCompressedTexture(format, physicalDevice, vk)) { in getPhysicalDeviceFormatPropertiesCore()