Searched refs:total_needs (Results 1 – 1 of 1) sorted by relevance
131 unsigned total_needs = push_constant_chunks; in gen_get_urb_config() local147 total_needs += chunks[i]; in gen_get_urb_config()151 assert(total_needs <= urb_chunks); in gen_get_urb_config()154 unsigned remaining_space = MIN2(urb_chunks - total_needs, total_wants); in gen_get_urb_config()