Searched refs:cl_height (Results 1 – 4 of 4) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_newwavelet_denoise_handler.cpp | 145 uint32_t cl_height = XCAM_ALIGN_UP (cl_desc.height, 2); in prepare_arguments() local 162 work_size.global[1] = XCAM_ALIGN_UP (cl_height, work_size.local[1]); in prepare_arguments() 177 uint32_t cl_height = XCAM_ALIGN_UP (cl_desc.height, 2); in estimate_noise_variance() local 180 uint32_t image_height = cl_height; in estimate_noise_variance() 185 size_t region[3] = {cl_width, cl_height, 1}; in estimate_noise_variance() 360 uint32_t cl_height = XCAM_ALIGN_UP (cl_desc.height, 2); in prepare_arguments() local 367 work_size.global[1] = XCAM_ALIGN_UP (cl_height, work_size.local[1]); in prepare_arguments() 716 uint32_t cl_height = XCAM_ALIGN_UP (cl_desc.height, 2); in dump_coeff() local 721 size_t region[3] = {cl_width, cl_height, 1}; in dump_coeff() 734 uint32_t pixel_count = row_pitch * cl_height; in dump_coeff() [all …]
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_texture.c | 904 unsigned cl_width, cl_height; in si_texture_get_cmask_info() local 915 cl_height = 16; in si_texture_get_cmask_info() 919 cl_height = 32; in si_texture_get_cmask_info() 923 cl_height = 32; in si_texture_get_cmask_info() 927 cl_height = 64; in si_texture_get_cmask_info() 937 unsigned height = align(rtex->resource.b.b.height0, cl_height*8); in si_texture_get_cmask_info() 966 unsigned cl_width, cl_height, width, height; in r600_texture_get_htile_size() local 993 cl_height = 16; in r600_texture_get_htile_size() 997 cl_height = 32; in r600_texture_get_htile_size() 1001 cl_height = 32; in r600_texture_get_htile_size() [all …]
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 729 unsigned cl_width, cl_height; in radv_image_get_cmask_info() local 740 cl_height = 16; in radv_image_get_cmask_info() 744 cl_height = 32; in radv_image_get_cmask_info() 748 cl_height = 32; in radv_image_get_cmask_info() 752 cl_height = 64; in radv_image_get_cmask_info() 762 unsigned height = align(image->info.height, cl_height*8); in radv_image_get_cmask_info()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_texture.c | 735 unsigned cl_width, cl_height, width, height; in r600_texture_get_htile_size() local 754 cl_height = 16; in r600_texture_get_htile_size() 758 cl_height = 32; in r600_texture_get_htile_size() 762 cl_height = 32; in r600_texture_get_htile_size() 766 cl_height = 64; in r600_texture_get_htile_size() 770 cl_height = 64; in r600_texture_get_htile_size() 778 height = align(rtex->resource.b.b.height0, cl_height * 8); in r600_texture_get_htile_size()
|