Searched refs:GL_UNIFORM (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_linker.c61 if (!link_util_add_program_resource(prog, resource_set, GL_UNIFORM, uniform,
H A Dserialize.cpp824 case GL_UNIFORM:
826 res->Type != GL_UNIFORM) {
922 case GL_UNIFORM: {
H A Dlinker.cpp4523 GLenum type = is_shader_storage ? GL_BUFFER_VARIABLE : GL_UNIFORM;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshader_query.cpp469 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 Dprogram_resource.c39 case GL_UNIFORM:
194 case GL_UNIFORM:
300 case GL_UNIFORM:
H A Duniform_query.cpp73 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 Duniforms.c1023 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 Dshaderapi.c770 _mesa_get_program_interfaceiv(shProg, GL_UNIFORM, GL_ACTIVE_RESOURCES,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshader_query.cpp437 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 Dprogram_resource.c39 case GL_UNIFORM:
311 case GL_UNIFORM:
416 case GL_UNIFORM:
H A Duniform_query.cpp61 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 Duniforms.c1024 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 Dmeta_blit.c111 _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 Dserialize.cpp851 case GL_UNIFORM:
853 res->Type != GL_UNIFORM) {
949 case GL_UNIFORM: {
H A Dgl_nir_linker.c552 GLenum interface = uniform->is_shader_storage ? GL_BUFFER_VARIABLE : GL_UNIFORM;
H A Dlinker.cpp4177 GLenum type = is_shader_storage ? GL_BUFFER_VARIABLE : GL_UNIFORM;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.6.0.rst322 value for GL_REFERENCED_BY_*_SHADER prop for GL_UNIFORM for members
/xsrc/external/mit/MesaLib.old/dist/include/GLES3/
H A Dgl31.h1237 #define GL_UNIFORM 0x92E1 macro
H A Dgl32.h1237 #define GL_UNIFORM 0x92E1 macro
/xsrc/external/mit/MesaLib/dist/include/GLES3/
H A Dgl31.h1235 #define GL_UNIFORM 0x92E1 macro
H A Dgl32.h1235 #define GL_UNIFORM 0x92E1 macro
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglcorearb.h2437 #define GL_UNIFORM 0x92E1 macro
H A Dglext.h2384 #define GL_UNIFORM 0x92E1 macro
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglcorearb.h2400 #define GL_UNIFORM 0x92E1 macro
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h6388 #define GL_UNIFORM 0x92E1 macro
[all...]

Completed in 209 milliseconds

12