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 76 void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev )
87 GLubyte attrib = vimap_rev[i];
r200_tcl.c 291 static GLuint r200EnsureEmitSize( struct gl_context * ctx , GLubyte* vimap_rev )
303 if (vimap_rev[i] != 255)
363 GLubyte *vimap_rev; local
421 vimap_rev = &map_rev_fixed[0];
433 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0];
462 GLuint emit_end = r200EnsureEmitSize( ctx, vimap_rev )
464 r200EmitArrays( ctx, vimap_rev );

Completed in 175 milliseconds