Searched defs:LINE_ADJ (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs_tmp.h30 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) macro
H A Ddraw_decompose_tmp.h40 #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 macro

Completed in 141 milliseconds