Searched refs:SET_ATTRIB (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 145 #define SET_ATTRIB(VERT, ATTR, X, Y, Z, W) \ in st_DrawTex() macro 179 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ in st_DrawTex() 180 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */ in st_DrawTex() 181 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */ in st_DrawTex() 182 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */ in st_DrawTex() 191 SET_ATTRIB(0, 1, c[0], c[1], c[2], c[3]); in st_DrawTex() 192 SET_ATTRIB(1, 1, c[0], c[1], c[2], c[3]); in st_DrawTex() 193 SET_ATTRIB(2, 1, c[0], c[1], c[2], c[3]); in st_DrawTex() 194 SET_ATTRIB(3, 1, c[0], c[1], c[2], c[3]); in st_DrawTex() 217 SET_ATTRIB(0, tex_attr, s0, t0, 0.0f, 1.0f); /* lower left */ in st_DrawTex() [all …]
|