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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c366 GLubyte map_rev_fixed[15] = {255, 255, 255, 255, 255, 255, 255, 255, local in function:r200_run_tcl_render
390 map_rev_fixed[0] = VERT_ATTRIB_POS;
393 map_rev_fixed[4] = VERT_ATTRIB_COLOR0;
396 map_rev_fixed[2] = VERT_ATTRIB_NORMAL;
405 map_rev_fixed[5] = VERT_ATTRIB_COLOR1;
409 map_rev_fixed[3] = VERT_ATTRIB_FOG;
415 map_rev_fixed[2] = VERT_ATTRIB_NORMAL;
417 map_rev_fixed[8 + i] = VERT_ATTRIB_TEX0 + i;
420 vimap_rev = &map_rev_fixed[0];
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c366 GLubyte map_rev_fixed[15] = {255, 255, 255, 255, 255, 255, 255, 255, local in function:r200_run_tcl_render
390 map_rev_fixed[0] = VERT_ATTRIB_POS;
393 map_rev_fixed[4] = VERT_ATTRIB_COLOR0;
396 map_rev_fixed[2] = VERT_ATTRIB_NORMAL;
405 map_rev_fixed[5] = VERT_ATTRIB_COLOR1;
409 map_rev_fixed[3] = VERT_ATTRIB_FOG;
415 map_rev_fixed[2] = VERT_ATTRIB_NORMAL;
417 map_rev_fixed[8 + i] = VERT_ATTRIB_TEX0 + i;
420 vimap_rev = &map_rev_fixed[0];

Completed in 3 milliseconds