Searched refs:SAME_POS (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_rect.c | 507 #define SAME_POS(A, B) (A[0][0] == B[0][0] && \ in do_rect_ccw() macro 515 if (SAME_POS(v0, v3)) { in do_rect_ccw() 516 if (SAME_POS(v2, v4)) { in do_rect_ccw() 531 else if (SAME_POS(v1, v5)) { in do_rect_ccw() 550 else if (SAME_POS(v0, v5)) { in do_rect_ccw() 551 if (SAME_POS(v2, v3)) { in do_rect_ccw() 566 else if (SAME_POS(v1, v4)) { in do_rect_ccw() 585 else if (SAME_POS(v0, v4)) { in do_rect_ccw() 586 if (SAME_POS(v2, v5)) { in do_rect_ccw() 601 else if (SAME_POS(v1, v3)) { in do_rect_ccw() [all …]
|