Searched refs:LINE_ADJ (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
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]); in FUNC() 328 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); in FUNC() 432 #undef LINE_ADJ
|
D | draw_gs_tmp.h | 30 #define LINE_ADJ(flags,i0,i1,i2,i3) gs_line_adj(gs,i0,i1,i2,i3) macro
|