Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/
Dpan_afbc.c69 #define AFBC_TILE_WIDTH 16 macro
142 unsigned aligned_width = ALIGN_POT(width, AFBC_TILE_WIDTH); in panfrost_afbc_header_size()
146 unsigned tile_count_x = aligned_width / AFBC_TILE_WIDTH; in panfrost_afbc_header_size()