Searched refs:cl_height (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_surface.c | 229 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 …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 756 unsigned cl_width, cl_height, width, height; in r600_texture_get_htile_size() local 775 cl_height = 16; in r600_texture_get_htile_size() 779 cl_height = 32; in r600_texture_get_htile_size() 783 cl_height = 32; in r600_texture_get_htile_size() 787 cl_height = 64; in r600_texture_get_htile_size() 791 cl_height = 64; in r600_texture_get_htile_size() 799 height = align(rtex->surface.u.legacy.level[0].nblk_y, cl_height * 8); in r600_texture_get_htile_size()
|
/external/mesa3d/src/amd/common/ |
D | ac_surface.c | 776 unsigned cl_width, cl_height; in ac_compute_cmask() local 787 cl_height = 16; in ac_compute_cmask() 791 cl_height = 32; in ac_compute_cmask() 795 cl_height = 32; in ac_compute_cmask() 799 cl_height = 64; in ac_compute_cmask() 809 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height * 8); in ac_compute_cmask()
|