Searched refs:VERT_COPY_RGBA (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_unfilled.h | 51 VERT_COPY_RGBA(v[0], v[2]); 52 VERT_COPY_RGBA(v[1], v[2]); 120 VERT_COPY_RGBA(v[0], v[3]); 121 VERT_COPY_RGBA(v[1], v[3]); 122 VERT_COPY_RGBA(v[2], v[3]);
|
| H A D | t_dd_tritmp.h | 58 * VERT_COPY_RGBA: Copy vertex rgba another vertex. 249 VERT_COPY_RGBA( v[0], v[2] ); 250 VERT_COPY_RGBA( v[1], v[2] ); 483 VERT_COPY_RGBA( v[0], v[3] ); 484 VERT_COPY_RGBA( v[1], v[3] ); 485 VERT_COPY_RGBA( v[2], v[3] ); 612 VERT_COPY_RGBA( v[0], v[1] );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_unfilled.h | 51 VERT_COPY_RGBA(v[0], v[2]); 52 VERT_COPY_RGBA(v[1], v[2]); 120 VERT_COPY_RGBA(v[0], v[3]); 121 VERT_COPY_RGBA(v[1], v[3]); 122 VERT_COPY_RGBA(v[2], v[3]);
|
| H A D | t_dd_tritmp.h | 58 * VERT_COPY_RGBA: Copy vertex rgba another vertex. 249 VERT_COPY_RGBA( v[0], v[2] ); 250 VERT_COPY_RGBA( v[1], v[2] ); 483 VERT_COPY_RGBA( v[0], v[3] ); 484 VERT_COPY_RGBA( v[1], v[3] ); 485 VERT_COPY_RGBA( v[2], v[3] ); 612 VERT_COPY_RGBA( v[0], v[1] );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_swtcl.c | 445 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_swtcl.c | 567 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_swtcl.c | 445 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_swtcl.c | 566 #define VERT_COPY_RGBA( v0, v1 ) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 648 #define VERT_COPY_RGBA( v0, v1 ) if (coloroffset) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_tris.c | 648 #define VERT_COPY_RGBA( v0, v1 ) if (coloroffset) v0->ui[coloroffset] = v1->ui[coloroffset] macro
|
Completed in 25 milliseconds