Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.hpp87 COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK, enumerator
DtcuCompressedTexture.cpp77 case COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK: return 16; in getBlockSize()
187 case COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK: in isBcFormat()
329 …else if (format == COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK || format == COMPRESSEDTEXFORMAT_BC5_SNORM_… in getUncompressedFormat()
2478 case COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK: decompressBc5 (dst, src, false); break; in decompressBlock()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp210 || m_compressedFormat == tcu::COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK) in iterate()
330 || m_compressedFormat == tcu::COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK) in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2885 case tcu::COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK: return VK_FORMAT_BC5_UNORM_BLOCK; in mapCompressedTextureFormat()
3143 case VK_FORMAT_BC5_UNORM_BLOCK: return tcu::COMPRESSEDTEXFORMAT_BC5_UNORM_BLOCK; in mapVkCompressedFormat()