Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h36 static VkFormat getOutputFormat(VkFormat compFmt);
40 static VkFormat getCompressedMipmapsFormat(VkFormat compFmt);
DCompressedImageInfo.cpp245 VkFormat CompressedImageInfo::getOutputFormat(VkFormat compFmt) { in getOutputFormat() argument
246 switch (compFmt) { in getOutputFormat()
298 return compFmt; in getOutputFormat()
303 VkFormat CompressedImageInfo::getCompressedMipmapsFormat(VkFormat compFmt) { in getCompressedMipmapsFormat() argument
304 switch (compFmt) { in getCompressedMipmapsFormat()
347 return compFmt; in getCompressedMipmapsFormat()