Home
last modified time | relevance | path

Searched refs:trace_surface (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_texture.h47 struct trace_surface struct
79 static inline struct trace_surface *
80 trace_surface(struct pipe_surface *surface) in trace_surface() function
84 return (struct trace_surface *)surface; in trace_surface()
112 trace_surf_destroy(struct trace_surface *tr_surf);
Dtr_texture.c43 struct trace_surface *tr_surf; in trace_surf_create()
50 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create()
71 trace_surf_destroy(struct trace_surface *tr_surf) in trace_surf_destroy()
Dtr_dump.c631 struct trace_surface *tr_surf = trace_surface(_surface); in trace_dump_surface_ptr()
Dtr_context.c77 struct trace_surface *tr_surf; in trace_surface_unwrap()
86 tr_surf = trace_surface(surface); in trace_surface_unwrap()
1131 struct trace_surface *tr_surf = trace_surface(_surface); in trace_context_surface_destroy()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_trace_gallium.c86 trace_surface(ut, cs, pfb->cbufs[i]); in trace_framebuffer_state()
90 trace_surface(ut, cs, pfb->zsbuf); in trace_framebuffer_state()