Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h44 GLfloat saved_col0[3][4] = { { 0 } }; in TAG() local
77 COPY_4V(saved_col0[0], v[0]->attrib[VARYING_SLOT_COL0]); in TAG()
78 COPY_4V(saved_col0[1], v[1]->attrib[VARYING_SLOT_COL0]); in TAG()
79 COPY_4V(saved_col0[2], v[2]->attrib[VARYING_SLOT_COL0]); in TAG()
197 COPY_4V(v[0]->attrib[VARYING_SLOT_COL0], saved_col0[0]); in TAG()
198 COPY_4V(v[1]->attrib[VARYING_SLOT_COL0], saved_col0[1]); in TAG()
199 COPY_4V(v[2]->attrib[VARYING_SLOT_COL0], saved_col0[2]); in TAG()