Home
last modified time | relevance | path

Searched defs:isAstc (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gfxstream/host/vulkan/
DVkFormatUtils.h190 constexpr bool isAstc(VkFormat format) { in isAstc() function
/external/mesa3d/src/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp364 bool CompressedImageInfo::isAstc() const { return gfxstream::vk::isAstc(mCompressedFormat); } in isAstc() function in gfxstream::vk::CompressedImageInfo