Searched refs:tile_count_y (Results 1 – 3 of 3) sorted by relevance
236 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count() local238 return tile_count_x * tile_count_y; in pan_tile_count()
211 unsigned tile_count_y = DIV_ROUND_UP(height, CHECKSUM_TILE_HEIGHT); in panfrost_compute_checksum_size() local215 return slice->crc.stride * tile_count_y; in panfrost_compute_checksum_size()
983 int tile_count_x, tile_count_y; in dng_decode_tiles() local1001 tile_count_y = (s->height + s->tile_length - 1) / s->tile_length; in dng_decode_tiles()1013 if (has_height_leftover && tile_y == tile_count_y - 1) // If on the bottom-most tile in dng_decode_tiles()