aux/trace: fix set_hw_atomic_buffers method name

Fixes: b2dc63ed8c ("aux/trace: Add pipe_context::set_hw_atomic_buffers")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24482>
(cherry picked from commit 9d1da9ec20)
This commit is contained in:
Julia Tatz 2023-07-29 19:42:33 -04:00 committed by Dylan Baker
parent 0f12f5dba6
commit f6149e7ff6
2 changed files with 2 additions and 2 deletions

View file

@ -5694,7 +5694,7 @@
"description": "aux/trace: fix set_hw_atomic_buffers method name",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "b2dc63ed8ce95622312d7fa211def60f3673facd",
"notes": null

View file

@ -2327,7 +2327,7 @@ trace_context_set_hw_atomic_buffers(struct pipe_context *_pipe,
struct trace_context *tr_ctx = trace_context(_pipe);
struct pipe_context *pipe = tr_ctx->pipe;
trace_dump_call_begin("pipe_context", "set_global_binding");
trace_dump_call_begin("pipe_context", "set_hw_atomic_buffers");
trace_dump_arg(ptr, pipe);
trace_dump_arg(uint, start_slot);
trace_dump_arg(uint, count);