Lines Matching defs:nby
632 unsigned nbx, nby;
646 nby = height;
650 /* nby is npipes htiles aligned == npipes * 8 pixel aligned */
651 nby = round_up(nby, track->npipes * 8);
655 * number of pipe and tile width and nby
661 nby = round_up(nby, 64 * 8);
666 nby = round_up(nby, 32 * 8);
671 nby = round_up(nby, 32 * 8);
676 nby = round_up(nby, 16 * 8);
686 nby = nby >> 3;
688 size = roundup(nbx * nby * 4, track->npipes * (2 << 10));
694 size, nbx, nby);
1414 unsigned nbx, nby;
1430 nby = r600_fmt_get_nblocksy(format, height);
1431 nby = round_up(nby, height_align);
1435 size = nbx * nby * blocksize * nsamples;