Home
last modified time | relevance | path

Searched refs:GL_R8_SNORM (Results 1 - 25 of 74) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp104 { "r8_snorm", GL_R8_SNORM, } in init()
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c709 case GL_R8_SNORM: in _mesa_is_enum_format_snorm()
1213 case GL_R8_SNORM: in _mesa_is_color_format()
1732 return GL_R8_SNORM; in _mesa_get_nongeneric_internalformat()
2449 case GL_R8_SNORM: in _mesa_base_tex_format()
2946 case GL_R8_SNORM: in _mesa_gles_check_internalformat()
3461 if (internalFormat != GL_R8_SNORM && in _mesa_gles_error_check_format_and_type()
4075 case GL_R8_SNORM: in _mesa_is_es3_color_renderable()
4099 case GL_R8_SNORM: in _mesa_is_es3_texture_filterable()
H A Dshaderimage.c160 case GL_R8_SNORM: in _mesa_get_shader_image_format()
406 case GL_R8_SNORM: in _mesa_is_shader_image_format_supported()
H A Dreadpix.c964 case GL_R8_SNORM: in read_pixels_es3_error_check()
973 case GL_R8_SNORM: in read_pixels_es3_error_check()
H A Dtextureview.c180 {GL_VIEW_CLASS_8_BITS, GL_R8_SNORM},
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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_NUL
[all...]
H A 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()
618 case GL_R8_SNORM: in getFormat()
725 case GL_R8_SNORM: in getNumberOfChannels()
827 case GL_R8_SNORM: in getType()
966 case GL_R8_SNORM: in getPixelSizeForFormat()
2288 case GL_R8_SNORM: in packPixel()
H A Dgl4cSparseTexture2Tests.cpp349 mStandardVirtualPageSizesTable[GL_R8_SNORM] = PageSizeStruct(256, 256, 1); in init()
426 case GL_R8_SNORM: in iterate()
481 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
610 else if (format == GL_R8_SNORM) in createShaderTokens()
H A 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()
1479 result = "GL_R8_SNORM"; in getInternalformatString()
1731 case GL_R8_SNORM: in getSamplerTypeForInternalformat()
1909 case GL_R8_SNORM in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl4cSparseTextureTests.cpp814 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
1030 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
1645 mSupportedInternalFormats.push_back(GL_R8_SNORM); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp361 return GL_R8_SNORM; in GetSizedFormatInternal()
960 case GL_R8_SNORM: in ValidES3FormatCombination()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp99 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
148 GL_R8_SNORM, GL_RG8_SNORM, GL_RGBA8_SNORM,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp386 case GL_R8_SNORM: in IsSizedInternalFormat()
1059 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_R8_SNORM) in ValidateTextureFormatType()
1376 case GL_R8_SNORM: in IsColorRenderable()
1462 case GL_R8_SNORM: in IsDepthRenderable()
1532 case GL_R8_SNORM: in IsStencilRenderable()
1822 case GL_R8_SNORM: in GetColorComponentType()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp117 case GL_R8_SNORM: in testCopy()
223 case GL_R8_SNORM: in testCopy()
608 testCopy(testTarget, kColorNoAlpha, GL_R8_SNORM, GL_BYTE, false, false, false, in testSnormFormats()
610 testCopy(testTarget, kColorPreAlpha, GL_R8_SNORM, GL_BYTE, false, true, false, in testSnormFormats()
612 testCopy(testTarget, kColorUnAlpha, GL_R8_SNORM, GL_BYTE, false, false, true, in testSnormFormats()
H A DTextureUploadFormatTest.cpp359 fnTest({GL_R8_SNORM, GL_RED, GL_BYTE}, {2, 0, 0, 0}); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp48 AddFormat(wgpu::TextureFormat::R8Snorm, GL_R8_SNORM, GL_RED, GL_BYTE, Type::Float); in BuildGLFormatTable()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp214 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM; in getInternalFormat()
543 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8);
562 case GL_R8_SNORM:
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp67 case GL_R8_SNORM: return GL_RED; in GetBaseInternalFormat()
227 case GL_BYTE: return GL_R8_SNORM; in GetSizedInternalFormat()
390 case GL_R8_SNORM: return sw::FORMAT_R8_SNORM; in SelectInternalFormat()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.cpp432 m_supportedInternalFormats.push_back(GL_R8_SNORM); in init()
H A DglcPackedPixelsTests.cpp160 { GL_R8_SNORM, GL_RED, GL_RED, GL_BYTE, SAMPLER_NORM, { { 8, 0, 0, 0, 0, 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, 0 } }, 0 },
439 { GL_R8_SNORM, GL_RED, GL_BYTE, 1, false },
1609 ((internalformat.sizedFormat == GL_R8_SNORM) || (internalformat.sizedFormat == GL_RG8_SNORM) ||
1767 GLenum formats[] = { GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
1943 if (((GL_R8_SNORM == validFormat->internalformat) || (GL_RG8_SNORM == validFormat->internalformat) ||
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp523 { "r8_snorm", GL_R8_SNORM, } in init()
H A Des31fFboTestUtil.cpp539 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp242 { FormatID::R8_SNORM, GL_R8_SNORM, GL_R8_SNORM, GenerateMip<R8S>, NoCopyFunctions, ReadColor<R8S, GLfloat>, WriteColor<R8S, GLfloat>, GL_SIGNED_NORMALIZED, 8, 0, 0, 0, 0, 0, 0, 1, 0, false, false, false, false, false, gl::VertexAttribType::Byte },
535 case GL_R8_SNORM: in InternalFormatToID()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c971 { GL_RED_SNORM, GL_R8_SNORM, 0 },
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1905 case GL_R8_SNORM: in Get()
1907 static constexpr Format info(GL_R8_SNORM, in Get()

Completed in 83 milliseconds

123