Searched refs:vbspec (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 110 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data; in TAG() local 117 SS_SPEC(v[0]->attrib[VARYING_SLOT_COL1], vbspec[e0]); in TAG() 118 SS_SPEC(v[1]->attrib[VARYING_SLOT_COL1], vbspec[e1]); in TAG() 119 SS_SPEC(v[2]->attrib[VARYING_SLOT_COL1], vbspec[e2]); in TAG() 122 SS_SPEC(v[0]->attrib[VARYING_SLOT_COL1], vbspec[0]); in TAG() 123 SS_SPEC(v[1]->attrib[VARYING_SLOT_COL1], vbspec[0]); in TAG() 124 SS_SPEC(v[2]->attrib[VARYING_SLOT_COL1], vbspec[0]); in TAG()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 207 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data; in TAG() local 213 VERT_SET_SPEC( v[0], vbspec[e0] ); in TAG() 214 VERT_SET_SPEC( v[1], vbspec[e1] ); in TAG() 217 VERT_SET_SPEC( v[2], vbspec[e2] ); in TAG() 437 GLfloat (*vbspec)[4] = VB->BackfaceSecondaryColorPtr->data; in TAG() local 444 VERT_SET_SPEC( v[0], vbspec[e0] ); in TAG() 445 VERT_SET_SPEC( v[1], vbspec[e1] ); in TAG() 446 VERT_SET_SPEC( v[2], vbspec[e2] ); in TAG() 449 VERT_SET_SPEC( v[3], vbspec[e3] ); in TAG()
|