Home
last modified time | relevance | path

Searched refs:GL_R32I (Results 101 – 125 of 966) sorted by relevance

12345678910>>...39

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_image_load_store/
H A Dimage.c67 { "r32i", GL_R32I, GL_RED_INTEGER, GL_INT, { 32, 0, 0, 0 } },
88 { "r32i", GL_R32I, GL_RED_INTEGER, GL_INT, { 32, 0, 0, 0 } },
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/
H A Dglminimal.h441 #define GL_R32I 0x8235 macro
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/mesa/main/
H A Dglminimal.h441 #define GL_R32I 0x8235 macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp245 gl.texStorage2D(GL_TEXTURE_2D, 1, GL_R32I, m_workWidth, m_workHeight * m_elementsPerInvocation); in init()
351 gl.bindImageTexture(1, m_storageTex, 0, GL_FALSE, 0, GL_READ_WRITE, GL_R32I); in runCompute()
356 gl.bindImageTexture(1, m_storageTex, 0, GL_FALSE, 0, GL_READ_WRITE, GL_R32I); in runCompute()
357 gl.bindImageTexture(2, m_storageTex, 0, GL_FALSE, 0, GL_READ_WRITE, GL_R32I); in runCompute()
1473 …, 0, (m_useAtomic) ? (GL_READ_WRITE) : (GL_WRITE_ONLY), (m_formatInteger) ? (GL_R32I) : (GL_R32F)); in runCommand()
1537 …E, 0, (m_useAtomic) ? (GL_READ_WRITE) : (GL_READ_ONLY), (m_formatInteger) ? (GL_R32I) : (GL_R32F)); in runCommand()
1538 …E, 0, (m_useAtomic) ? (GL_READ_WRITE) : (GL_READ_ONLY), (m_formatInteger) ? (GL_R32I) : (GL_R32F)); in runCommand()
1579 …, 0, (m_useAtomic) ? (GL_READ_WRITE) : (GL_WRITE_ONLY), (m_formatInteger) ? (GL_R32I) : (GL_R32F)); in runCommand()
1625 …E, 0, (m_useAtomic) ? (GL_READ_WRITE) : (GL_READ_ONLY), (m_formatInteger) ? (GL_R32I) : (GL_R32F)); in runSingleRead()
1687 gl.texStorage2D(GL_TEXTURE_2D, 1, GL_R32I, imageWidth, imageHeight); in genStorage()
H A Des31fTextureFormatTests.cpp507 { "r32i", GL_R32I, }, in init()
564 { "r32i", GL_R32I, }, in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DBlendIntegerTest.cpp216 runTest<GL_R32I, 1, true>(); in TEST_P()
H A DCopyTexture3DTest.cpp126 case GL_R32I: in testCopy()
880 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
881 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
882 testCopy(testTarget, kColor, GL_R32I, GL_INT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
H A DProvokingVertexTest.cpp66 glTexStorage2D(GL_TEXTURE_2D, 1, GL_R32I, getWindowWidth(), getWindowHeight()); in testSetUp()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_internalformat_query2/
H A Dcommon.h243 GL_R32I,
H A Dminmax.c85 GL_R32I,
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_texture_integer/
H A Dfbo-blending.c136 { GL_R32I, GL_RED_INTEGER, 32, true },
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dglformats.c801 case GL_R32I: in _mesa_is_enum_format_signed_int()
1190 case GL_R32I: in _mesa_is_color_format()
2601 case GL_R32I: in _mesa_base_tex_format()
2954 case GL_R32I: in _mesa_gles_check_internalformat()
3542 if (internalFormat != GL_R32I) in _mesa_gles_error_check_format_and_type()
4056 case GL_R32I: in _mesa_is_es3_color_renderable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp467 case GL_R32I: in iterate()
787 case GL_R32I: in getFragmentShaderCode()
835 case GL_R32I: in getFragmentShaderCode()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dsized-internalformats.c116 { GL_R32I, { I32, NONE, NONE, NONE, NONE, NONE, NONE, NONE } },
229 { GL_R32I, 30, true },
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_types_tests.cpp39 std::make_tuple(GL_R32I, CL_SIGNED_INT32, CL_R),
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DProvokingVertexTest.cpp69 glTexStorage2D(GL_TEXTURE_2D, 1, GL_R32I, getWindowWidth(), getWindowHeight()); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cShaderImageLoadStoreTests.cpp483 case GL_R32I: in FormatEnumToString()
925 glBindImageTexture(2, m_texture, 4, GL_FALSE, 3, GL_READ_ONLY, GL_R32I); in Run()
926 if (!CheckBinding(2, m_texture, 4, GL_FALSE, 3, GL_READ_ONLY, GL_R32I)) in Run()
1085 if (!Write(GL_R32I, ivec4(1, -2, 3, -4), ivec4(1, 0, 0, 1))) in Run()
1312 if (!WriteCS(GL_R32I, ivec4(1, -2, 3, -4), ivec4(1, 0, 0, 1))) in Run()
2710 if (!Atomic<GLint>(GL_R32I)) in Run()
3101 if (!Write(GL_R32I, ivec4(1, -2, 3, -4), ivec4(1, 0, 0, 1))) in RunStage()
3335 if (!Atomic<GLint>(T2D, stage, GL_R32I)) in RunStage()
3339 if (!Atomic<GLint>(T3D, stage, GL_R32I)) in RunStage()
3343 if (!Atomic<GLint>(TCM, stage, GL_R32I)) in RunStage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cES31CompatibilityShaderImageLoadStoreTests.cpp496 case GL_R32I: in FormatEnumToString()
956 glBindImageTexture(2, m_texture, 4, GL_FALSE, 3, GL_READ_ONLY, GL_R32I); in Run()
957 if (!CheckBinding(2, m_texture, 4, GL_FALSE, 3, GL_READ_ONLY, GL_R32I)) in Run()
1119 if (!Write(GL_R32I, ivec4(1, -2, 3, -4), ivec4(1, 0, 0, 1))) in Run()
1346 if (!WriteCS(GL_R32I, ivec4(1, -2, 3, -4), ivec4(1, 0, 0, 1))) in Run()
2746 if (!Atomic<GLint>(GL_R32I)) in Run()
3136 if (!Write(GL_R32I, ivec4(1, -2, 3, -4), ivec4(1, 0, 0, 1))) in RunStage()
3372 if (!Atomic<GLint>(T2D, stage, GL_R32I)) in RunStage()
3376 if (!Atomic<GLint>(T3D, stage, GL_R32I)) in RunStage()
3380 if (!Atomic<GLint>(TCM, stage, GL_R32I)) in RunStage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles32/
H A Des32cCopyImageTests.cpp289 addChild(new IntegerTexTest(m_context, "r32i_texture", GL_R32I, GL_INT)); in init()
/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A Dconversions.cpp74 {GL_RED_INTEGER, GL_INT, GL_R32I }, // Int32
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_clear_buffer_object/
H A Dformats.c122 …{GL_R32I, GL_RED_INTEGER, GL_INT, 4, true, {"GL_ARB_texture_rg", "GL_EXT_texture_integer", N…
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dtexture-rg.c67 { GL_R32I, GL_RED, GL_TRUE, GL_FALSE, GL_FALSE },
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dglformats.c801 case GL_R32I: in _mesa_is_enum_format_signed_int()
1190 case GL_R32I: in _mesa_is_color_format()
2602 case GL_R32I: in _mesa_base_tex_format()
3384 if (internalFormat != GL_R32I) in _mesa_gles_error_check_format_and_type()
3899 case GL_R32I: in _mesa_is_es3_color_renderable()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dglformats.c801 case GL_R32I: in _mesa_is_enum_format_signed_int()
1190 case GL_R32I: in _mesa_is_color_format()
2602 case GL_R32I: in _mesa_base_tex_format()
3384 if (internalFormat != GL_R32I) in _mesa_gles_error_check_format_and_type()
3899 case GL_R32I: in _mesa_is_es3_color_renderable()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dglformats.c801 case GL_R32I: in _mesa_is_enum_format_signed_int()
1190 case GL_R32I: in _mesa_is_color_format()
2602 case GL_R32I: in _mesa_base_tex_format()
3384 if (internalFormat != GL_R32I) in _mesa_gles_error_check_format_and_type()
3899 case GL_R32I: in _mesa_is_es3_color_renderable()

12345678910>>...39