| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_common.py | 39 class glx_proto_type(gl_XML.gl_type): 41 gl_XML.gl_type.__init__(self, element, context, category)
|
| H A D | gl_XML.py | 335 class gl_type( gl_item ): class in inherits:gl_item 828 return gl_type(element, context, category)
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_common.py | 37 class glx_proto_type(gl_XML.gl_type): 39 gl_XML.gl_type.__init__(self, element, context, category)
|
| H A D | gl_XML.py | 333 class gl_type( gl_item ): class in inherits:gl_item 842 return gl_type(element, context, category)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | opt_dead_builtin_varyings.cpp | 112 if (var->type->gl_type != GL_FLOAT && 113 var->type->gl_type != GL_FLOAT_VEC2 && 114 var->type->gl_type != GL_FLOAT_VEC3 && 115 var->type->gl_type != GL_FLOAT_VEC4)
|
| H A D | link_varyings.cpp | 1155 this->type = this->matched_candidate->type->fields.array->gl_type; 1167 this->type = this->matched_candidate->type->gl_type;
|
| H A D | linker.cpp | 984 var->type->gl_type == existing->type->gl_type)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | opt_dead_builtin_varyings.cpp | 112 if (var->type->gl_type != GL_FLOAT && 113 var->type->gl_type != GL_FLOAT_VEC2 && 114 var->type->gl_type != GL_FLOAT_VEC3 && 115 var->type->gl_type != GL_FLOAT_VEC4)
|
| H A D | link_varyings.cpp | 1103 this->type = this->matched_candidate->type->fields.array->gl_type; 1115 this->type = this->matched_candidate->type->gl_type;
|
| H A D | linker.cpp | 949 var->type->gl_type == existing->type->gl_type)) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | glsl_types.h | 294 GLenum gl_type; member in struct:glsl_type 1281 glsl_type(GLenum gl_type, 1288 glsl_type(GLenum gl_type, glsl_base_type base_type,
|
| H A D | glsl_types.cpp | 47 glsl_type::glsl_type(GLenum gl_type, argument 52 gl_type(gl_type), 85 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, argument 88 gl_type(gl_type), 109 gl_type(0), 141 gl_type(0), 167 gl_type(0), 198 gl_type( [all...] |
| H A D | nir_types.cpp | 122 return type->gl_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | glsl_types.h | 204 GLenum gl_type; member in struct:glsl_type 999 glsl_type(GLenum gl_type, 1005 glsl_type(GLenum gl_type, glsl_base_type base_type,
|
| H A D | glsl_types.cpp | 46 glsl_type::glsl_type(GLenum gl_type, argument 50 gl_type(gl_type), 81 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type, argument 84 gl_type(gl_type), 104 gl_type(0), 133 gl_type(0), 159 gl_type(0), 188 gl_type( [all...] |
| H A D | nir_types.cpp | 116 return type->gl_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug_output.c | 855 GLenum gl_type = debug_type_enums[type]; local in function:log_msg_locked_and_unlock 866 callback(gl_source, gl_type, id, gl_severity, len, buf, data); 1106 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type, argument 1112 enum mesa_debug_type type = gl_enum_to_debug_type(gl_type); 1129 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type, 1133 if (count && (gl_severity != GL_DONT_CARE || gl_type == GL_DONT_CARE
|
| H A D | shader_query.cpp | 1167 *val = RESOURCE_UNI(res)->type->gl_type; 1171 *val = RESOURCE_VAR(res)->type->gl_type;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | debug_output.c | 840 GLenum gl_type = debug_type_enums[type]; local in function:log_msg_locked_and_unlock 851 callback(gl_source, gl_type, id, gl_severity, len, buf, data); 1091 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type, argument 1097 enum mesa_debug_type type = gl_enum_to_debug_type(gl_type); 1114 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type, 1118 if (count && (gl_severity != GL_DONT_CARE || gl_type == GL_DONT_CARE
|
| H A D | shader_query.cpp | 1397 *val = RESOURCE_UNI(res)->type->gl_type; 1402 *val = RESOURCE_VAR(res)->type->gl_type;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 3202 GLenum gl_type = GL_NONE; local in function:glsl_to_tgsi_visitor::visit 3328 gl_type = GL_FLOAT; 3334 gl_type = GL_DOUBLE; 3340 gl_type = GL_INT64_ARB; 3346 gl_type = GL_UNSIGNED_INT64_ARB; 3352 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT; 3361 gl_type = native_integers ? GL_INT : GL_FLOAT; 3370 gl_type = native_integers ? GL_BOOL : GL_FLOAT; 3377 gl_type = GL_UNSIGNED_INT; 3390 gl_type, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 3293 GLenum gl_type = GL_NONE; local in function:glsl_to_tgsi_visitor::visit 3419 gl_type = GL_FLOAT; 3425 gl_type = GL_DOUBLE; 3431 gl_type = GL_INT64_ARB; 3437 gl_type = GL_UNSIGNED_INT64_ARB; 3443 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT; 3452 gl_type = native_integers ? GL_INT : GL_FLOAT; 3461 gl_type = native_integers ? GL_BOOL : GL_FLOAT; 3468 gl_type = GL_UNSIGNED_INT; 3481 gl_type, [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 2461 type->gl_type, NULL, NULL, false); 2466 type->gl_type, NULL, NULL, true);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 7.9.1.rst | 263 - glsl: Fix incorrect gl_type of sampler2DArray and
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | ir_to_mesa.cpp | 2410 type->gl_type, NULL, NULL, false); 2415 type->gl_type, NULL, NULL, true);
|