mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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 commit9d1da9ec20)
This commit is contained in:
parent
0f12f5dba6
commit
f6149e7ff6
2 changed files with 2 additions and 2 deletions
|
|
@ -5694,7 +5694,7 @@
|
||||||
"description": "aux/trace: fix set_hw_atomic_buffers method name",
|
"description": "aux/trace: fix set_hw_atomic_buffers method name",
|
||||||
"nominated": true,
|
"nominated": true,
|
||||||
"nomination_type": 1,
|
"nomination_type": 1,
|
||||||
"resolution": 0,
|
"resolution": 1,
|
||||||
"main_sha": null,
|
"main_sha": null,
|
||||||
"because_sha": "b2dc63ed8ce95622312d7fa211def60f3673facd",
|
"because_sha": "b2dc63ed8ce95622312d7fa211def60f3673facd",
|
||||||
"notes": null
|
"notes": null
|
||||||
|
|
|
||||||
|
|
@ -2327,7 +2327,7 @@ trace_context_set_hw_atomic_buffers(struct pipe_context *_pipe,
|
||||||
struct trace_context *tr_ctx = trace_context(_pipe);
|
struct trace_context *tr_ctx = trace_context(_pipe);
|
||||||
struct pipe_context *pipe = tr_ctx->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(ptr, pipe);
|
||||||
trace_dump_arg(uint, start_slot);
|
trace_dump_arg(uint, start_slot);
|
||||||
trace_dump_arg(uint, count);
|
trace_dump_arg(uint, count);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue