Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_box.h202 int a_l[2], a_r[2], b_l[2], b_r[2]; in u_box_test_intersection_2d() local
205 a_r[0] = MAX2(a->x, a->x + a->width); in u_box_test_intersection_2d()
207 a_r[1] = MAX2(a->y, a->y + a->height); in u_box_test_intersection_2d()
215 if (a_l[i] > b_r[i] || a_r[i] < b_l[i]) in u_box_test_intersection_2d()