so->info.max_half_reg + 1,
so->info.max_reg + 1);
- fprintf(out, "; %d const, %u constlen\n",
- so->info.max_const + 1,
- so->constlen);
+ fprintf(out, "; %u constlen\n", so->constlen);
fprintf(out, "; %u (ss), %u (sy)\n", so->info.ss, so->info.sy);
pipe_debug_message(debug, SHADER_INFO,
"%s%s shader: %u inst, %u dwords, "
- "%u half, %u full, %u const, %u constlen, "
+ "%u half, %u full, %u constlen, "
"%u (ss), %u (sy), %d max_sun, %d loops\n",
binning_pass ? "B" : "",
ir3_shader_stage(v->shader),
v->info.sizedwords,
v->info.max_half_reg + 1,
v->info.max_reg + 1,
- v->info.max_const + 1,
v->constlen,
v->info.ss, v->info.sy,
v->max_sun, v->loops);