Searched refs:LINE_ADJ (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs_tmp.h | 30 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) macro
|
| H A D | draw_decompose_tmp.h | 40 #ifndef LINE_ADJ 41 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1) macro 312 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); 328 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); 432 #undef LINE_ADJ
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_gs_tmp.h | 29 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) macro
|
| H A D | draw_decompose_tmp.h | 40 #ifndef LINE_ADJ 41 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1) macro 330 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); 346 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); 450 #undef LINE_ADJ
|
Completed in 3 milliseconds