Searched refs:VERT_COPY_RGBA (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_unfilled.h | 51 VERT_COPY_RGBA(v[0], v[2]); in TAG() 52 VERT_COPY_RGBA(v[1], v[2]); in TAG() 120 VERT_COPY_RGBA(v[0], v[3]); in TAG() 121 VERT_COPY_RGBA(v[1], v[3]); in TAG() 122 VERT_COPY_RGBA(v[2], v[3]); in TAG()
|
D | t_dd_tritmp.h | 249 VERT_COPY_RGBA( v[0], v[2] ); in TAG() 250 VERT_COPY_RGBA( v[1], v[2] ); in TAG() 483 VERT_COPY_RGBA( v[0], v[3] ); in TAG() 484 VERT_COPY_RGBA( v[1], v[3] ); in TAG() 485 VERT_COPY_RGBA( v[2], v[3] ); in TAG() 612 VERT_COPY_RGBA( v[0], v[1] ); in TAG()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 567 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 445 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 648 #define VERT_COPY_RGBA( v0, v1 ) if (coloroffset) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|