HomeSort by relevance Sort by last modified time
    Searched refs:vimap_rev (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos.h 40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );
r200_maos_arrays.c 75 void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev )
86 GLubyte attrib = vimap_rev[i];
r200_tcl.c 290 static GLuint r200EnsureEmitSize( struct gl_context * ctx , GLubyte* vimap_rev )
302 if (vimap_rev[i] != 255)
362 GLubyte *vimap_rev; local
420 vimap_rev = &map_rev_fixed[0];
432 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0];
461 GLuint emit_end = r200EnsureEmitSize( ctx, vimap_rev )
463 r200EmitArrays( ctx, vimap_rev );

Completed in 60 milliseconds