Searched refs:tl_y (Results 1 – 3 of 3) sorted by relevance
126 int tl_x = point1 % width, tl_y = point1 / width;128 int cur_x = start_x + tl_x, cur_y = start_y + tl_y;
1714 int tl_x, tl_y, br_x, br_y; in si_set_framebuffer_state() local1741 tl_y = 0; in si_set_framebuffer_state()1749 tl_y = 1; in si_set_framebuffer_state()1756 tl = S_028240_TL_X(tl_x) | S_028240_TL_Y(tl_y); in si_set_framebuffer_state()
1176 unsigned tl_x, unsigned tl_y, unsigned br_x, unsigned br_y, in evergreen_get_scissor_rect() argument1183 tl_y = 1; in evergreen_get_scissor_rect()1191 *tl = S_028240_TL_X(tl_x) | S_028240_TL_Y(tl_y); in evergreen_get_scissor_rect()