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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_tiler.c338 unsigned best_h = 16; local in function:panfrost_choose_tile_size
343 best_h = MAX2(best_h, util_next_power_of_two(height / 63));
348 unsigned exp_h = util_logbase2(best_h / 16);

Completed in 2 milliseconds