Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c83 unsigned max_live = 0; in mir_estimate_pressure() local
91 max_live = MAX2(max_live, count); in mir_estimate_pressure()
98 return DIV_ROUND_UP(max_live, 16); in mir_estimate_pressure()