Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp184 case TextureFormat::UNSIGNED_SHORT_4444: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
395 case TextureFormat::UNSIGNED_SHORT_4444: cMin = 0.0f; cMax = 15.f; break; in getFloatChannelValueRange()
540 case TextureFormat::UNSIGNED_SHORT_4444: return IVec4(4); in getChannelBitDepth()
609 case TextureFormat::UNSIGNED_SHORT_4444: in getChannelMantissaBitDepth()
DtcuTexture.cpp591 case TextureFormat::UNSIGNED_SHORT_4444: in isValid()
738 case TextureFormat::UNSIGNED_SHORT_4444: in getPixelSize()
1014 …case TextureFormat::UNSIGNED_SHORT_4444: return swizzleRB(UVec4(UI16(12, 4), UI16( 8, 4), UI16(… in getPixel()
1108 case TextureFormat::UNSIGNED_SHORT_4444: // Fall-through in getPixelInt()
1307 case TextureFormat::UNSIGNED_SHORT_4444: in setPixel()
1443 case TextureFormat::UNSIGNED_SHORT_4444: in setPixel()
DtcuTexture.hpp92 UNSIGNED_SHORT_4444, enumerator
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp1199 case tcu::TextureFormat::UNSIGNED_SHORT_4444: in isPackedType()