Home
last modified time | relevance | path

Searched refs:GL_R8_SNORM (Results 1 – 25 of 51) sorted by relevance

123

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp104 { "r8_snorm", GL_R8_SNORM, } in init()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp197 static const _out_ch_desc snorm8_zero = { GL_R8_SNORM, data_snorm8_zero };
198 static const _out_ch_desc snorm8_one = { GL_R8_SNORM, data_snorm8_one };
244 GL_R8_SNORM,
249 { GL_R8_SNORM, DE_NULL },
301 { GL_R8_SNORM, DE_NULL },
302 { GL_R8_SNORM, DE_NULL },
392 { GL_R8_SNORM, DE_NULL },
393 { GL_R8_SNORM, DE_NULL },
394 { GL_R8_SNORM, DE_NULL },
509 { GL_R8_SNORM, DE_NULL },
[all …]
Dgl4cTextureViewTests.cpp64 VIEW_CLASS_8_BITS, GL_R8_SNORM, VIEW_CLASS_8_BITS,
139 GL_R8_SNORM, /* >= GL 4.0 */
282 case GL_R8_SNORM: in getAmountOfComponentsForInternalformat()
559 case GL_R8_SNORM: in getComponentSizeForInternalformat()
795 case GL_R8_SNORM: in getFormatOfInternalformat()
1017 case GL_R8_SNORM: in getGLFormatOfInternalformat()
1478 case GL_R8_SNORM: in getInternalformatString()
1731 case GL_R8_SNORM: in getSamplerTypeForInternalformat()
1909 case GL_R8_SNORM: in getTypeCompatibleWithInternalformat()
2502 case GL_R8_SNORM: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp143 GL_R8, GL_R8I, GL_R8UI, GL_R8_SNORM,
282 case GL_R8_SNORM: in filterFormats()
533 case GL_R8_SNORM: in getEpsilon()
619 case GL_R8_SNORM: in getFormat()
727 case GL_R8_SNORM: in getNumberOfChannels()
830 case GL_R8_SNORM: in getType()
970 case GL_R8_SNORM: in getPixelSizeForFormat()
2299 case GL_R8_SNORM: in packPixel()
Dgl4cSparseTextureTests.cpp816 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
1032 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
1647 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
Dgl3cTextureSizePromotion.cpp1245 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R8_SNORM, STR(GL_R8_SNORM), false, true, 8, 0, 0, …
Dgl4cSparseTexture2Tests.cpp349 mStandardVirtualPageSizesTable[GL_R8_SNORM] = PageSizeStruct(256, 256, 1); in init()
461 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
590 else if (format == GL_R8_SNORM) in createShaderTokens()
Dgl4cShaderImageLoadStoreTests.cpp257 …nternalformat == GL_RGBA8_SNORM || internalformat == GL_RG8_SNORM || internalformat == GL_R8_SNORM) in Equal()
601 case GL_R8_SNORM: in FormatEnumToString()
1401 if (!Write(GL_R8_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run()
1590 if (!Read(GL_R8_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run()
1774 if (!Write(GL_R8_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run()
2001 if (!Read(GL_R8_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run()
2256 if (!Read(GL_R8_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run()
4364 if (!Write(GL_R8_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in RunStage()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
142 GL_R8_SNORM, GL_RG8_SNORM, GL_RGBA8_SNORM,
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp415 case GL_R8_SNORM: in IsSizedInternalFormat()
1128 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_R8_SNORM) in ValidateTextureFormatType()
1445 case GL_R8_SNORM: in IsColorRenderable()
1531 case GL_R8_SNORM: in IsDepthRenderable()
1601 case GL_R8_SNORM: in IsStencilRenderable()
1891 case GL_R8_SNORM: in GetColorComponentType()
/external/mesa3d/src/mesa/main/
Dshaderimage.c180 case GL_R8_SNORM: in _mesa_get_shader_image_format()
426 case GL_R8_SNORM: in _mesa_is_shader_image_format_supported()
Dglformats.c707 case GL_R8_SNORM: in _mesa_is_enum_format_snorm()
1206 case GL_R8_SNORM: in _mesa_is_color_format()
1747 return GL_R8_SNORM; in _mesa_get_nongeneric_internalformat()
2455 case GL_R8_SNORM: in _mesa_base_tex_format()
3204 if (internalFormat != GL_R8_SNORM) in _mesa_es3_error_check_format_and_type()
3761 case GL_R8_SNORM: in _mesa_is_es3_texture_filterable()
Dtexformat.c377 case GL_R8_SNORM: in _mesa_choose_tex_format()
Dtextureview.c176 {GL_VIEW_CLASS_8_BITS, GL_R8_SNORM},
/external/virglrenderer/src/
Dvrend_formats.c203 { VIRGL_FORMAT_R8_SNORM, GL_R8_SNORM, GL_RED, GL_BYTE, NO_SWIZZLE },
218 { VIRGL_FORMAT_L8_SNORM, GL_R8_SNORM, GL_RED, GL_BYTE, RRR1_SWIZZLE },
/external/deqp/framework/opengl/
DgluTextureUtil.cpp214 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM; in getInternalFormat()
541 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
560 case GL_R8_SNORM: in isGLInternalColorFormatFilterable()
DgluStrUtil.inl879 case GL_R8_SNORM: return "GL_R8_SNORM";
1729 case GL_R8_SNORM: return "GL_R8_SNORM";
/external/swiftshader/src/OpenGL/common/
DImage.cpp67 case GL_R8_SNORM: return GL_RED; in GetBaseInternalFormat()
227 case GL_BYTE: return GL_R8_SNORM; in GetSizedInternalFormat()
418 case GL_R8_SNORM: return sw::FORMAT_R8_SNORM; in SelectInternalFormat()
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp160 …{ GL_R8_SNORM, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 0,…
248 …{ GL_R8_SNORM, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 0, 0, 0,…
439 { GL_R8_SNORM, GL_RED, GL_BYTE, 1, false },
1592 ((internalformat.sizedFormat == GL_R8_SNORM) || (internalformat.sizedFormat == GL_RG8_SNORM) || in isFormatValid()
1601 ((internalformat.sizedFormat == GL_R8_SNORM) || (internalformat.sizedFormat == GL_RG8_SNORM) || in isFormatValid()
1759 GLenum formats[] = { GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM, in isSNORMFormat()
1928 …if (((GL_R8_SNORM == validFormat->internalformat) || (GL_RG8_SNORM == validFormat->internalformat)… in isFBOImageAttachValid()
DglcTextureRepeatModeTests.cpp254 …{ GL_R8_SNORM, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 0, 0, 0, NO_…
359 …{ GL_R8_SNORM, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 0, 0, 0, NO_F…
DglcTextureFilterAnisotropicTests.cpp434 m_supportedInternalFormats.push_back(GL_R8_SNORM); in init()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp515 { "r8_snorm", GL_R8_SNORM, } in init()
Des31fFboTestUtil.cpp539 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
Des31fTextureBorderClampTests.cpp2317 { "r8_snorm", GL_R8_SNORM, tcu::Sampler::MODE_LAST }, in init()
2444 { "snorm_color", GL_R8_SNORM, tcu::Sampler::MODE_LAST }, in init()
2489 { "snorm_color", GL_R8_SNORM, tcu::Sampler::MODE_LAST }, in init()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp409 glInternalFormat=GL_R8_SNORM; in PVRTGetOGLES3TextureFormat()

123