~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/auxiliary/driver_trace/tr_dump_state.h

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include "pipe/p_state.h"
32
32
#include "pipe/p_shader_tokens.h"
33
33
 
 
34
struct winsys_handle;
34
35
 
35
36
void trace_dump_resource_template(const struct pipe_resource *templat);
36
37
 
101
102
void trace_dump_image_view(const struct pipe_image_view *view);
102
103
 
103
104
void trace_dump_memory_info(const struct pipe_memory_info *state);
 
105
 
 
106
void trace_dump_winsys_handle(const struct winsys_handle *whandle);
104
107
#endif /* TR_STATE_H */