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

12

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_proto_common.py39 class glx_proto_type(gl_XML.gl_type):
41 gl_XML.gl_type.__init__(self, element, context, category)
H A Dgl_XML.py335 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 DglX_proto_common.py37 class glx_proto_type(gl_XML.gl_type):
39 gl_XML.gl_type.__init__(self, element, context, category)
H A Dgl_XML.py333 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 Dopt_dead_builtin_varyings.cpp112 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 Dlink_varyings.cpp1155 this->type = this->matched_candidate->type->fields.array->gl_type;
1167 this->type = this->matched_candidate->type->gl_type;
H A Dlinker.cpp984 var->type->gl_type == existing->type->gl_type)) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_dead_builtin_varyings.cpp112 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 Dlink_varyings.cpp1103 this->type = this->matched_candidate->type->fields.array->gl_type;
1115 this->type = this->matched_candidate->type->gl_type;
H A Dlinker.cpp949 var->type->gl_type == existing->type->gl_type)) {
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dglsl_types.h294 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 Dglsl_types.cpp47 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 Dnir_types.cpp122 return type->gl_type;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dglsl_types.h204 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 Dglsl_types.cpp46 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 Dnir_types.cpp116 return type->gl_type;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddebug_output.c855 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 Dshader_query.cpp1167 *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 Ddebug_output.c840 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 Dshader_query.cpp1397 *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 Dst_glsl_to_tgsi.cpp3202 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 Dst_glsl_to_tgsi.cpp3293 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 Dir_to_mesa.cpp2461 type->gl_type, NULL, NULL, false);
2466 type->gl_type, NULL, NULL, true);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.9.1.rst263 - glsl: Fix incorrect gl_type of sampler2DArray and
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp2410 type->gl_type, NULL, NULL, false);
2415 type->gl_type, NULL, NULL, true);

Completed in 67 milliseconds

12