Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_24_8_REV (Results 1 – 5 of 5) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp253 case FMT_CASE(D, UNSIGNED_INT_24_8_REV): return VK_FORMAT_X8_D24_UNORM_PACK32; in mapTextureFormat()
259 case FMT_CASE(DS, UNSIGNED_INT_24_8_REV): return VK_FORMAT_D24_UNORM_S8_UINT; in mapTextureFormat()
395 …8_D24_UNORM_PACK32: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8_REV); in mapVkFormat()
403 …D24_UNORM_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8_REV); in mapVkFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp122 type == TextureFormat::UNSIGNED_INT_24_8_REV || in isCombinedDepthStencilType()
190 …case TextureFormat::UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed unor… in getTextureChannelClass()
542 case TextureFormat::UNSIGNED_INT_24_8_REV: return IVec4(24,8,0,0); in getChannelBitDepth()
609 case TextureFormat::UNSIGNED_INT_24_8_REV: in getChannelMantissaBitDepth()
1355 case TextureFormat::UNSIGNED_INT_24_8_REV: in toSamplerAccess()
DtcuTexture.cpp629 case TextureFormat::UNSIGNED_INT_24_8_REV: in isValid()
694 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixelSize()
1142 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixDepth()
1166 case TextureFormat::UNSIGNED_INT_24_8_REV: in getPixStencil()
1465 case TextureFormat::UNSIGNED_INT_24_8_REV: in setPixDepth()
1498 case TextureFormat::UNSIGNED_INT_24_8_REV: in setPixStencil()
DtcuTexture.hpp100 UNSIGNED_INT_24_8_REV, enumerator
DtcuTexCompareVerifier.cpp178 case tcu::TextureFormat::UNSIGNED_INT_24_8_REV: return true; in isFixedPointDepthTextureFormat()