Searched refs:tile_count_y (Results 1 – 3 of 3) sorted by relevance
118 unsigned tile_count_y = aligned_height / AFBC_TILE_HEIGHT; in panfrost_afbc_header_size() local119 unsigned tile_count = tile_count_x * tile_count_y; in panfrost_afbc_header_size()
235 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count() local237 return tile_count_x * tile_count_y; in pan_tile_count()
505 unsigned tile_count_y = aligned_height / CHECKSUM_TILE_HEIGHT; in panfrost_compute_checksum_size() local509 return slice->checksum_stride * tile_count_y; in panfrost_compute_checksum_size()