Searched refs:curr_depth (Results 1 – 2 of 2) sorted by relevance
1224 curr_depth = depth_list[-1]1226 if depth == curr_depth:1228 curr_depth -= 1
3860 size_t curr_width, curr_height, curr_depth, curr_array_size; in compute_mipmapped_image_size() local3863 curr_depth = imageInfo.depth; 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()3890 curr_depth = curr_depth >> 1 ? curr_depth >> 1: 1; in compute_mipmapped_image_size()