Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp181 case TextureFormat::UNORM_INT_101010: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass()
369 case TextureFormat::UNORM_INT_101010: in getFloatChannelValueRange()
528 case TextureFormat::UNORM_INT_101010: return IVec4(10,10,10,0); in getChannelBitDepth()
595 case TextureFormat::UNORM_INT_101010: in getChannelMantissaBitDepth()
DtcuTexture.cpp612 case TextureFormat::UNORM_INT_101010: in isValid()
686 case TextureFormat::UNORM_INT_101010: in getPixelSize()
961 …case TextureFormat::UNORM_INT_101010: return Vec4(UN32(22, 10), UN32(12, 10), UN32( 2, 10), … in getPixel()
1056 …case TextureFormat::UNORM_INT_101010: return UVec4(U32(22, 10), U32(12, 10), U32( 2, 10), 1).… in getPixelInt()
1221 …case TextureFormat::UNORM_INT_101010: *((deUint32*)pixelPtr) = PN(color[0], 22, 10) | PN(color[1],… in setPixel()
1369 …case TextureFormat::UNORM_INT_101010: *((deUint32*)pixelPtr) = PU(color[0], 22, 10) | PU(color[1],… in setPixel()
DtcuTexture.hpp87 UNORM_INT_101010, enumerator
/external/deqp/framework/opengl/
DgluTextureUtil.cpp113 case TextureFormat::UNORM_INT_101010: type = GL_UNSIGNED_INT_2_10_10_10_REV; break; in getTransferFormat()