Home
last modified time | relevance | path

Searched refs:GL_PROGRAM_INPUT (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp308 const GLenum PIQBase::interfaces[] = { GL_PROGRAM_INPUT,
719 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "a", 0, error); in Run()
720 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "b", 4, error); in Run()
721 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "c", 5, error); in Run()
2074 glGetProgramResourceIndex(31337u, GL_PROGRAM_INPUT, "pie"); in Run()
2076 glGetProgramResourceName(1337u, GL_PROGRAM_INPUT, 0, 1024, &len, name); in Run()
2080 glGetProgramResourceLocation(1337u, GL_PROGRAM_INPUT, "pie"); in Run()
2239 glGetProgramResourceIndex(sh, GL_PROGRAM_INPUT, "pie"); in Run()
2241 glGetProgramResourceName(sh, GL_PROGRAM_INPUT, 0, 1024, &len, name); in Run()
2245 glGetProgramResourceLocation(sh, GL_PROGRAM_INPUT, "pie"); in Run()
[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 Dgl4cProgramInterfaceQueryTests.cpp373 const GLenum PIQBase::interfaces[] = { GL_PROGRAM_INPUT,
614 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "a", 0, error); in Run()
615 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "b", 4, error); in Run()
617 VerifyGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "c", 5, error); in Run()
2761 glGetProgramResourceIndex(31337u, GL_PROGRAM_INPUT, "pie"); in Run()
2763 glGetProgramResourceName(1337u, GL_PROGRAM_INPUT, 0, 1024, &len, name); in Run()
2767 glGetProgramResourceLocation(1337u, GL_PROGRAM_INPUT, "pie"); in Run()
2907 glGetProgramResourceIndex(sh, GL_PROGRAM_INPUT, "pie"); in Run()
2909 glGetProgramResourceName(sh, GL_PROGRAM_INPUT, 0, 1024, &len, name); in Run()
2913 glGetProgramResourceLocation(sh, GL_PROGRAM_INPUT, "pie"); in Run()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_program_interface_query/
H A Dgetprogramresourceindex.c159 { vs_array, GL_PROGRAM_INPUT, "vs_input", true, -1, GL_NO_ERROR },
160 { vs_array, GL_PROGRAM_INPUT, "vs_input[0]", true, -1, GL_NO_ERROR },
161 { vs_array, GL_PROGRAM_INPUT, "vs_input[1]", false, -1, GL_NO_ERROR },
167 { vs_aofa, GL_PROGRAM_INPUT, "vs_input2", false, -1, GL_NO_ERROR },
168 { vs_aofa, GL_PROGRAM_INPUT, "vs_input2[0]", true, -1, GL_NO_ERROR },
169 { vs_aofa, GL_PROGRAM_INPUT, "vs_input2[0][0]", true, -1, GL_NO_ERROR },
170 { vs_aofa, GL_PROGRAM_INPUT, "vs_input2[1][0]", false, -1, GL_NO_ERROR },
171 { vs_aofa, GL_PROGRAM_INPUT, "vs_input2[0][1]", false, -1, GL_NO_ERROR },
H A Dresource-query.c362 …ST( 2, 10, -1, -1, vs_std, NULL, NULL, NULL, NULL, NULL, GL_PROGRAM_INPUT, "(vs)", …
363 …ST( 2, 25, -1, -1, NULL, NULL, NULL, gs_std, NULL, NULL, GL_PROGRAM_INPUT, "(gs)", …
364 …ST( 1, 10, -1, -1, NULL, NULL, NULL, NULL, fs_in, NULL, GL_PROGRAM_INPUT, "(fs)", …
365 …ST( 2, 10, -1, -1, vs_std, NULL, NULL, NULL, fs_std, NULL, GL_PROGRAM_INPUT, "(vs,fs)…
366 …ST( 2, 10, -1, -1, vs_std, NULL, NULL, gs_std, NULL, NULL, GL_PROGRAM_INPUT, "(vs,gs)…
367 …ST( 2, 25, -1, -1, NULL, NULL, NULL, gs_std, fs_in, NULL, GL_PROGRAM_INPUT, "(gs,fs)…
368 …ST( 2, 10, -1, -1, vs_std, NULL, NULL, gs_std, fs_in, NULL, GL_PROGRAM_INPUT, "(vs,gs,…
369 …ST( 2, 25, -1, -1, NULL, NULL, tes_in, NULL, NULL, NULL, GL_PROGRAM_INPUT, "(tes)",…
370 …ST( 3, 25, -1, -1, NULL, tcs_sub, NULL, NULL, NULL, NULL, GL_PROGRAM_INPUT, "(tcs)",…
371 …ST( 3, 25, -1, -1, NULL, tcs_sub, tes_in, NULL, NULL, NULL, GL_PROGRAM_INPUT, "(tcs,te…
[all …]
H A Dresource-location.c71 GL_PROGRAM_INPUT,
314 case GL_PROGRAM_INPUT: in validate_location()
420 validate_location(prog, GL_PROGRAM_INPUT, "input0", 3); in piglit_init()
421 validate_location(prog, GL_PROGRAM_INPUT, "input1", 6); in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp48 glGetProgramResourceIndex(program, GL_PROGRAM_INPUT, essl31_shaders::PositionAttrib()); in TEST_P()
52 index = glGetProgramResourceIndex(program, GL_PROGRAM_INPUT, "missing"); in TEST_P()
90 glGetProgramResourceName(program, GL_PROGRAM_INPUT, index, sizeof(name), &length, name); in TEST_P()
95 glGetProgramResourceName(program, GL_PROGRAM_INPUT, index, 4, &length, name); in TEST_P()
100 glGetProgramResourceName(program, GL_PROGRAM_INPUT, index, -1, &length, name); in TEST_P()
160 location = glGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "position"); in TEST_P()
168 location = glGetProgramResourceLocation(program, GL_PROGRAM_INPUT, "missing"); in TEST_P()
209 GLuint index = glGetProgramResourceIndex(program, GL_PROGRAM_INPUT, "position"); in TEST_P()
289 glGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_ACTIVE_RESOURCES, &num); in TEST_P()
293 glGetProgramInterfaceiv(program, GL_PROGRAM_INPUT, GL_MAX_NAME_LENGTH, &num); in TEST_P()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dshader_query.cpp467 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
502 case GL_PROGRAM_INPUT: in _mesa_program_resource_name_length()
540 case GL_PROGRAM_INPUT: in _mesa_program_get_resource_name()
579 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
981 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1113 case GL_PROGRAM_INPUT: { in program_resource_location()
1471 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1503 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1561 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1582 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dshader_query.cpp443 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
477 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
680 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
892 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1022 case GL_PROGRAM_INPUT: { in program_resource_location()
1377 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1407 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1465 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1486 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1495 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
H A Dprogram_resource.c41 case GL_PROGRAM_INPUT: in supported_interface_enum()
192 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceIndex()
301 case GL_PROGRAM_INPUT: in _mesa_GetProgramResourceLocation()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dshader_query.cpp466 case GL_PROGRAM_INPUT: in _mesa_program_resource_name()
500 case GL_PROGRAM_INPUT: in _mesa_program_resource_array_size()
697 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_name()
909 case GL_PROGRAM_INPUT: in _mesa_program_resource_find_index()
1042 case GL_PROGRAM_INPUT: { in program_resource_location()
1400 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1432 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1490 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1511 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
1520 case GL_PROGRAM_INPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_enhanced_layouts/linker/component-layout/
H A Dquery-component.shader_test63 verify program_interface_query GL_PROGRAM_INPUT a[0] GL_LOCATION_COMPONENT 0
64 verify program_interface_query GL_PROGRAM_INPUT b[0] GL_LOCATION_COMPONENT 3

12345678910>>...22