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

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmir_promote_uniforms.c186 unsigned max_live = 0; local in function:mir_estimate_pressure
194 max_live = MAX2(max_live, count);
201 return DIV_ROUND_UP(max_live, 16);

Completed in 5 milliseconds