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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_tiler.c337 unsigned best_w = 16; local in function:panfrost_choose_tile_size
342 best_w = MAX2(best_w, util_next_power_of_two(width / 63));
347 unsigned exp_w = util_logbase2(best_w / 16);

Completed in 5 milliseconds