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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_afbc.c69 #define AFBC_TILE_WIDTH 16 macro
142 unsigned aligned_width = ALIGN_POT(width, AFBC_TILE_WIDTH);
146 unsigned tile_count_x = aligned_width / AFBC_TILE_WIDTH;

Completed in 3 milliseconds