Home
last modified time | relevance | path

Searched refs:vimap_rev (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c290 static GLuint r200EnsureEmitSize( struct gl_context * ctx , GLubyte* vimap_rev ) in r200EnsureEmitSize() argument
302 if (vimap_rev[i] != 255) in r200EnsureEmitSize()
362 GLubyte *vimap_rev; in r200_run_tcl_render() local
420 vimap_rev = &map_rev_fixed[0]; in r200_run_tcl_render()
432 vimap_rev = &rmesa->curr_vp_hw->inputmap_rev[0]; in r200_run_tcl_render()
461 GLuint emit_end = r200EnsureEmitSize( ctx, vimap_rev ) in r200_run_tcl_render()
463 r200EmitArrays( ctx, vimap_rev ); in r200_run_tcl_render()
Dr200_maos_arrays.c76 void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev ) in r200EmitArrays() argument
87 GLubyte attrib = vimap_rev[i]; in r200EmitArrays()
Dr200_maos.h40 extern void r200EmitArrays( struct gl_context *ctx, GLubyte *vimap_rev );