Home
last modified time | relevance | path

Searched refs:cl_height (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c229 unsigned cl_width, cl_height; in si_compute_cmask() local
239 cl_height = 16; in si_compute_cmask()
243 cl_height = 32; in si_compute_cmask()
247 cl_height = 32; in si_compute_cmask()
251 cl_height = 64; in si_compute_cmask()
261 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height*8); in si_compute_cmask()
286 unsigned cl_width, cl_height, width, height; in si_compute_htile() local
313 cl_height = 16; in si_compute_htile()
317 cl_height = 32; in si_compute_htile()
321 cl_height = 32; in si_compute_htile()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c753 unsigned cl_width, cl_height, width, height; in r600_texture_get_htile_size() local
772 cl_height = 16; in r600_texture_get_htile_size()
776 cl_height = 32; in r600_texture_get_htile_size()
780 cl_height = 32; in r600_texture_get_htile_size()
784 cl_height = 64; in r600_texture_get_htile_size()
788 cl_height = 64; in r600_texture_get_htile_size()
796 height = align(rtex->surface.u.legacy.level[0].nblk_y, cl_height * 8); in r600_texture_get_htile_size()
/third_party/mesa3d/src/amd/common/
Dac_surface.c896 unsigned cl_width, cl_height; in ac_compute_cmask() local
907 cl_height = 16; in ac_compute_cmask()
911 cl_height = 32; in ac_compute_cmask()
915 cl_height = 32; in ac_compute_cmask()
919 cl_height = 64; in ac_compute_cmask()
929 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height * 8); in ac_compute_cmask()