Searched refs:curr_width (Results 1 – 1 of 1) sorted by relevance
4008 size_t curr_width, curr_height, curr_depth, curr_array_size; in compute_mipmapped_image_size() local4009 curr_width = imageInfo.width; in compute_mipmapped_image_size()4019 retSize += (cl_ulong)curr_width * curr_height * curr_depth in compute_mipmapped_image_size()4023 retSize += (cl_ulong)curr_width * curr_height in compute_mipmapped_image_size()4028 (cl_ulong)curr_width * get_pixel_size(imageInfo.format); in compute_mipmapped_image_size()4031 retSize += (cl_ulong)curr_width * curr_array_size in compute_mipmapped_image_size()4035 retSize += (cl_ulong)curr_width * curr_height * curr_array_size in compute_mipmapped_image_size()4049 curr_width = curr_width >> 1 ? curr_width >> 1 : 1; in compute_mipmapped_image_size()