Lines Matching refs:nbx
632 unsigned nbx, nby;
645 nbx = pitch;
648 /* nbx must be 16 htiles aligned == 16 * 8 pixel aligned */
649 nbx = round_up(nbx, 16 * 8);
660 nbx = round_up(nbx, 64 * 8);
665 nbx = round_up(nbx, 64 * 8);
670 nbx = round_up(nbx, 32 * 8);
675 nbx = round_up(nbx, 32 * 8);
685 nbx = nbx >> 3;
688 size = roundup(nbx * nby * 4, track->npipes * (2 << 10));
694 size, nbx, nby);
1414 unsigned nbx, nby;
1425 nbx = r600_fmt_get_nblocksx(format, width);
1427 nbx = round_up(nbx, block_align);
1435 size = nbx * nby * blocksize * nsamples;