Searched refs:ELT_TYPE (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_vsplit_tmp.h | 29 #ifdef ELT_TYPE 36 CONCAT(vsplit_primitive_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() argument 40 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT() 62 ELT_TYPE idx = DRAW_GET_IDX(ib, start + i); in CONCAT() 98 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start); in CONCAT() 108 ELT_TYPE idx = DRAW_GET_IDX(ib, i + start); in CONCAT() 132 CONCAT(vsplit_segment_cache_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() argument 139 const ELT_TYPE *ib = (const ELT_TYPE *) draw->pt.user.elts; in CONCAT() 174 CONCAT(vsplit_segment_simple_, ELT_TYPE)(struct vsplit_frontend *vsplit, in CONCAT() argument 179 CONCAT(vsplit_segment_cache_, ELT_TYPE)(vsplit, in CONCAT() [all …]
|
D | draw_pt_vsplit.c | 185 #define ELT_TYPE ubyte macro 190 #define ELT_TYPE ushort macro 195 #define ELT_TYPE uint macro
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_dmatmp2.h | 73 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/ |
D | radeon_tcl.c | 110 #define ELT_TYPE GLushort macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_tcl.c | 105 #define ELT_TYPE GLushort macro
|