| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | gl_nir_linker.c | 61 if (!link_util_add_program_resource(prog, resource_set, GL_UNIFORM, uniform,
|
| H A D | serialize.cpp | 824 case GL_UNIFORM: 826 res->Type != GL_UNIFORM) { 922 case GL_UNIFORM: {
|
| H A D | linker.cpp | 4523 GLenum type = is_shader_storage ? GL_BUFFER_VARIABLE : GL_UNIFORM;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shader_query.cpp | 469 case GL_UNIFORM: 503 case GL_UNIFORM: 680 case GL_UNIFORM: 717 * Valid interfaces are GL_BUFFER_VARIABLE and GL_UNIFORM. 733 case GL_UNIFORM: 799 * Valid interfaces are GL_BUFFER_VARIABLE and GL_UNIFORM. 810 assert(programInterface == GL_UNIFORM || 911 case GL_UNIFORM: 1066 case GL_UNIFORM: 1234 GL_UNIFORM, [all...] |
| H A D | program_resource.c | 39 case GL_UNIFORM: 194 case GL_UNIFORM: 300 case GL_UNIFORM:
|
| H A D | uniform_query.cpp | 73 GL_UNIFORM, index); 82 _mesa_get_program_resource_name(shProg, GL_UNIFORM, index, maxLength, 165 if (!_mesa_program_resource_find_index(shProg, GL_UNIFORM, 173 res = _mesa_program_resource_find_index(shProg, GL_UNIFORM,
|
| H A D | uniforms.c | 1023 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); 1040 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); 1097 _mesa_program_resource_find_name(shProg, GL_UNIFORM, uniformNames[i], 1401 _mesa_get_program_resource_name(shProg, GL_UNIFORM, uniformIndex, bufSize,
|
| H A D | shaderapi.c | 770 _mesa_get_program_interfaceiv(shProg, GL_UNIFORM, GL_ACTIVE_RESOURCES,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shader_query.cpp | 437 case GL_UNIFORM: 471 case GL_UNIFORM: 598 case GL_UNIFORM: 716 case GL_UNIFORM: 856 case GL_UNIFORM: 1017 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname, 1029 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname, 1165 case GL_UNIFORM: 1181 case GL_UNIFORM: 1211 case GL_UNIFORM [all...] |
| H A D | program_resource.c | 39 case GL_UNIFORM: 311 case GL_UNIFORM: 416 case GL_UNIFORM:
|
| H A D | uniform_query.cpp | 61 GL_UNIFORM, index); 69 _mesa_get_program_resource_name(shProg, GL_UNIFORM, index, maxLength, 142 if (!_mesa_program_resource_find_index(shProg, GL_UNIFORM, 150 res = _mesa_program_resource_find_index(shProg, GL_UNIFORM,
|
| H A D | uniforms.c | 1024 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); 1035 return _mesa_program_resource_location(shProg, GL_UNIFORM, name); 1092 _mesa_program_resource_find_name(shProg, GL_UNIFORM, uniformNames[i], 1396 _mesa_get_program_resource_name(shProg, GL_UNIFORM, uniformIndex, bufSize,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | meta_blit.c | 111 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_width"); 113 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_height"); 240 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_width"); 242 _mesa_program_resource_location(blit->msaa_shaders[shader_index], GL_UNIFORM, "src_height");
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | serialize.cpp | 851 case GL_UNIFORM: 853 res->Type != GL_UNIFORM) { 949 case GL_UNIFORM: {
|
| H A D | gl_nir_linker.c | 552 GLenum interface = uniform->is_shader_storage ? GL_BUFFER_VARIABLE : GL_UNIFORM;
|
| H A D | linker.cpp | 4177 GLenum type = is_shader_storage ? GL_BUFFER_VARIABLE : GL_UNIFORM;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.6.0.rst | 322 value for GL_REFERENCED_BY_*_SHADER prop for GL_UNIFORM for members
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES3/ |
| H A D | gl31.h | 1237 #define GL_UNIFORM 0x92E1 macro
|
| H A D | gl32.h | 1237 #define GL_UNIFORM 0x92E1 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GLES3/ |
| H A D | gl31.h | 1235 #define GL_UNIFORM 0x92E1 macro
|
| H A D | gl32.h | 1235 #define GL_UNIFORM 0x92E1 macro
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glcorearb.h | 2437 #define GL_UNIFORM 0x92E1 macro
|
| H A D | glext.h | 2384 #define GL_UNIFORM 0x92E1 macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glcorearb.h | 2400 #define GL_UNIFORM 0x92E1 macro
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 6388 #define GL_UNIFORM 0x92E1 macro [all...] |