Searched defs:tr_context (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_texture.c34 #include "tr_context.h"
148 trace_transfer_destroy(struct trace_context *tr_context, argument
151 struct pipe_context *context = tr_context->pipe;
H A Dtr_context.c40 #include "tr_context.h"
1365 struct trace_context *tr_context = trace_context(_context); local
1367 struct pipe_context *context = tr_context->pipe;
1381 result = trace_transfer_create(tr_context, tr_res, result);
1391 struct trace_context *tr_context = trace_context(_context); local
1394 trace_transfer_destroy(tr_context, tr_trans);
1402 struct trace_context *tr_context = trace_context(_context); local
1404 struct pipe_context *context = tr_context->pipe;
1425 struct trace_context *tr_context = trace_context(_context); local
1427 struct pipe_context *context = tr_context
1494 struct trace_context *tr_context = trace_context(_context); local
1531 struct trace_context *tr_context = trace_context(_context); local
1548 struct trace_context *tr_context = trace_context(_context); local
[all...]

Completed in 70 milliseconds