Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT16 (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp59 case TextureFormat::UNSIGNED_INT16: in getTransferFormat()
109 case TextureFormat::UNSIGNED_INT16: type = GL_UNSIGNED_SHORT; break; in getTransferFormat()
162 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI; in getInternalFormat()
180 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI; in getInternalFormat()
195 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI; in getInternalFormat()
209 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI; in getInternalFormat()
404 …UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16; in mapGLChannelType()
486 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
504 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
519 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat()
[all …]
/external/deqp/framework/common/
DtcuTextureUtil.cpp119 case TextureFormat::UNSIGNED_INT16: return TEXTURECHANNELCLASS_UNSIGNED_INTEGER; in getTextureChannelClass()
267 case TextureFormat::UNSIGNED_INT16: cMin = 0.0f; cMax = 65535.0f; break; in getChannelValueRange()
348 case TextureFormat::UNSIGNED_INT16: return IVec4(16); in getChannelBitDepth()
404 case TextureFormat::UNSIGNED_INT16: in getChannelMantissaBitDepth()
DtcuTexture.cpp168 case TextureFormat::UNSIGNED_INT16: return 2; in getChannelSize()
228 case TextureFormat::UNSIGNED_INT16: return (float)*((const deUint16*)value); in channelToFloat()
257 case TextureFormat::UNSIGNED_INT16: return (int)*((const deUint16*)value); in channelToInt()
286 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src); break; in floatToChannel()
340 …case TextureFormat::UNSIGNED_INT16: *((deUint16*)dst) = convertSat<deUint16> ((deUint32)src); br… in intToChannel()
DtcuTexture.hpp92 UNSIGNED_INT16, enumerator
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp108 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp137 type == TextureFormat::UNSIGNED_INT16 || in isFormatTypeUnsignedInteger()
187 format.type == TextureFormat::UNSIGNED_INT16 || in isFormatSupportedForTextureBuffer()
215 case TextureFormat::UNSIGNED_INT16: typePart = "16ui"; break; in getShaderImageFormatQualifier()
3155 TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16), in init()
Des31fTextureGatherTests.cpp129 type == tcu::TextureFormat::UNSIGNED_INT16 || in isUIntFormatType()
1055 m_colorBufferFormat.type == tcu::TextureFormat::UNSIGNED_INT16 || in TextureGatherCase()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp75 case TextureFormat::UNSIGNED_INT16: in getSamplerType()
101 case TextureFormat::UNSIGNED_INT16: in getFetchSamplerType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp213 case 16: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT16); in getStencilFormat()
2982 case tcu::TextureFormat::UNSIGNED_INT16: return 16; in getNumStencilBits()