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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup_rect.c507 #define SAME_POS(A, B) (A[0][0] == B[0][0] && \ macro
515 if (SAME_POS(v0, v3)) {
516 if (SAME_POS(v2, v4)) {
531 else if (SAME_POS(v1, v5)) {
550 else if (SAME_POS(v0, v5)) {
551 if (SAME_POS(v2, v3)) {
566 else if (SAME_POS(v1, v4)) {
585 else if (SAME_POS(v0, v4)) {
586 if (SAME_POS(v2, v5)) {
601 else if (SAME_POS(v
[all...]

Completed in 3 milliseconds