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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_tiler.c231 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) function in typeref:typename:unsigned
268 unsigned tile_count = pan_tile_count(width, height, tile_size, tile_size);
296 unsigned raw = pan_tile_count(width, height, tw, th) * bytes_per_tile;

Completed in 3 milliseconds