HomeSort by: relevance | last modified time | path
    Searched defs:nby (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/mdocml/dist/
preconv.c 36 int nby; local
45 nby = 1;
46 while (nby < 5 && *cu & (1 << (7 - nby)))
47 nby++;
49 switch (nby) {
68 switch (nby) {
83 while (--nby) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_cs.c 182 unsigned nby; member in struct:eg_surface
203 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples;
218 surf->layer_size = surf->nbx * surf->nby * surf->bpe * surf->nsamples;
241 surf->layer_size = surf->nbx * surf->nby * surf->bpe;
253 if ((surf->nby & (8 - 1))) {
256 __func__, __LINE__, prefix, surf->nby);
282 mtile_ps = (mtile_pr * surf->nby) / halign;
295 if ((surf->nby & (halign - 1))) {
298 __func__, __LINE__, prefix, surf->nby, halign);
415 surf.nby = ((slice + 1) * 64) / surf.nbx
461 unsigned long tmp, nby, bsize, size, min = 0; local
    [all...]
radeon_r600_cs.c 638 unsigned nbx, nby; local
652 nby = height;
656 /* nby is npipes htiles aligned == npipes * 8 pixel aligned */
657 nby = round_up(nby, track->npipes * 8);
661 * number of pipe and tile width and nby
667 nby = round_up(nby, 64 * 8);
672 nby = round_up(nby, 32 * 8)
1420 unsigned nbx, nby; local
    [all...]

Completed in 25 milliseconds