Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dgen_urb_config.c132 unsigned total_wants = 0; in gen_get_urb_config() local
148 total_wants += wants[i]; in gen_get_urb_config()
154 unsigned remaining_space = MIN2(urb_chunks - total_needs, total_wants); in gen_get_urb_config()
158 total_wants > 0 && i <= MESA_SHADER_TESS_EVAL; i++) { in gen_get_urb_config()
160 roundf(wants[i] * (((float) remaining_space) / total_wants)); in gen_get_urb_config()
163 total_wants -= wants[i]; in gen_get_urb_config()