Searched refs:tr_surf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.c43 struct trace_surface *tr_surf; local in function:trace_surf_create
50 tr_surf = CALLOC_STRUCT(trace_surface);
51 if (!tr_surf)
54 memcpy(&tr_surf->base, surface, sizeof(struct pipe_surface));
55 tr_surf->base.context = &tr_ctx->base;
57 pipe_reference_init(&tr_surf->base.reference, 1);
58 tr_surf->base.texture = NULL;
59 pipe_resource_reference(&tr_surf->base.texture, res);
60 tr_surf->surface = surface;
62 return &tr_surf
71 trace_surf_destroy(struct trace_surface * tr_surf) argument
[all...]
H A Dtr_texture.h110 trace_surf_destroy(struct trace_surface *tr_surf);
H A Dtr_context.c74 struct trace_surface *tr_surf; local in function:trace_surface_unwrap
83 tr_surf = trace_surface(surface);
85 assert(tr_surf->surface);
86 return tr_surf->surface;
963 struct trace_surface *tr_surf = trace_surface(_surface); local in function:trace_context_surface_destroy
964 struct pipe_surface *surface = tr_surf->surface;
973 trace_surf_destroy(tr_surf);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.c43 struct trace_surface *tr_surf; local in function:trace_surf_create
50 tr_surf = CALLOC_STRUCT(trace_surface);
51 if (!tr_surf)
54 memcpy(&tr_surf->base, surface, sizeof(struct pipe_surface));
55 tr_surf->base.context = &tr_ctx->base;
57 pipe_reference_init(&tr_surf->base.reference, 1);
58 tr_surf->base.texture = NULL;
59 pipe_resource_reference(&tr_surf->base.texture, res);
60 tr_surf->surface = surface;
62 return &tr_surf
71 trace_surf_destroy(struct trace_surface * tr_surf) argument
[all...]
H A Dtr_texture.h112 trace_surf_destroy(struct trace_surface *tr_surf);
H A Dtr_context.c77 struct trace_surface *tr_surf; local in function:trace_surface_unwrap
86 tr_surf = trace_surface(surface);
88 assert(tr_surf->surface);
89 return tr_surf->surface;
1131 struct trace_surface *tr_surf = trace_surface(_surface); local in function:trace_context_surface_destroy
1132 struct pipe_surface *surface = tr_surf->surface;
1141 trace_surf_destroy(tr_surf);

Completed in 8 milliseconds