Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/common/
H A Dintel_urb_config.c161 unsigned total_wants = 0; in intel_get_urb_config() local
177 total_wants += wants[i]; in intel_get_urb_config()
182 *constrained = total_needs + total_wants > urb_chunks; in intel_get_urb_config()
185 unsigned remaining_space = MIN2(urb_chunks - total_needs, total_wants); in intel_get_urb_config()
189 total_wants > 0 && i <= MESA_SHADER_TESS_EVAL; i++) { in intel_get_urb_config()
191 roundf(wants[i] * (((float) remaining_space) / total_wants)); in intel_get_urb_config()
194 total_wants -= wants[i]; in intel_get_urb_config()

Completed in 1 milliseconds