Searched refs:UNORM_INT16 (Results 1 – 13 of 13) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 94 case TextureFormat::UNORM_INT16: type = GL_UNSIGNED_SHORT; break; in getTransferFormat() 145 case FMT_CASE(D, UNORM_INT16): return GL_DEPTH_COMPONENT16; in getInternalFormat() 151 case FMT_CASE(RGBA, UNORM_INT16): return GL_RGBA16; in getInternalFormat() 169 case FMT_CASE(RGB, UNORM_INT16): return GL_RGB16; in getInternalFormat() 184 case FMT_CASE(RG, UNORM_INT16): return GL_RG16; in getInternalFormat() 197 case FMT_CASE(R, UNORM_INT16): return GL_R16; in getInternalFormat() 286 …case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGN… in mapGLChannelType() 358 case GL_DEPTH_COMPONENT16: return TextureFormat(TextureFormat::D, TextureFormat::UNORM_INT16); in mapGLInternalFormat() 364 case GL_RGBA16: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT16); in mapGLInternalFormat() 382 case GL_RGB16: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT16); in mapGLInternalFormat() [all …]
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 81 case TextureFormat::UNORM_INT16: return TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT; in getTextureChannelClass() 212 case TextureFormat::UNORM_INT16: in getChannelValueRange() 301 case TextureFormat::UNORM_INT16: return IVec4(16); in getChannelBitDepth() 367 case TextureFormat::UNORM_INT16: in getChannelMantissaBitDepth() 853 case TextureFormat::UNORM_INT16: in estimatePixelValueRange()
|
D | tcuTexture.cpp | 219 case TextureFormat::UNORM_INT16: return 2; in getChannelSize() 269 case TextureFormat::UNORM_INT16: return (float)*((const deUint16*)value) / 65535.0f; in channelToFloat() 293 case TextureFormat::UNORM_INT16: return (int)*((const deUint16*)value); in channelToInt() 317 …case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSatRte<deUint16> (src * 65535.0f); … in floatToChannel() 353 case TextureFormat::UNORM_INT16: *((deUint16*)dst) = convertSat<deUint16> (src); break; in intToChannel() 506 case UNORM_INT16: channelSize = 2; break; in getPixelSize() 3612 case TextureFormat::UNORM_INT16: return str << "UNORM_INT16"; in operator <<()
|
D | tcuTexture.hpp | 72 UNORM_INT16, enumerator
|
D | tcuCompressedTexture.cpp | 270 case EAC_R11: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT16); in getUncompressedFormat() 272 case EAC_RG11: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT16); in getUncompressedFormat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 95 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 329 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|
D | teglImageFormatTests.cpp | 601 …ref = tcu::Texture2D(tcu::TextureFormat(tcu::TextureFormat::I, tcu::TextureFormat::UNORM_INT16), … in createRenderBuffer()
|
/external/deqp/modules/gles31/functional/ |
D | es31fOpaqueTypeIndexingTests.cpp | 209 return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getSamplerTextureFormat()
|
D | es31fShaderImageLoadStoreTests.cpp | 156 type == TextureFormat::UNORM_INT16 || in isFormatTypeUnorm() 222 case TextureFormat::UNORM_INT16: typePart = "16"; break; in getShaderImageFormatQualifier()
|
D | es31fTextureGatherTests.cpp | 115 type == tcu::TextureFormat::UNORM_INT16 || in isUnormFormatType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 200 case 16: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNORM_INT16); in getDepthFormat()
|