Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/trace/
DMakefile.sources2 tr_context.c \
3 tr_context.h \
Dtr_context.c1468 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map() local
1470 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_map()
1486 *transfer = trace_transfer_create(tr_context, tr_res, result); in trace_context_transfer_map()
1502 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region() local
1504 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_flush_region()
1569 struct trace_context *tr_context = trace_context(_context); in trace_context_buffer_subdata() local
1571 struct pipe_context *context = tr_context->pipe; in trace_context_buffer_subdata()
1606 struct trace_context *tr_context = trace_context(_context); in trace_context_texture_subdata() local
1608 struct pipe_context *context = tr_context->pipe; in trace_context_texture_subdata()
1642 struct trace_context *tr_context = trace_context(_context); in trace_context_invalidate_resource() local
[all …]
Dtr_texture.c151 trace_transfer_destroy(struct trace_context *tr_context, in trace_transfer_destroy() argument