radv: do not print ASM to stderr when dumping shaders
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -508,7 +508,7 @@ radv_dump_shader(struct radv_pipeline *pipeline,
|
||||
nir_print_shader(shader->nir, f);
|
||||
}
|
||||
|
||||
fprintf(stderr, "DISASM:\n%s\n", shader->disasm_string);
|
||||
fprintf(f, "DISASM:\n%s\n", shader->disasm_string);
|
||||
|
||||
radv_shader_dump_stats(pipeline->device, shader, stage, f);
|
||||
}
|
||||
|
Reference in New Issue
Block a user