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.h57 struct trace_surface struct
98 static inline struct trace_surface *
99 trace_surface(struct pipe_surface *surface) in trace_surface() function
104 return (struct trace_surface *)surface; in trace_surface()
141 trace_surf_destroy(struct trace_surface *tr_surf);
Dtr_texture.c81 struct trace_surface *tr_surf; in trace_surf_create()
88 tr_surf = CALLOC_STRUCT(trace_surface); in trace_surf_create()
109 trace_surf_destroy(struct trace_surface *tr_surf) in trace_surf_destroy()
Dtr_dump.c648 struct trace_surface *tr_surf = trace_surface(_surface); in trace_dump_surface_ptr()
Dtr_context.c91 struct trace_surface *tr_surf; in trace_surface_unwrap()
100 tr_surf = trace_surface(surface); in trace_surface_unwrap()
1003 struct trace_surface *tr_surf = trace_surface(_surface); in trace_context_surface_destroy()