Lines Matching refs:pressure
119 * in mergedregs mode, and count as 4 half-units of register pressure
1015 unreachable("reg pressure calculation was wrong!");
1032 unreachable("reg pressure calculation was wrong!");
2039 calc_target_full_pressure(struct ir3_shader_variant *v, unsigned pressure)
2044 unsigned reg_count = DIV_ROUND_UP(pressure, 2 * 4);
2066 add_pressure(struct ir3_pressure *pressure, struct ir3_register *reg,
2071 pressure->half += size;
2073 pressure->full += size;
2092 /* Calculate the minimum possible limit on register pressure so that spilling
2129 /* pre-colored inputs may have holes, which increases the pressure. */
2232 d("max pressure:");
2249 d("shared max pressure exceeded!");
2257 d("max pressure exceeded!");
2260 d("max pressure exceeded, spilling!");