Searched refs:emit_consecutive_elts (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_dmatmp2.h | 92 static ELT_TYPE *TAG(emit_consecutive_elts)( struct gl_context *ctx, in TAG() argument 268 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr ); in TAG() 275 dest = TAG(emit_consecutive_elts)( ctx, dest, j, nr ); in TAG() 276 dest = TAG(emit_consecutive_elts)( ctx, dest, start, 1 ); in TAG()
|