HomeSort by: relevance | last modified time | path
    Searched refs:gl_type (Results 1 - 24 of 24) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
glX_proto_common.py 37 class glx_proto_type(gl_XML.gl_type):
39 gl_XML.gl_type.__init__(self, element, context, category)
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.old/dist/src/mapi/glapi/gen/
glX_proto_common.py 39 class glx_proto_type(gl_XML.gl_type):
41 gl_XML.gl_type.__init__(self, element, context, category)
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/compiler/glsl/
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)
link_varyings.cpp 1155 this->type = this->matched_candidate->type->fields.array->gl_type;
1167 this->type = this->matched_candidate->type->gl_type;
linker.cpp 984 var->type->gl_type == existing->type->gl_type)) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
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)
link_varyings.cpp 1103 this->type = this->matched_candidate->type->fields.array->gl_type;
1115 this->type = this->matched_candidate->type->gl_type;
linker.cpp 949 var->type->gl_type == existing->type->gl_type)) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/
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,
glsl_types.cpp 47 glsl_type::glsl_type(GLenum gl_type,
52 gl_type(gl_type),
85 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type,
88 gl_type(gl_type),
109 gl_type(0),
141 gl_type(0),
167 gl_type(0),
198 gl_type(0)
    [all...]
nir_types.cpp 122 return type->gl_type;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
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,
glsl_types.cpp 46 glsl_type::glsl_type(GLenum gl_type,
50 gl_type(gl_type),
81 glsl_type::glsl_type(GLenum gl_type, glsl_base_type base_type,
84 gl_type(gl_type),
104 gl_type(0),
133 gl_type(0),
159 gl_type(0),
188 gl_type(0)
    [all...]
nir_types.cpp 116 return type->gl_type;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
debug_output.c 840 GLenum gl_type = debug_type_enums[type]; local
851 callback(gl_source, gl_type, id, gl_severity, len, buf, data);
1091 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type,
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
shader_query.cpp 207 _mesa_program_resource_prop(shProg, res, desired_index, GL_TYPE,
1393 case GL_TYPE:
1397 *val = RESOURCE_UNI(res)->type->gl_type;
1402 *val = RESOURCE_VAR(res)->type->gl_type;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
debug_output.c 855 GLenum gl_type = debug_type_enums[type]; local
866 callback(gl_source, gl_type, id, gl_severity, len, buf, data);
1106 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type,
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
shader_query.cpp 172 _mesa_program_resource_prop(shProg, res, desired_index, GL_TYPE,
1163 case GL_TYPE:
1167 *val = RESOURCE_UNI(res)->type->gl_type;
1171 *val = RESOURCE_VAR(res)->type->gl_type;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3293 GLenum gl_type = GL_NONE; local
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/state_tracker/
st_glsl_to_tgsi.cpp 3202 GLenum gl_type = GL_NONE; local
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/program/
ir_to_mesa.cpp 2410 type->gl_type, NULL, NULL, false);
2415 type->gl_type, NULL, NULL, true);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
ir_to_mesa.cpp 2461 type->gl_type, NULL, NULL, false);
2466 type->gl_type, NULL, NULL, true);

Completed in 48 milliseconds