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

/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tcl.c367 GLubyte map_rev_fixed[15] = {255, 255, 255, 255, 255, 255, 255, 255, local
391 map_rev_fixed[0] = VERT_ATTRIB_POS;
394 map_rev_fixed[4] = VERT_ATTRIB_COLOR0;
397 map_rev_fixed[2] = VERT_ATTRIB_NORMAL;
406 map_rev_fixed[5] = VERT_ATTRIB_COLOR1;
410 map_rev_fixed[3] = VERT_ATTRIB_FOG;
416 map_rev_fixed[2] = VERT_ATTRIB_NORMAL;
418 map_rev_fixed[8 + i] = VERT_ATTRIB_TEX0 + i;
421 vimap_rev = &map_rev_fixed[0];

Completed in 95 milliseconds