HomeSort by relevance Sort by last modified time
    Searched refs:SNORM_INT8 (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 91 case TextureFormat::SNORM_INT8: type = GL_BYTE; break;
162 case FMT_CASE(RGBA, SNORM_INT8): return GL_RGBA8_SNORM;
174 case FMT_CASE(RGB, SNORM_INT8): return GL_RGB8_SNORM;
192 case FMT_CASE(RG, SNORM_INT8): return GL_RG8_SNORM;
205 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM;
285 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8;
375 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8);
387 case GL_RGB8_SNORM: return TextureFormat(TextureFormat::RGB, TextureFormat::SNORM_INT8);
405 case GL_RG8_SNORM: return TextureFormat(TextureFormat::RG, TextureFormat::SNORM_INT8);
418 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 78 case TextureFormat::SNORM_INT8: return TEXTURECHANNELCLASS_SIGNED_FIXED_POINT;
207 case TextureFormat::SNORM_INT8:
297 case TextureFormat::SNORM_INT8: return IVec4(8);
363 case TextureFormat::SNORM_INT8:
859 case TextureFormat::SNORM_INT8:
    [all...]
tcuTexture.cpp 215 case TextureFormat::SNORM_INT8: return 1;
265 case TextureFormat::SNORM_INT8: return de::max(-1.0f, (float)*((const deInt8*)value) / 127.0f);
289 case TextureFormat::SNORM_INT8: return (int)*((const deInt8*)value);
313 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSatRte<deInt8> (src * 127.0f); break;
350 case TextureFormat::SNORM_INT8: *((deInt8*)dst) = convertSat<deInt8> (src); break;
502 case SNORM_INT8: channelSize = 1; break;
    [all...]
tcuTexture.hpp 68 SNORM_INT8 = 0,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp 162 return type == TextureFormat::SNORM_INT8 ||
226 case TextureFormat::SNORM_INT8: typePart = "8_snorm"; break;
    [all...]

Completed in 74 milliseconds