Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/trace/
Dtr_texture.h49 struct trace_surface struct
90 static INLINE struct trace_surface *
91 trace_surface(struct pipe_surface *surface) in trace_surface() function
96 return (struct trace_surface *)surface; in trace_surface()
132 trace_surf_destroy(struct trace_surface *tr_surf);
Dtr_texture.c80 struct trace_surface *tr_surf; in trace_surf_create()
87 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create()
107 trace_surf_destroy(struct trace_surface *tr_surf) in trace_surf_destroy()
Dtr_dump.c602 struct trace_surface *tr_surf = trace_surface(_surface); in trace_dump_surface_ptr()
Dtr_context.c67 struct trace_surface *tr_surf; in trace_surface_unwrap()
76 tr_surf = trace_surface(surface); in trace_surface_unwrap()
976 struct trace_surface *tr_surf = trace_surface(_surface); in trace_context_surface_destroy()