Searched refs:cl_height (Results 1 – 3 of 3) sorted by relevance
/third_party/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 309 cl_height = 16; in si_compute_htile() 313 cl_height = 32; in si_compute_htile() 317 cl_height = 32; in si_compute_htile() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 753 unsigned cl_width, cl_height, width, height; in r600_texture_get_htile_size() local 768 cl_height = 16; in r600_texture_get_htile_size() 772 cl_height = 32; in r600_texture_get_htile_size() 776 cl_height = 32; in r600_texture_get_htile_size() 780 cl_height = 64; in r600_texture_get_htile_size() 784 cl_height = 64; in r600_texture_get_htile_size() 792 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/ |
D | ac_surface.c | 958 unsigned cl_width, cl_height; in ac_compute_cmask() local 969 cl_height = 16; in ac_compute_cmask() 973 cl_height = 32; in ac_compute_cmask() 977 cl_height = 32; in ac_compute_cmask() 981 cl_height = 64; in ac_compute_cmask() 991 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height * 8); in ac_compute_cmask()
|