Lines Matching refs:nbx
633 unsigned nbx, nby;
646 nbx = pitch;
649 /* nbx must be 16 htiles aligned == 16 * 8 pixel aligned */
650 nbx = round_up(nbx, 16 * 8);
661 nbx = round_up(nbx, 64 * 8);
666 nbx = round_up(nbx, 64 * 8);
671 nbx = round_up(nbx, 32 * 8);
676 nbx = round_up(nbx, 32 * 8);
686 nbx = nbx >> 3;
689 size = roundup(nbx * nby * 4, track->npipes * (2 << 10));
695 size, nbx, nby);
1415 unsigned nbx, nby;
1426 nbx = r600_fmt_get_nblocksx(format, width);
1428 nbx = round_up(nbx, block_align);
1436 size = nbx * nby * blocksize * nsamples;