Searched refs:tileh (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_bo_helper.c77 unsigned tilew, tileh, microtiled, logbpp; local in function:RADEONMacroSwitch
85 tileh = MicroBlockTable[logbpp][microtiled][1] * 8;
89 return width >= tilew && height >= tileh;
91 return width > tilew && height > tileh;
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_surface.c658 unsigned tilew, tileh, tileb; local in function:eg_surface_init_2d
665 tileh = 8;
666 tileb = tilew * tileh * bpe * surf->nsamples;
676 mtileh = (tileh * surf->bankh * surf_man->hw_info.num_banks) / surf->mtilea;
678 mtileb = (mtilew / tilew) * (mtileh / tileh) * tileb;
1627 unsigned tilew, tileh, tileb; local in function:si_surface_init_2d
1634 tileh = 8;
1635 tileb = tilew * tileh * bpe * surf->nsamples;
1645 mtileh = (tileh * surf->bankh * num_banks) / surf->mtilea;
1648 mtileb = (mtilew / tilew) * (mtileh / tileh) * tile
2225 unsigned tilew, tileh, tileb_1x, tileb; local in function:cik_surface_init_2d
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa.c431 unsigned tilew, tileh, microtiled, logbpp; local in function:RADEONMacroSwitch
439 tileh = MicroBlockTable[logbpp][microtiled][1] * 8;
443 return width >= tilew && height >= tileh;
445 return width > tilew && height > tileh;

Completed in 6 milliseconds