/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 199 static const _out_ch_desc snorm16_zero = { GL_R16_SNORM, data_snorm16_zero }; 200 static const _out_ch_desc snorm16_one = { GL_R16_SNORM, data_snorm16_one }; 270 GL_R16_SNORM, 275 { GL_R16_SNORM, DE_NULL }, 327 { GL_R16_SNORM, DE_NULL }, 328 { GL_R16_SNORM, DE_NULL }, 444 { GL_R16_SNORM, DE_NULL }, 445 { GL_R16_SNORM, DE_NULL }, 446 { GL_R16_SNORM, DE_NULL }, 574 { GL_R16_SNORM, DE_NULL }, [all …]
|
D | gl3cTextureSizePromotion.cpp | 616 return GL_R16_SNORM; in getDestinationFormatForChannel() 1259 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R16_SNORM, STR(GL_R16_SNORM), false, true, 16, 0, …
|
D | gl4cTextureViewTests.cpp | 63 …VIEW_CLASS_16_BITS, GL_R16_SNORM, VIEW_CLASS_16_BITS, GL_R8UI, VIEW_CLASS_8_BITS, GL_R8I, VIEW_CLA… 138 GL_R16_SNORM, /* >= GL 4.0 */ 275 case GL_R16_SNORM: in getAmountOfComponentsForInternalformat() 548 case GL_R16_SNORM: in getComponentSizeForInternalformat() 794 case GL_R16_SNORM: in getFormatOfInternalformat() 1014 case GL_R16_SNORM: in getGLFormatOfInternalformat() 1475 case GL_R16_SNORM: in getInternalformatString() 1728 case GL_R16_SNORM: in getSamplerTypeForInternalformat() 1959 case GL_R16_SNORM: in getTypeCompatibleWithInternalformat() 2499 case GL_R16_SNORM: in isInternalformatSupported()
|
D | gl4cCopyImageTests.cpp | 146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM, 289 case GL_R16_SNORM: in filterFormats() 536 case GL_R16_SNORM: in getEpsilon() 621 case GL_R16_SNORM: in getFormat() 728 case GL_R16_SNORM: in getNumberOfChannels() 882 case GL_R16_SNORM: in getType() 995 case GL_R16_SNORM: in getPixelSizeForFormat() 2291 case GL_R16_SNORM: in packPixel()
|
D | gl4cSparseTexture2Tests.cpp | 353 mStandardVirtualPageSizesTable[GL_R16_SNORM] = PageSizeStruct(256, 128, 1); in init() 429 case GL_R16_SNORM: in iterate() 483 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init() 622 else if (format == GL_R16_SNORM) in createShaderTokens()
|
D | gl4cSparseTextureTests.cpp | 816 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init() 1032 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init() 1647 mSupportedInternalFormats.push_back(GL_R16_SNORM); in init()
|
D | gl4cShaderImageLoadStoreTests.cpp | 252 …rnalformat == GL_RGBA16_SNORM || internalformat == GL_RG16_SNORM || internalformat == GL_R16_SNORM) in Equal() 598 case GL_R16_SNORM: in FormatEnumToString() 1393 if (!Write(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1582 if (!Read(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1766 if (!Write(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 1993 if (!Read(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 2248 if (!Read(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in Run() 4356 if (!Write(GL_R16_SNORM, vec4(-1.0f, 1.0f, -1.0f, 1.0f), vec4(-1.0f, 0.0f, 0.0f, 1.0f))) in RunStage()
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 154 case GL_R16_SNORM: in _mesa_get_shader_image_format() 418 case GL_R16_SNORM: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 710 case GL_R16_SNORM: in _mesa_is_enum_format_snorm() 1212 case GL_R16_SNORM: in _mesa_is_color_format() 2447 case GL_R16_SNORM: in _mesa_base_tex_format() 3287 internalFormat != GL_R16_SNORM) in _mesa_gles_error_check_format_and_type() 3897 case GL_R16_SNORM: in _mesa_is_es3_color_renderable() 3938 case GL_R16_SNORM: in _mesa_is_es3_texture_filterable()
|
D | texformat.c | 422 case GL_R16_SNORM: in _mesa_choose_tex_format()
|
D | textureview.c | 172 {GL_VIEW_CLASS_16_BITS, GL_R16_SNORM},
|
D | readpix.c | 943 case GL_R16_SNORM: in read_pixels_es3_error_check()
|
D | fbobject.c | 788 case GL_R16_SNORM: in is_format_color_renderable() 2249 case GL_R16_SNORM: in _mesa_base_fbo_format()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 208 { VIRGL_FORMAT_R16_SNORM, GL_R16_SNORM, GL_RED, GL_SHORT, NO_SWIZZLE }, 220 { VIRGL_FORMAT_L16_SNORM, GL_R16_SNORM, GL_RED, GL_SHORT, RRR1_SWIZZLE },
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 207 case FMT_CASE(R, SNORM_INT16): return GL_R16_SNORM; in getInternalFormat() 536 case GL_R16_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT16); in mapGLInternalFormat()
|
D | gluStrUtil.inl | 872 case GL_R16_SNORM: return "GL_R16_SNORM"; 1722 case GL_R16_SNORM: return "GL_R16_SNORM";
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 966 { GL_R16_SNORM, 0 },
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 716 #define GL_R16_SNORM 0x8F98 macro
|
D | formatutilsgl.cpp | 234 …InsertFormatMapping(&map, GL_R16_SNORM, VersionOnly(3, 1), … in BuildInternalFormatInfoMap()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 162 …{ GL_R16_SNORM, GL_RED, GL_RED, GL_SHORT, SAMPLER_NORM, { {16, 0, 0, 0, 0, … 1594 … (internalformat.sizedFormat == GL_RGBA8_SNORM) || (internalformat.sizedFormat == GL_R16_SNORM) || in isFormatValid() 1761 GL_R16_SNORM, GL_RG16_SNORM, GL_RGB16_SNORM, GL_RGBA16_SNORM }; in isSNORMFormat() 1937 …(GL_RGBA8_SNORM == validFormat->internalformat) || (GL_R16_SNORM == validFormat->internalformat) || in isFBOImageAttachValid()
|
D | glcTextureRepeatModeTests.cpp | 256 …{ GL_R16_SNORM, GL_RED, GL_RED, GL_SHORT, SAMPLER_NORM, { {16, 0, 0, 0, 0, 0, 0, 0, N…
|
/external/virglrenderer/.gitlab-ci/expectations/virt/ |
D | virgl-gles-fails.txt | 83 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16/Destination: GL_R16_SNORM,Fail 84 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16I/Destination: GL_R16_SNORM,Fail 85 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16_SNORM/Destination: GL_R16_SNORM,Fail 86 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16UI/Destination: GL_R16_SNORM,Fail 117 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8/Destination: GL_R16_SNORM,Fail 118 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8I/Destination: GL_R16_SNORM,Fail 119 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8_SNORM/Destination: GL_R16_SNORM,Fail 120 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8UI/Destination: GL_R16_SNORM,Fail 645 spec@ext_texture_snorm@texwrap formats bordercolor@GL_R16_SNORM- border color only,Fail 662 spec@ext_texture_snorm@texwrap formats bordercolor-swizzled@GL_R16_SNORM- swizzled- border color on… [all …]
|
D | virgl-gl-fails.txt | 331 spec@ext_texture_snorm@texwrap formats bordercolor@GL_R16_SNORM- border color only,Fail 348 spec@ext_texture_snorm@texwrap formats bordercolor-swizzled@GL_R16_SNORM- swizzled- border color on…
|
/external/virglrenderer/.gitlab-ci/expectations/host/ |
D | virgl-gl-fails.txt | 349 spec@ext_texture_snorm@texwrap formats bordercolor@GL_R16_SNORM- border color only,Fail 366 spec@ext_texture_snorm@texwrap formats bordercolor-swizzled@GL_R16_SNORM- swizzled- border color on…
|
D | virgl-gles-fails.txt | 71 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16/Destination: GL_R16_SNORM,Fail 72 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16I/Destination: GL_R16_SNORM,Fail 73 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16_SNORM/Destination: GL_R16_SNORM,Fail 74 spec@arb_copy_image@arb_copy_image-formats@Source: GL_R16UI/Destination: GL_R16_SNORM,Fail 105 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8/Destination: GL_R16_SNORM,Fail 106 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8I/Destination: GL_R16_SNORM,Fail 107 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8_SNORM/Destination: GL_R16_SNORM,Fail 108 spec@arb_copy_image@arb_copy_image-formats@Source: GL_RG8UI/Destination: GL_R16_SNORM,Fail 599 spec@ext_texture_snorm@texwrap formats bordercolor@GL_R16_SNORM- border color only,Fail 616 spec@ext_texture_snorm@texwrap formats bordercolor-swizzled@GL_R16_SNORM- swizzled- border color on… [all …]
|