mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
radeonsi: Rename r600_trace_emit->si_trace_emit.
I had previously considered that unsafe. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
0b57fc15e1
commit
44d27ce2b2
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ void si_pm4_emit(struct si_context *rctx, struct si_pm4_state *state)
|
|||
|
||||
#if SI_TRACE_CS
|
||||
if (rctx->screen->trace_bo) {
|
||||
r600_trace_emit(rctx);
|
||||
si_trace_emit(rctx);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
|
|
@ -750,7 +750,7 @@ void si_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
|
|||
|
||||
#if SI_TRACE_CS
|
||||
if (rctx->screen->trace_bo) {
|
||||
r600_trace_emit(rctx);
|
||||
si_trace_emit(rctx);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue