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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_tiler.c347 unsigned exp_w = util_logbase2(best_w / 16); local in function:panfrost_choose_tile_size
350 return exp_w | (exp_h << 6);

Completed in 7 milliseconds