Searched refs:isAstc (Results 1 – 6 of 6) sorted by relevance
209 (cmpInfo.isAstc() && emulateTextureAstc && !useAstcCpuDecompression)); in needGpuDecompression()213 (cmpInfo.isAstc() && emulateTextureAstc)); in needEmulatedDecompression()217 (gfxstream::vk::isAstc(format) && emulateTextureAstc); in needEmulatedDecompression()
190 constexpr bool isAstc(VkFormat format) { in isAstc() function
2155 if (cmpInfo.isAstc()) { in on_vkCreateImage()7094 (gfxstream::vk::isAstc(format) && needEmulatedAstc(physicalDevice, vk)); in isEmulatedCompressedTexture()
113 bool isAstc() const;
185 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::CompressedImageInfo750 } else if (isAstc()) { in decompress()
288 if (isAstc(format)) { in getPipelineLayout()