Searched refs:UNORM_BYTE_44 (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 171 case TextureFormat::UNORM_BYTE_44: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 363 case TextureFormat::UNORM_BYTE_44: in getFloatChannelValueRange() 518 case TextureFormat::UNORM_BYTE_44: return IVec4(4,4,0,0); in getChannelBitDepth() 585 case TextureFormat::UNORM_BYTE_44: in getChannelMantissaBitDepth()
|
D | tcuTexture.cpp | 594 case TextureFormat::UNORM_BYTE_44: in isValid() 672 case TextureFormat::UNORM_BYTE_44: in getPixelSize() 952 case TextureFormat::UNORM_BYTE_44: return Vec4(UN8 (4, 4), UN8 ( 0, 4), 0.0f, 1.0f); in getPixel() 1048 …case TextureFormat::UNORM_BYTE_44: return UVec4(U8 ( 4, 4), U8 ( 0, 4), 0u, 1u).cast<int>(… in getPixelInt() 1219 …case TextureFormat::UNORM_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8)(PN(color[0], 4, 4) | PN(col… in setPixel() 1368 …case TextureFormat::UNORM_BYTE_44: *((deUint8 *)pixelPtr) = (deUint8 )(PU(color[0], 4, 4) | PU(c… in setPixel()
|
D | tcuTexture.hpp | 81 UNORM_BYTE_44, enumerator
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 147 case FMT_CASE(RG, UNORM_BYTE_44): return VK_FORMAT_R4G4_UNORM_PACK8; in mapTextureFormat() 279 …K_FORMAT_R4G4_UNORM_PACK8: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_BYTE_44); in mapVkFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 842 case TextureFormat::UNORM_BYTE_44: in getFormatThreshold()
|