Searched refs:cl_height (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c229 unsigned cl_width, cl_height; local in function:si_compute_cmask
239 cl_height = 16;
243 cl_height = 32;
247 cl_height = 32;
251 cl_height = 64;
261 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height*8);
286 unsigned cl_width, cl_height, width, height; local in function:si_compute_htile
313 cl_height = 16;
317 cl_height = 32;
321 cl_height
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_surface.c229 unsigned cl_width, cl_height; local in function:si_compute_cmask
239 cl_height = 16;
243 cl_height = 32;
247 cl_height = 32;
251 cl_height = 64;
261 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height*8);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.c565 unsigned cl_width, cl_height; local in function:ac_compute_cmask
575 cl_height = 16;
579 cl_height = 32;
583 cl_height = 32;
587 cl_height = 64;
597 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height*8);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_image.c807 unsigned cl_width, cl_height; local in function:radv_image_get_cmask_info
820 cl_height = 16;
824 cl_height = 32;
828 cl_height = 32;
832 cl_height = 64;
842 unsigned height = align(image->planes[0].surface.u.legacy.level[0].nblk_y, cl_height*8);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c758 unsigned cl_width, cl_height, width, height; local in function:r600_texture_get_htile_size
777 cl_height = 16;
781 cl_height = 32;
785 cl_height = 32;
789 cl_height = 64;
793 cl_height = 64;
801 height = align(rtex->surface.u.legacy.level[0].nblk_y, cl_height * 8);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c753 unsigned cl_width, cl_height, width, height; local in function:r600_texture_get_htile_size
772 cl_height = 16;
776 cl_height = 32;
780 cl_height = 32;
784 cl_height = 64;
788 cl_height = 64;
796 height = align(rtex->surface.u.legacy.level[0].nblk_y, cl_height * 8);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c972 unsigned cl_width, cl_height, width, height; local in function:si_texture_get_htile_size
997 cl_height = 16;
1001 cl_height = 32;
1005 cl_height = 32;
1009 cl_height = 64;
1013 cl_height = 64;
1021 height = align(tex->surface.u.legacy.level[0].nblk_y, cl_height * 8);
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c896 unsigned cl_width, cl_height; local in function:ac_compute_cmask
907 cl_height = 16;
911 cl_height = 32;
915 cl_height = 32;
919 cl_height = 64;
929 unsigned height = align(surf->u.legacy.level[0].nblk_y, cl_height * 8);

Completed in 21 milliseconds