Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkDecoderInternalStructs.h209 (cmpInfo.isAstc() && emulateTextureAstc && !useAstcCpuDecompression)); in needGpuDecompression()
213 (cmpInfo.isAstc() && emulateTextureAstc)); in needEmulatedDecompression()
217 (gfxstream::vk::isAstc(format) && emulateTextureAstc); in needEmulatedDecompression()
DVkFormatUtils.h190 constexpr bool isAstc(VkFormat format) { in isAstc() function
DVkDecoderGlobalState.cpp2155 if (cmpInfo.isAstc()) { in on_vkCreateImage()
7094 (gfxstream::vk::isAstc(format) && needEmulatedAstc(physicalDevice, vk)); in isEmulatedCompressedTexture()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h113 bool isAstc() const;
DCompressedImageInfo.cpp185 return gfxstream::vk::isAstc(format) || gfxstream::vk::isEtc2(format) || in isCompressedFormat()
364 bool CompressedImageInfo::isAstc() const { return gfxstream::vk::isAstc(mCompressedFormat); } in isAstc() function in gfxstream::vk::CompressedImageInfo
750 } else if (isAstc()) { in decompress()
DGpuDecompressionPipeline.cpp288 if (isAstc(format)) { in getPipelineLayout()