Searched refs:tilew (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_surface.c | 332 uint32_t xalign, yalign, zalign, tilew; local in function:r6_surface_init_1d 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 in function:r6_surface_init_2d 369 tilew = 8; 372 (tilew * surf->bpe * surf->nsamples); 373 xalign = MAX2(tilew * surf_man->hw_info.num_banks, xalign); 376 yalign = tilew * surf_ma 617 uint32_t xalign, yalign, zalign, tilew; local in function:eg_surface_init_1d 658 unsigned tilew, tileh, tileb; local in function:eg_surface_init_2d 1627 unsigned tilew, tileh, tileb; local in function:si_surface_init_2d 2225 unsigned tilew, tileh, tileb_1x, tileb; local in function:cik_surface_init_2d [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_bo_helper.c | 77 unsigned tilew, tileh, microtiled, logbpp; local in function:RADEONMacroSwitch 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/ |
| H A D | radeon_exa.c | 431 unsigned tilew, tileh, microtiled, logbpp; local in function:RADEONMacroSwitch 438 tilew = MicroBlockTable[logbpp][microtiled][0] * 8; 443 return width >= tilew && height >= tileh; 445 return width > tilew && height > tileh;
|
Completed in 5 milliseconds