Home
last modified time | relevance | path

Searched refs:UNORM_SHORT_4444 (Results 1 – 11 of 11) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp104 case TextureFormat::UNORM_SHORT_4444: type = GL_UNSIGNED_SHORT_4_4_4_4; break; in getTransferFormat()
151 case FMT_CASE(RGBA, UNORM_SHORT_4444): return GL_RGBA4; in getInternalFormat()
410 case GL_UNSIGNED_SHORT_4_4_4_4: return TextureFormat::UNORM_SHORT_4444; in mapGLChannelType()
478 case GL_RGBA4: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in mapGLInternalFormat()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp664 case TextureFormat::UNORM_SHORT_4444: in isPackedType()
706 case TextureFormat::UNORM_SHORT_4444: in getPackInfo()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp621 case TextureFormat::UNORM_SHORT_4444: in getFormatThreshold()
690 case TextureFormat::UNORM_SHORT_4444: in isLegalExpandableFormat()
746 case TextureFormat::UNORM_SHORT_4444: in isSmallerThan8BitFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp179 case TextureFormat::UNORM_SHORT_4444: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
381 case TextureFormat::UNORM_SHORT_4444: in getFloatChannelValueRange()
558 case TextureFormat::UNORM_SHORT_4444: return IVec4(4); in getChannelBitDepth()
633 case TextureFormat::UNORM_SHORT_4444: in getChannelMantissaBitDepth()
DtcuTexture.cpp605 case TextureFormat::UNORM_SHORT_4444: in isValid()
764 case TextureFormat::UNORM_SHORT_4444: in getPixelSize()
1068 …case TextureFormat::UNORM_SHORT_4444: return swizzleRB( Vec4(UN16(12, 4), UN16( 8, 4), UN16( 4… in getPixel()
1166 …case TextureFormat::UNORM_SHORT_4444: return swizzleRB(UVec4(U16(12, 4), U16( 8, 4), U16( 4, … in getPixelInt()
1359 case TextureFormat::UNORM_SHORT_4444: in setPixel()
1503 case TextureFormat::UNORM_SHORT_4444: in setPixel()
DtcuTexture.hpp84 UNORM_SHORT_4444, enumerator
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2465 case FMT_CASE(RGBA, UNORM_SHORT_4444): return VK_FORMAT_R4G4B4A4_UNORM_PACK16; in mapTextureFormat()
2469 case FMT_CASE(BGRA, UNORM_SHORT_4444): return VK_FORMAT_B4G4R4A4_UNORM_PACK16; in mapTextureFormat()
2699 …_R4G4B4A4_UNORM_PACK16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in mapVkFormat()
2703 …_B4G4R4A4_UNORM_PACK16: return TextureFormat(TextureFormat::BGRA, TextureFormat::UNORM_SHORT_4444); in mapVkFormat()
3319 case tcu::TextureFormat::UNORM_SHORT_4444: in getFormatComponentWidth()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp814 case tcu::TextureFormat::UNORM_SHORT_4444: in isPackedType()
/external/deqp/modules/egl/
DteglRenderTests.cpp354 …ase PACK_FMT(4,4,4,4): return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_SHORT_4444); in getColorFormat()
/external/deqp/modules/glshared/
DglsLongStressCase.cpp220 texFormat.type == TextureFormat::UNORM_SHORT_4444 || in isMatchingGLInternalFormat()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp168 …mat(4,4,4,4), tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_SHORT_4444) }, in toTextureFormat()