Lines Matching refs:y1
220 * Each row from y0 to y1 is copied in three parts: [x0,x1), [x1,x2), [x2,x3).
232 uint32_t y0, uint32_t y1,
251 uint32_t y0, uint32_t y1,
265 for (yo = y0 * xtile_width; yo < y1 * xtile_width; yo += xtile_width) {
312 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4));
313 uint32_t y2 = MAX2(y1, ALIGN_DOWN(y3, 4));
330 if (y0 != y1) {
331 for (yo = y0 * column_width; yo < y1 * column_width; yo += column_width) {
352 for (yo = y1 * column_width; yo < y2 * column_width; yo += 4 * column_width) {
415 uint32_t y0, uint32_t y1,
429 for (yo = y0 * xtile_width; yo < y1 * xtile_width; yo += xtile_width) {
476 uint32_t y1 = MIN2(y3, ALIGN_UP(y0, 4));
477 uint32_t y2 = MAX2(y1, ALIGN_DOWN(y3, 4));
494 if (y0 != y1) {
495 for (yo = y0 * column_width; yo < y1 * column_width; yo += column_width) {
516 for (yo = y1 * column_width; yo < y2 * column_width; yo += 4 * column_width) {
629 uint32_t y0, uint32_t y1,
637 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) {
649 return linear_to_xtiled(x0, x1, x2, x3, y0, y1,
653 return linear_to_xtiled(x0, x1, x2, x3, y0, y1,
659 linear_to_xtiled(x0, x1, x2, x3, y0, y1,
674 uint32_t y0, uint32_t y1,
682 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) {
694 return linear_to_ytiled(x0, x1, x2, x3, y0, y1,
697 return linear_to_ytiled(x0, x1, x2, x3, y0, y1,
703 linear_to_ytiled(x0, x1, x2, x3, y0, y1,
718 uint32_t y0, uint32_t y1,
726 if (x0 == 0 && x3 == xtile_width && y0 == 0 && y1 == xtile_height) {
744 return xtiled_to_linear(x0, x1, x2, x3, y0, y1,
747 return xtiled_to_linear(x0, x1, x2, x3, y0, y1,
752 return xtiled_to_linear(x0, x1, x2, x3, y0, y1,
759 xtiled_to_linear(x0, x1, x2, x3, y0, y1,
774 uint32_t y0, uint32_t y1,
782 if (x0 == 0 && x3 == ytile_width && y0 == 0 && y1 == ytile_height) {
800 return ytiled_to_linear(x0, x1, x2, x3, y0, y1,
803 return ytiled_to_linear(x0, x1, x2, x3, y0, y1,
808 return ytiled_to_linear(x0, x1, x2, x3, y0, y1,
815 ytiled_to_linear(x0, x1, x2, x3, y0, y1,
874 /* The area to update is [x0,x3) x [y0,y1).
880 uint32_t y1 = MIN2(yt2, yt + th);
900 y0-yt, y1-yt,
974 /* The area to update is [x0,x3) x [y0,y1).
980 uint32_t y1 = MIN2(yt2, yt + th);
1000 y0-yt, y1-yt,