Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCompressedTexture.hpp85 COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK, enumerator
DtcuCompressedTexture.cpp75 case COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK: return 8; in getBlockSize()
185 case COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK: in isBcFormat()
327 …if (format == COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK || format == COMPRESSEDTEXFORMAT_BC4_SNORM_BLOCK) in getUncompressedFormat()
2476 case COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK: decompressBc4 (dst, src, false); break; in decompressBlock()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureCompressedFormatTests.cpp209 || m_compressedFormat == tcu::COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK in iterate()
329 || m_compressedFormat == tcu::COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2883 case tcu::COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK: return VK_FORMAT_BC4_UNORM_BLOCK; in mapCompressedTextureFormat()
3141 case VK_FORMAT_BC4_UNORM_BLOCK: return tcu::COMPRESSEDTEXFORMAT_BC4_UNORM_BLOCK; in mapVkCompressedFormat()