Home
last modified time | relevance | path

Searched refs:SAME_POS (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_rect.c497 #define SAME_POS(A, B) (A[0][0] == B[0][0] && \ in do_rect_ccw() macro
505 if (SAME_POS(v0, v3)) { in do_rect_ccw()
506 if (SAME_POS(v2, v4)) { in do_rect_ccw()
520 } else if (SAME_POS(v1, v5)) { in do_rect_ccw()
537 } else if (SAME_POS(v0, v5)) { in do_rect_ccw()
538 if (SAME_POS(v2, v3)) { in do_rect_ccw()
552 } else if (SAME_POS(v1, v4)) { in do_rect_ccw()
569 } else if (SAME_POS(v0, v4)) { in do_rect_ccw()
570 if (SAME_POS(v2, v5)) { in do_rect_ccw()
584 } else if (SAME_POS(v1, v3)) { in do_rect_ccw()
[all …]