Searched refs:SS_COLOR (Results 1 – 2 of 2) sorted by relevance
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()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()
163 #define SS_COLOR(a,b) UNCLAMPED_FLOAT_TO_RGBA_CHAN(a,b) macro