Searched refs:remaining_space (Results 1 – 2 of 2) sorted by relevance
178 unsigned remaining_space = MIN2(urb_chunks - total_needs, total_wants); in gen_get_urb_config() local180 if (remaining_space > 0) { in gen_get_urb_config()184 roundf(wants[i] * (((float) remaining_space) / total_wants)); in gen_get_urb_config()186 remaining_space -= additional; in gen_get_urb_config()190 chunks[MESA_SHADER_GEOMETRY] += remaining_space; in gen_get_urb_config()
2906 remaining_space = maxlen - len(lines[-1])2907 text_space = remaining_space - chrome_len2914 excess = len(encoded_word) - remaining_space2920 excess = len(encoded_word) - remaining_space