Searched refs:LINE_ADJ (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_decompose_tmp.h | 41 #ifndef LINE_ADJ 42 #define LINE_ADJ(flags, a0, i0, i1, a1) LINE(flags, i0, i1) macro 313 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); in FUNC() 329 LINE_ADJ(flags, idx[0], idx[1], idx[2], idx[3]); in FUNC() 433 #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
|