Home
last modified time | relevance | path

Searched refs:ELT_TYPE (Results 1 – 6 of 6) sorted by relevance

/external/ltrace/
Dvect.h45 #define VECT_INIT(VECP, ELT_TYPE) \ argument
46 (vect_init(VECP, sizeof(ELT_TYPE)))
62 #define VECT_CLONE(TGT_VEC, SRC_VEC, ELT_TYPE, CLONE, DTOR, DATA) \ argument
66 assert(_source_vec->elt_size == sizeof(ELT_TYPE)); \
68 void (*_dtor_callback)(ELT_TYPE *, void *) = DTOR; \
69 int (*_clone_callback)(ELT_TYPE *, const ELT_TYPE *, \
86 #define VECT_ELEMENT(VECP, ELT_TYPE, ELT_NUM) \ argument
87 (assert((VECP)->elt_size == sizeof(ELT_TYPE)), \
89 ((ELT_TYPE *)(VECP)->data) + (ELT_NUM))
91 #define VECT_BACK(VECP, ELT_TYPE) \ argument
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit_tmp.h30 #ifdef ELT_TYPE
37 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() argument
41 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT()
57 ELT_TYPE idx = ib[i]; in CONCAT()
89 ELT_TYPE idx = ib[i]; in CONCAT()
99 ELT_TYPE idx = ib[i]; in CONCAT()
123 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() argument
130 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT()
183 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() argument
188 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT()
[all …]
Ddraw_pt_vsplit.c131 #define ELT_TYPE ubyte macro
136 #define ELT_TYPE ushort macro
141 #define ELT_TYPE uint macro
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp2.h73 static ELT_TYPE *TAG(emit_elts)( struct gl_context *ctx, in TAG()
74 ELT_TYPE *dest, in TAG()
92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, in TAG()
93 ELT_TYPE *dest, in TAG()
181 ELT_TYPE *dest; in TAG()
237 ELT_TYPE *dest; in TAG()
267 ELT_TYPE *dest = ALLOC_ELTS( nr ); in TAG()
274 ELT_TYPE *dest = ALLOC_ELTS( nr + 1 ); in TAG()
335 ELT_TYPE *dest; in TAG()
376 ELT_TYPE *dest; in TAG()
[all …]
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tcl.c109 #define ELT_TYPE GLushort macro
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c106 #define ELT_TYPE GLushort macro