/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | dxgi_format_map_autogen.cpp | 72 return GL_SIGNED_NORMALIZED; in GetComponentType() 78 return GL_SIGNED_NORMALIZED; in GetComponentType() 132 return GL_SIGNED_NORMALIZED; in GetComponentType() 144 return GL_SIGNED_NORMALIZED; in GetComponentType() 156 return GL_SIGNED_NORMALIZED; in GetComponentType() 208 return GL_SIGNED_NORMALIZED; in GetComponentType() 222 return GL_SIGNED_NORMALIZED; in GetComponentType() 232 return GL_SIGNED_NORMALIZED; in GetComponentType()
|
H A D | Format_table_autogen.cpp | 38 { FormatID::A2R10G10B10_SNORM_VERTEX, GL_A2_RGB10_SNORM_ANGLEX, GL_A2_RGB10_SNORM_ANGLEX, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Int1010102 }, 110 { FormatID::BC4_RED_SNORM_BLOCK, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, GL_COMPRESSED_SIGNED_RED_RGTC1_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 8, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 112 { FormatID::BC5_RG_SNORM_BLOCK, GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT, GL_COMPRESSED_SIGNED_RED_GREEN_RGTC2_EXT, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 0, 0, 0, 0, 0, 0, 0, 16, std::numeric_limits<GLuint>::max(), true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 118 { FormatID::EAC_R11G11_SNORM_BLOCK, GL_COMPRESSED_SIGNED_RG11_EAC, GL_COMPRESSED_SIGNED_RG11_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 11, 11, 0, 0, 0, 0, 0, 16, 0, true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 120 { FormatID::EAC_R11_SNORM_BLOCK, GL_COMPRESSED_SIGNED_R11_EAC, GL_COMPRESSED_SIGNED_R11_EAC, nullptr, NoCopyFunctions, nullptr, nullptr, GL_SIGNED_NORMALIZED, 11, 0, 0, 0, 0, 0, 0, 8, 0, true, false, false, false, false, gl::VertexAttribType::InvalidEnum }, 147 { FormatID::R10G10B10A2_SNORM, GL_RGB10_A2_SNORM_ANGLEX, GL_RGB10_A2_SNORM_ANGLEX, GenerateMip<R10G10B10A2S>, NoCopyFunctions, ReadColor<R10G10B10A2S, GLfloat>, WriteColor<R10G10B10A2S, GLfloat>, GL_SIGNED_NORMALIZED, 10, 10, 10, 2, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::Int2101010 }, 156 { FormatID::R16G16B16A16_SNORM, GL_RGBA16_SNORM_EXT, GL_RGBA16_SNORM_EXT, GenerateMip<R16G16B16A16S>, NoCopyFunctions, ReadColor<R16G16B16A16S, GLfloat>, WriteColor<R16G16B16A16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 16, 16, 16, 0, 0, 0, 8, 1, false, false, false, false, false, gl::VertexAttribType::Short }, 163 { FormatID::R16G16B16_SNORM, GL_RGB16_SNORM_EXT, GL_RGB16_SNORM_EXT, GenerateMip<R16G16B16S>, NoCopyFunctions, ReadColor<R16G16B16S, GLfloat>, WriteColor<R16G16B16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, false, false, gl::VertexAttribType::Short }, 170 { FormatID::R16G16_SNORM, GL_RG16_SNORM_EXT, GL_RG16_SNORM_EXT, GenerateMip<R16G16S>, NoCopyFunctions, ReadColor<R16G16S, GLfloat>, WriteColor<R16G16S, GLfloat>, GL_SIGNED_NORMALIZED, 16, 16, 0, 0, 0, 0, 0, 4, 1, false, false, false, false, false, gl::VertexAttribType::Short }, 177 { FormatID::R16_SNORM, GL_R16_SNORM_EXT, GL_R16_SNORM_EXT, GenerateMip<R16S>, NoCopyFunctions, ReadColor<R16S, GLfloat>, WriteColor<R16S, GLfloat>, GL_SIGNED_NORMALIZED, 1 [all...] |
H A D | Format.h | 215 return componentType == GL_SIGNED_NORMALIZED; in isSnorm()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSizePromotion.cpp | 1074 return (GL_SIGNED_NORMALIZED == descriptor.expected_red_type) || in isFixedSignedType() 1075 (GL_SIGNED_NORMALIZED == descriptor.expected_green_type) || in isFixedSignedType() 1076 (GL_SIGNED_NORMALIZED == descriptor.expected_blue_type) || in isFixedSignedType() 1077 (GL_SIGNED_NORMALIZED == descriptor.expected_alpha_type); in isFixedSignedType() 1256 GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE }, 1260 GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE, GL_NONE }, 1264 GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_NONE, GL_NONE, GL_NONE }, 1268 GL_SIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, GL_NON [all...] |
/third_party/mesa3d/src/mesa/main/tests/ |
H A D | mesa_formats.cpp | 94 datatype == GL_SIGNED_NORMALIZED || in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | formatutils9.cpp | 209 return GL_SIGNED_NORMALIZED; in GetDeclTypeComponentType() 213 return GL_SIGNED_NORMALIZED; in GetDeclTypeComponentType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 496 case GL_SIGNED_NORMALIZED: in isRequiredRenderbufferFormat() 1031 AddRGBAFormat(&map, GL_R8_SNORM, true, 8, 0, 0, 0, 0, GL_RED, GL_BYTE, GL_SIGNED_NORMALIZED, false, RequireES<3, 0>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1033 AddRGBAFormat(&map, GL_RG8_SNORM, true, 8, 8, 0, 0, 0, GL_RG, GL_BYTE, GL_SIGNED_NORMALIZED, false, RequireES<3, 0>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1035 AddRGBAFormat(&map, GL_RGB8_SNORM, true, 8, 8, 8, 0, 0, GL_RGB, GL_BYTE, GL_SIGNED_NORMALIZED, false, RequireES<3, 0>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1040 AddRGBAFormat(&map, GL_RGBA8_SNORM, true, 8, 8, 8, 8, 0, GL_RGBA, GL_BYTE, GL_SIGNED_NORMALIZED, false, RequireES<3, 0>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1263 AddRGBAFormat(&map, GL_R16_SNORM_EXT, true, 16, 0, 0, 0, 0, GL_RED, GL_SHORT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1265 AddRGBAFormat(&map, GL_RG16_SNORM_EXT, true, 16, 16, 0, 0, 0, GL_RG, GL_SHORT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1267 AddRGBAFormat(&map, GL_RGB16_SNORM_EXT, true, 16, 16, 16, 0, 0, GL_RGB, GL_SHORT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1269 AddRGBAFormat(&map, GL_RGBA16_SNORM_EXT, true, 16, 16, 16, 16, 0, GL_RGBA, GL_SHORT, GL_SIGNED_NORMALIZED, false, RequireExt<&Extensions::textureNorm16EXT>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1282 AddRGBAXFormat(&map, GL_RED, false, FB< 8, 0, 0, 0, 0, 0>(), GL_RED, GL_BYTE, GL_SIGNED_NORMALIZED, fals in BuildInternalFormatInfoMap() [all...] |
H A D | validationES3.cpp | 1065 textureFormatInfo.componentType == GL_SIGNED_NORMALIZED) && in IsValidES3CopyTexImageCombination() 1067 framebufferFormatInfo.componentType == GL_SIGNED_NORMALIZED)) in IsValidES3CopyTexImageCombination() 1074 if (textureFormatInfo.componentType == GL_SIGNED_NORMALIZED) in IsValidES3CopyTexImageCombination() 2401 GL_SIGNED_NORMALIZED}; in ValidateClearBufferfv()
|
H A D | validationES.cpp | 220 case GL_SIGNED_NORMALIZED: in ValidReadPixelsFormatType() 1591 readComponentType == GL_SIGNED_NORMALIZED); in ValidateBlitFramebufferParameters() 1593 drawComponentType == GL_SIGNED_NORMALIZED); in ValidateBlitFramebufferParameters()
|
H A D | Texture.cpp | 308 case GL_SIGNED_NORMALIZED: in computeRequiredSamplerFormat()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | PixelTransfer11.cpp | 262 if (componentType == GL_SIGNED_NORMALIZED || componentType == GL_UNSIGNED_NORMALIZED) in findBufferToTexturePS()
|
H A D | Clear11.cpp | 483 formatInfo.componentType == GL_SIGNED_NORMALIZED)) in clearFramebuffer()
|
H A D | Blit11.cpp | 829 case GL_SIGNED_NORMALIZED: in swizzleTexture() 940 ASSERT(componentType != GL_SIGNED_NORMALIZED); in copyTexture()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blit.c | 119 srcType == GL_SIGNED_NORMALIZED || in compatible_color_datatypes() 127 dstType == GL_SIGNED_NORMALIZED || in compatible_color_datatypes()
|
H A D | formats.c | 55 * Logical data type: one of GL_UNSIGNED_NORMALIZED, GL_SIGNED_NORMALIZED, 226 * GL_SIGNED_NORMALIZED = signed int representing [-1, 1] 585 return (info->DataType == GL_SIGNED_NORMALIZED || in _mesa_is_format_signed()
|
H A D | format_utils.c | 497 case GL_SIGNED_NORMALIZED: in _mesa_format_convert()
|
H A D | readpix.c | 129 _mesa_get_format_datatype(texFormat) == GL_SIGNED_NORMALIZED && in _mesa_get_readpixels_transfer_ops()
|
H A D | texgetimage.c | 590 dataType == GL_SIGNED_NORMALIZED || in get_tex_rgba()
|
H A D | fbobject.c | 1464 (type == GL_UNSIGNED_NORMALIZED || type == GL_SIGNED_NORMALIZED); in _mesa_test_framebuffer_completeness() 1468 type == GL_SIGNED_NORMALIZED || type == GL_FLOAT; in _mesa_test_framebuffer_completeness()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 1245 GL_SIGNED_NORMALIZED /* invalid value */, &int_data); in iterate() 1258 GL_SIGNED_NORMALIZED /* invalid value */, &float_data); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicHLSL.cpp | 40 case GL_SIGNED_NORMALIZED: in HLSLComponentTypeString()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 1826 return GL_SIGNED_NORMALIZED; in GetColorComponentType() 1879 // Can be one of GL_FLOAT, GL_INT, GL_UNSIGNED_INT, GL_SIGNED_NORMALIZED, or GL_UNSIGNED_NORMALIZED in GetComponentType() 1929 return type == GL_UNSIGNED_NORMALIZED || type == GL_SIGNED_NORMALIZED; in IsNormalizedInteger()
|
H A D | Context.cpp | 4186 (readComponentType == GL_SIGNED_NORMALIZED)); in blitFramebuffer() 4188 (drawComponentType == GL_SIGNED_NORMALIZED)); in blitFramebuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 727 #define GL_SIGNED_NORMALIZED 0x8F9C macro
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 1390 case tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT: channelType = GL_SIGNED_NORMALIZED; break; in getComponentType()
|