Searched refs:vbcolor (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 69 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG() local 84 SS_COLOR(v[0]->color, vbcolor[e0]); in TAG() 85 SS_COLOR(v[1]->color, vbcolor[e1]); in TAG() 86 SS_COLOR(v[2]->color, vbcolor[e2]); in TAG() 89 COPY_4V(v[0]->attrib[VARYING_SLOT_COL0], vbcolor[e0]); in TAG() 90 COPY_4V(v[1]->attrib[VARYING_SLOT_COL0], vbcolor[e1]); in TAG() 91 COPY_4V(v[2]->attrib[VARYING_SLOT_COL0], vbcolor[e2]); in TAG() 97 SS_COLOR(v[0]->color, vbcolor[0]); in TAG() 98 SS_COLOR(v[1]->color, vbcolor[0]); in TAG() 99 SS_COLOR(v[2]->color, vbcolor[0]); in TAG() [all …]
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 180 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG() local 181 (void) vbcolor; in TAG() 193 VERT_SET_RGBA( v[0], vbcolor[e0] ); in TAG() 194 VERT_SET_RGBA( v[1], vbcolor[e1] ); in TAG() 196 VERT_SET_RGBA( v[2], vbcolor[e2] ); in TAG() 200 VERT_SET_RGBA( v[0], vbcolor[0] ); in TAG() 201 VERT_SET_RGBA( v[1], vbcolor[0] ); in TAG() 203 VERT_SET_RGBA( v[2], vbcolor[0] ); in TAG() 384 GLfloat (*vbcolor)[4] = VB->BackfaceColorPtr->data; in TAG() local 385 (void)vbcolor; in TAG() [all …]
|