Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1365 struct trace_context *tr_context = trace_context(_context); in trace_context_get_transfer() local
1367 struct pipe_context *context = tr_context->pipe; in trace_context_get_transfer()
1381 result = trace_transfer_create(tr_context, tr_res, result); in trace_context_get_transfer()
1391 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_destroy() local
1394 trace_transfer_destroy(tr_context, tr_trans); in trace_context_transfer_destroy()
1402 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map() local
1404 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_map()
1425 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region() local
1427 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_flush_region()
1494 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_inline_write() local
[all …]
Dtr_texture.c148 trace_transfer_destroy(struct trace_context *tr_context, in trace_transfer_destroy() argument
151 struct pipe_context *context = tr_context->pipe; in trace_transfer_destroy()
DMakefile7 tr_context.c \
DSConscript8 'tr_context.c',