Lines Matching refs:nby
633 unsigned nbx, nby;
647 nby = height;
651 /* nby is npipes htiles aligned == npipes * 8 pixel aligned */
652 nby = round_up(nby, track->npipes * 8);
656 * number of pipe and tile width and nby
662 nby = round_up(nby, 64 * 8);
667 nby = round_up(nby, 32 * 8);
672 nby = round_up(nby, 32 * 8);
677 nby = round_up(nby, 16 * 8);
687 nby = nby >> 3;
689 size = roundup(nbx * nby * 4, track->npipes * (2 << 10));
695 size, nbx, nby);
1415 unsigned nbx, nby;
1431 nby = r600_fmt_get_nblocksy(format, height);
1432 nby = round_up(nby, height_align);
1436 size = nbx * nby * blocksize * nsamples;