Lines Matching defs:max
3562 * gfx8 struct adds the min/max viewport fields. */
3682 clamp_int64(int64_t x, int64_t min, int64_t max)
3686 else if (x < max)
3689 return max;
3728 const int max = 0xffff;
3739 y_min = clamp_int64((uint64_t) y_min, gfx->render_area.offset.y, max);
3740 x_min = clamp_int64((uint64_t) x_min, gfx->render_area.offset.x, max);
4748 struct mi_value max)
4750 struct mi_value pred = mi_ult(b, mi_imm(draw_index), max);
4776 struct mi_value max)
4781 cmd_buffer, b, draw_index, mi_value_ref(b, max));
4819 struct mi_value max =
4826 emit_draw_count_predicate_cond(cmd_buffer, &b, i, max);
4853 mi_value_unref(&b, max);
4887 struct mi_value max =
4894 emit_draw_count_predicate_cond(cmd_buffer, &b, i, max);
4922 mi_value_unref(&b, max);
5169 struct mi_value max =
5176 emit_draw_count_predicate_cond(cmd_buffer, &b, i, max);