Searched refs:curr_height (Results 1 – 1 of 1) sorted by relevance
3860 size_t curr_width, curr_height, curr_depth, curr_array_size; in compute_mipmapped_image_size() local3862 curr_height = imageInfo.height; in compute_mipmapped_image_size()3871 retSize += (cl_ulong)curr_width * curr_height * curr_depth * get_pixel_size(imageInfo.format); in compute_mipmapped_image_size()3874 retSize += (cl_ulong)curr_width * curr_height * get_pixel_size(imageInfo.format); in compute_mipmapped_image_size()3883 …retSize += (cl_ulong)curr_width * curr_height * curr_array_size * get_pixel_size(imageInfo.format); in compute_mipmapped_image_size()3893 curr_height = curr_height >> 1? curr_height >> 1 : 1; in compute_mipmapped_image_size()