mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 22:10:11 +01:00
trace: Fix create_depth_stencil_alpha_state trace.
This commit is contained in:
parent
e69e94d301
commit
d4d8f80388
1 changed files with 3 additions and 1 deletions
|
|
@ -457,8 +457,10 @@ trace_context_create_depth_stencil_alpha_state(struct pipe_context *_pipe,
|
|||
|
||||
result = pipe->create_depth_stencil_alpha_state(pipe, state);;
|
||||
|
||||
trace_dump_ret(stream, ptr, result);
|
||||
trace_dump_arg(stream, ptr, pipe);
|
||||
trace_dump_arg(stream, depth_stencil_alpha_state, state);
|
||||
|
||||
trace_dump_ret(stream, ptr, result);
|
||||
|
||||
trace_dump_call_end(stream);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue