Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_tcl.c366 GLubyte map_rev_fixed[15] = {255, 255, 255, 255, 255, 255, 255, 255, in r200_run_tcl_render() local
390 map_rev_fixed[0] = VERT_ATTRIB_POS; in r200_run_tcl_render()
393 map_rev_fixed[4] = VERT_ATTRIB_COLOR0; in r200_run_tcl_render()
396 map_rev_fixed[2] = VERT_ATTRIB_NORMAL; in r200_run_tcl_render()
405 map_rev_fixed[5] = VERT_ATTRIB_COLOR1; in r200_run_tcl_render()
409 map_rev_fixed[3] = VERT_ATTRIB_FOG; in r200_run_tcl_render()
415 map_rev_fixed[2] = VERT_ATTRIB_NORMAL; in r200_run_tcl_render()
417 map_rev_fixed[8 + i] = VERT_ATTRIB_TEX0 + i; in r200_run_tcl_render()
420 vimap_rev = &map_rev_fixed[0]; in r200_run_tcl_render()