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

  /xsrc/external/mit/libdrm/dist/radeon/
radeon_surface.c 332 uint32_t xalign, yalign, zalign, tilew; local
336 tilew = 8;
337 xalign = surf_man->hw_info.group_bytes / (tilew * surf->bpe * surf->nsamples);
338 xalign = MAX2(tilew, xalign);
339 yalign = tilew;
365 uint32_t xalign, yalign, zalign, tilew; local
369 tilew = 8;
372 (tilew * surf->bpe * surf->nsamples);
373 xalign = MAX2(tilew * surf_man->hw_info.num_banks, xalign);
376 yalign = tilew * surf_man->hw_info.num_pipes
617 uint32_t xalign, yalign, zalign, tilew; local
658 unsigned tilew, tileh, tileb; local
1627 unsigned tilew, tileh, tileb; local
2225 unsigned tilew, tileh, tileb_1x, tileb; local
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_bo_helper.c 77 unsigned tilew, tileh, microtiled, logbpp; local
84 tilew = MicroBlockTable[logbpp][microtiled][0] * 8;
89 return width >= tilew && height >= tileh;
91 return width > tilew && height > tileh;
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_exa.c 431 unsigned tilew, tileh, microtiled, logbpp; local
438 tilew = MicroBlockTable[logbpp][microtiled][0] * 8;
443 return width >= tilew && height >= tileh;
445 return width > tilew && height > tileh;

Completed in 7 milliseconds