Searched defs:TAG (Results 1 - 25 of 97) sorted by relevance

1234

/xsrc/external/mit/fontconfig/dist/fc-case/
H A DMakefile.am26 TAG=case macro
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Drgtc.c37 #define TAG(x) util_format_unsigned_##x macro
50 #define TAG(x) util_format_signed_##x macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Drgtc.c37 #define TAG(x) util_format_unsigned_##x macro
50 #define TAG(x) util_format_signed_##x macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_clip_tmp.h43 static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
123 static GLvector4f * TAG(cliptest_np_points4)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
180 static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
216 static GLvector4f * TAG(cliptest_points2)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
248 void TAG(init_c_cliptest)( void ) function in typeref:typename:void
[all...]
H A Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, function in typeref:typename:void
53 static void TAG(dotprod_vec3)( GLfloat *out, function in typeref:typename:void
75 static void TAG(dotprod_vec4)( GLfloat *out, function in typeref:typename:void
97 static void TAG(init_dotprod)( void ) function in typeref:typename:void
H A Dm_norm_tmp.h43 TAG(transform_normalize_normals)( const GLmatrix *mat, function in typeref:typename:void
110 TAG(transform_normalize_normals_no_rot)( const GLmatrix *mat, function in typeref:typename:void
175 TAG(transform_rescale_normals_no_rot)( const GLmatrix *mat, function in typeref:typename:void
204 TAG(transform_rescale_normals)( const GLmatrix *mat, function in typeref:typename:void
236 TAG(transform_normals_no_rot)( const GLmatrix *mat, function in typeref:typename:void
266 TAG(transform_normals)( const GLmatrix *mat, function in typeref:typename:void
296 TAG(normalize_normals)( const GLmatrix *mat, function in typeref:typename:void
342 TAG(rescale_normals)( const GLmatrix *mat, function in typeref:typename:void
365 TAG(init_c_norm_transform)( void ) function in typeref:typename:void
[all...]
H A Dm_xform.c80 #define TAG(x) x macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_triemit.h31 static __inline void TAG(quad)( CTX_ARG, function in typeref:typename:void
55 static __inline void TAG(quad)( CTX_ARG, function in typeref:typename:void
83 static __inline void TAG(triangle)( CTX_ARG, function in typeref:typename:void
106 static __inline void TAG(line)( CTX_ARG, function in typeref:typename:void
120 static __inline void TAG(point)( CTX_ARG, function in typeref:typename:void
132 static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts, function in typeref:typename:void
H A Dt_dd_unfilled.h35 static void TAG(unfilled_tri)( struct gl_context *ctx, function in typeref:typename:void
98 static void TAG(unfilled_quad)( struct gl_context *ctx, function in typeref:typename:void
H A Dt_dd_dmatmp.h55 static inline void *TAG(emit_verts)(struct gl_context *ctx, GLuint start, function in typeref:typename:void *
65 static void TAG(render_points_verts)(struct gl_context *ctx, function in typeref:typename:void
93 static void TAG(render_lines_verts)(struct gl_context *ctx, function in typeref:typename:void
122 static void TAG(render_line_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
148 static void TAG(render_line_loop_verts)(struct gl_context *ctx, function in typeref:typename:void
199 static void TAG(render_triangles_verts)(struct gl_context *ctx, function in typeref:typename:void
230 static void TAG(render_tri_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
260 static void TAG(render_tri_fan_verts)(struct gl_context *ctx, function in typeref:typename:void
290 static void TAG(render_poly_verts)(struct gl_context *ctx, function in typeref:typename:void
328 static void TAG(render_quad_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
368 static void TAG(render_quads_verts)(struct gl_context *ctx, function in typeref:typename:void
403 static void TAG(render_noop)(struct gl_context *ctx, function in typeref:typename:void
432 static bool TAG(validate_render)(struct gl_context *ctx, function in typeref:typename:bool
[all...]
H A Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
117 static void TAG(render_points_verts)( struct gl_context *ctx, function in typeref:typename:void
129 static void TAG(render_lines_verts)( struct gl_context *ctx, function in typeref:typename:void
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, function in typeref:typename:void
289 static void TAG(render_triangles_verts)( struct gl_context *ctx, function in typeref:typename:void
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, function in typeref:typename:void
398 static void TAG(render_poly_verts)( struct gl_context *ctx, function in typeref:typename:void
412 static void TAG(render_quad_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
463 static void TAG(render_quads_verts)( struct gl_context *ctx, function in typeref:typename:void
512 static void TAG(render_noop)( struct gl_context *ctx, function in typeref:typename:void
542 static void TAG(render_points_elts)( struct gl_context *ctx, function in typeref:typename:void
566 static void TAG(render_lines_elts)( struct gl_context *ctx, function in typeref:typename:void
605 static void TAG(render_line_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
634 static void TAG(render_line_loop_elts)( struct gl_context *ctx, function in typeref:typename:void
686 static void TAG(render_triangles_elts)( struct gl_context *ctx, function in typeref:typename:void
719 static void TAG(render_tri_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
749 static void TAG(render_tri_fan_elts)( struct gl_context *ctx, function in typeref:typename:void
776 static void TAG(render_poly_elts)( struct gl_context *ctx, function in typeref:typename:void
802 static void TAG(render_quad_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
864 static void TAG(render_quads_elts)( struct gl_context *ctx, function in typeref:typename:void
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_clip_tmp.h43 static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
123 static GLvector4f * TAG(cliptest_np_points4)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
180 static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
216 static GLvector4f * TAG(cliptest_points2)( GLvector4f *clip_vec, function in typeref:typename:GLvector4f *
248 void TAG(init_c_cliptest)( void ) function in typeref:typename:void
[all...]
H A Dm_dotprod_tmp.h33 static void TAG(dotprod_vec2)( GLfloat *out, function in typeref:typename:void
53 static void TAG(dotprod_vec3)( GLfloat *out, function in typeref:typename:void
75 static void TAG(dotprod_vec4)( GLfloat *out, function in typeref:typename:void
97 static void TAG(init_dotprod)( void ) function in typeref:typename:void
H A Dm_norm_tmp.h43 TAG(transform_normalize_normals)( const GLmatrix *mat, function in typeref:typename:void
110 TAG(transform_normalize_normals_no_rot)( const GLmatrix *mat, function in typeref:typename:void
175 TAG(transform_rescale_normals_no_rot)( const GLmatrix *mat, function in typeref:typename:void
204 TAG(transform_rescale_normals)( const GLmatrix *mat, function in typeref:typename:void
236 TAG(transform_normals_no_rot)( const GLmatrix *mat, function in typeref:typename:void
266 TAG(transform_normals)( const GLmatrix *mat, function in typeref:typename:void
296 TAG(normalize_normals)( const GLmatrix *mat, function in typeref:typename:void
342 TAG(rescale_normals)( const GLmatrix *mat, function in typeref:typename:void
365 TAG(init_c_norm_transform)( void ) function in typeref:typename:void
[all...]
H A Dm_xform.c80 #define TAG(x) x macro
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/
H A Dt_dd_triemit.h31 static __inline void TAG(quad)( CTX_ARG, function in typeref:typename:void
55 static __inline void TAG(quad)( CTX_ARG, function in typeref:typename:void
83 static __inline void TAG(triangle)( CTX_ARG, function in typeref:typename:void
106 static __inline void TAG(line)( CTX_ARG, function in typeref:typename:void
120 static __inline void TAG(point)( CTX_ARG, function in typeref:typename:void
132 static void TAG(fast_clipped_poly)( struct gl_context *ctx, const GLuint *elts, function in typeref:typename:void
H A Dt_dd_unfilled.h35 static void TAG(unfilled_tri)( struct gl_context *ctx, function in typeref:typename:void
98 static void TAG(unfilled_quad)( struct gl_context *ctx, function in typeref:typename:void
H A Dt_dd_dmatmp.h55 static inline void *TAG(emit_verts)(struct gl_context *ctx, GLuint start, function in typeref:typename:void *
65 static void TAG(render_points_verts)(struct gl_context *ctx, function in typeref:typename:void
93 static void TAG(render_lines_verts)(struct gl_context *ctx, function in typeref:typename:void
122 static void TAG(render_line_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
148 static void TAG(render_line_loop_verts)(struct gl_context *ctx, function in typeref:typename:void
199 static void TAG(render_triangles_verts)(struct gl_context *ctx, function in typeref:typename:void
230 static void TAG(render_tri_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
260 static void TAG(render_tri_fan_verts)(struct gl_context *ctx, function in typeref:typename:void
290 static void TAG(render_poly_verts)(struct gl_context *ctx, function in typeref:typename:void
328 static void TAG(render_quad_strip_verts)(struct gl_context *ctx, function in typeref:typename:void
368 static void TAG(render_quads_verts)(struct gl_context *ctx, function in typeref:typename:void
403 static void TAG(render_noop)(struct gl_context *ctx, function in typeref:typename:void
432 static bool TAG(validate_render)(struct gl_context *ctx, function in typeref:typename:bool
[all...]
H A Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, function in typeref:typename:ELT_TYPE *
117 static void TAG(render_points_verts)( struct gl_context *ctx, function in typeref:typename:void
129 static void TAG(render_lines_verts)( struct gl_context *ctx, function in typeref:typename:void
153 static void TAG(render_line_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
200 static void TAG(render_line_loop_verts)( struct gl_context *ctx, function in typeref:typename:void
289 static void TAG(render_triangles_verts)( struct gl_context *ctx, function in typeref:typename:void
310 static void TAG(render_tri_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
355 static void TAG(render_tri_fan_verts)( struct gl_context *ctx, function in typeref:typename:void
398 static void TAG(render_poly_verts)( struct gl_context *ctx, function in typeref:typename:void
412 static void TAG(render_quad_strip_verts)( struct gl_context *ctx, function in typeref:typename:void
463 static void TAG(render_quads_verts)( struct gl_context *ctx, function in typeref:typename:void
512 static void TAG(render_noop)( struct gl_context *ctx, function in typeref:typename:void
542 static void TAG(render_points_elts)( struct gl_context *ctx, function in typeref:typename:void
566 static void TAG(render_lines_elts)( struct gl_context *ctx, function in typeref:typename:void
605 static void TAG(render_line_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
634 static void TAG(render_line_loop_elts)( struct gl_context *ctx, function in typeref:typename:void
686 static void TAG(render_triangles_elts)( struct gl_context *ctx, function in typeref:typename:void
719 static void TAG(render_tri_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
749 static void TAG(render_tri_fan_elts)( struct gl_context *ctx, function in typeref:typename:void
776 static void TAG(render_poly_elts)( struct gl_context *ctx, function in typeref:typename:void
802 static void TAG(render_quad_strip_elts)( struct gl_context *ctx, function in typeref:typename:void
864 static void TAG(render_quads_elts)( struct gl_context *ctx, function in typeref:typename:void
[all...]
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am26 TAG = lang macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vb_cliptmp.h118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) function in typeref:typename:void
186 TAG(clip_tri)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLubyte mask ) function in typeref:typename:void
264 TAG(clip_quad)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3, function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
H A Dmmx_blend.S267 #define TAG(x) CONCAT(x,_transparency) macro
289 #define TAG(x) CONCAT(x,_add) macro
310 #define TAG(x) CONCAT(x,_min) macro
342 #define TAG(x) CONCAT(x,_max) macro
374 #define TAG(x) CONCAT(x,_modulate) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render_t.c188 TAG(emit_material)(struct gl_context *ctx, struct nouveau_array *a, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_cliptmp.h118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) function in typeref:typename:void
186 TAG(clip_tri)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLubyte mask ) function in typeref:typename:void
264 TAG(clip_quad)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3, function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/x86/
H A Dmmx_blend.S268 #define TAG(x) CONCAT(x,_transparency) macro
290 #define TAG(x) CONCAT(x,_add) macro
311 #define TAG(x) CONCAT(x,_min) macro
343 #define TAG(x) CONCAT(x,_max) macro
375 #define TAG(x) CONCAT(x,_modulate) macro

Completed in 27 milliseconds

1234