Home
last modified time | relevance | path

Searched refs:tile_count_y (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_afbc.c118 unsigned tile_count_y = aligned_height / AFBC_TILE_HEIGHT; in panfrost_afbc_header_size() local
119 unsigned tile_count = tile_count_x * tile_count_y; in panfrost_afbc_header_size()
Dpan_tiler.c235 unsigned tile_count_y = aligned_height / tile_height; in pan_tile_count() local
237 return tile_count_x * tile_count_y; in pan_tile_count()
Dpan_texture.c505 unsigned tile_count_y = aligned_height / CHECKSUM_TILE_HEIGHT; in panfrost_compute_checksum_size() local
509 return slice->checksum_stride * tile_count_y; in panfrost_compute_checksum_size()