radv: pass radv_shader to radv_dump_shader_stats()
Preliminary work for moving the shaders array outside of radv_pipeline. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21878>
This commit is contained in:

committed by
Marge Bot

parent
0514c015e6
commit
444c5887c2
@@ -452,7 +452,7 @@ radv_dump_shader(struct radv_pipeline *pipeline, struct radv_shader *shader,
|
||||
shader->ir_string);
|
||||
fprintf(f, "DISASM:\n%s\n", shader->disasm_string);
|
||||
|
||||
radv_dump_shader_stats(pipeline->device, pipeline, stage, f);
|
||||
radv_dump_shader_stats(pipeline->device, pipeline, shader, stage, f);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user