Home
last modified time | relevance | path

Searched refs:GL_PROGRAM_OUTPUT (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/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.cpp374 GL_PROGRAM_OUTPUT,
497 VerifyGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
500 VerifyGetProgramResourceName(program, GL_PROGRAM_OUTPUT, 0, "color", error); in Run()
723 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "a", 0, error); in Run()
725 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "b", 2, error); in Run()
727 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "c", 3, error); in Run()
730 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "d", 5, error); in Run()
732 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "e", 7, error); in Run()
2769 glGetProgramResourceLocationIndex(1337u, GL_PROGRAM_OUTPUT, "pie"); in Run()
2915 glGetProgramResourceLocationIndex(sh, GL_PROGRAM_OUTPUT, "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/gles31/
H A Des31cProgramInterfaceQueryTests.cpp309 GL_PROGRAM_OUTPUT,
409 VerifyGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
412 VerifyGetProgramResourceName(program, GL_PROGRAM_OUTPUT, 0, "color", error); in Run()
416 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "color", 0, error); in Run()
973 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "a", 0, error); in Run()
975 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "b", 2, error); in Run()
976 VerifyGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "e", 3, error); in Run()
2576 glGetProgramResourceName(program, GL_PROGRAM_OUTPUT, 0, 1024, NULL, name); in Run()
2841 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "r", error); in Run()
2842 VerifyGetProgramResourceIndex(vs, GL_PROGRAM_OUTPUT, indicesO, "g", error); in Run()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_program_interface_query/
H A Dresource-query.c374 …ST( 2, 12, -1, -1, vs_std, NULL, NULL, NULL, NULL, NULL, GL_PROGRAM_OUTPUT, "(vs)",…
375 …ST( 2, 12, -1, -1, NULL, NULL, NULL, gs_std, NULL, NULL, GL_PROGRAM_OUTPUT, "(gs)",…
376 …ST( 2, 11, -1, -1, NULL, NULL, NULL, NULL, fs_std, NULL, GL_PROGRAM_OUTPUT, "(fs)",…
377 …ST( 2, 11, -1, -1, vs_std, NULL, NULL, NULL, fs_std, NULL, GL_PROGRAM_OUTPUT, "(vs,fs…
378 …ST( 2, 12, -1, -1, vs_std, NULL, NULL, gs_std, NULL, NULL, GL_PROGRAM_OUTPUT, "(vs,gs…
379 …ST( 2, 11, -1, -1, NULL, NULL, NULL, gs_std, fs_in, NULL, GL_PROGRAM_OUTPUT, "(gs,fs…
380 …ST( 2, 11, -1, -1, vs_std, NULL, NULL, gs_std, fs_in, NULL, GL_PROGRAM_OUTPUT, "(vs,gs…
381 …ST( 2, 12, -1, -1, NULL, NULL, tes_in, NULL, NULL, NULL, GL_PROGRAM_OUTPUT, "(tes)"…
382 …ST( 3, 25, -1, -1, NULL, tcs_sub, NULL, NULL, NULL, NULL, GL_PROGRAM_OUTPUT, "(tcs)"…
383 …ST( 2, 12, -1, -1, NULL, tcs_sub, tes_in, NULL, NULL, NULL, GL_PROGRAM_OUTPUT, "(tcs,t…
[all …]
H A Dresource-location.c72 GL_PROGRAM_OUTPUT,
318 case GL_PROGRAM_OUTPUT: in validate_location()
422 validate_location(prog, GL_PROGRAM_OUTPUT, "output0", 1); in piglit_init()
423 validate_location(prog, GL_PROGRAM_OUTPUT, "output1", 0); in piglit_init()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp467 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
501 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
698 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
910 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1056 case GL_PROGRAM_OUTPUT: in program_resource_location()
1401 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1433 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1491 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1512 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1521 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp468 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
503 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name_length()
541 case GL_PROGRAM_OUTPUT: in _mesa_program_get_resource_name()
580 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
982 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1127 case GL_PROGRAM_OUTPUT: in program_resource_location()
1472 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1504 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1562 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1583 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
193 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
302 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
359 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
366 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp56 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
60 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "missing"); in TEST_P()
107 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
111 glGetProgramResourceName(program, GL_PROGRAM_OUTPUT, index, sizeof(name), &length, name); in TEST_P()
116 glGetProgramResourceName(program, GL_PROGRAM_OUTPUT, index, 8, &length, name); in TEST_P()
172 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
175 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor[0]"); in TEST_P()
178 location = glGetProgramResourceLocation(program, GL_PROGRAM_OUTPUT, "oColor[3]"); in TEST_P()
236 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor[0]"); in TEST_P()
300 glGetProgramInterfaceiv(program, GL_PROGRAM_OUTPUT, GL_ACTIVE_RESOURCES, &num); in TEST_P()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dprogram_resource.c42 case GL_PROGRAM_OUTPUT: in supported_interface_enum()
312 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceIndex()
420 case GL_PROGRAM_OUTPUT: in _mesa_GetProgramResourceLocation()
477 if (programInterface != GL_PROGRAM_OUTPUT) { in _mesa_GetProgramResourceLocationIndex()
484 return _mesa_program_resource_location_index(shProg, GL_PROGRAM_OUTPUT, in _mesa_GetProgramResourceLocationIndex()
H A Dshader_query.cpp444 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_name()
478 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_array_size()
681 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_name()
893 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_find_index()
1036 case GL_PROGRAM_OUTPUT: in program_resource_location()
1378 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1408 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1466 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1487 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
1496 case GL_PROGRAM_OUTPUT: in _mesa_program_resource_prop()
[all …]

12345678910>>...20