Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1426 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map() local
1427 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_map()
1440 *transfer = trace_transfer_create(tr_context, resource, result); in trace_context_transfer_map()
1456 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region() local
1458 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_flush_region()
1547 struct trace_context *tr_context = trace_context(_context); in trace_context_buffer_subdata() local
1548 struct pipe_context *context = tr_context->pipe; in trace_context_buffer_subdata()
1580 struct trace_context *tr_context = trace_context(_context); in trace_context_texture_subdata() local
1581 struct pipe_context *context = tr_context->pipe; in trace_context_texture_subdata()
1612 struct trace_context *tr_context = trace_context(_context); in trace_context_invalidate_resource() local
[all …]
Dtr_texture.c113 trace_transfer_destroy(struct trace_context *tr_context, in trace_transfer_destroy() argument
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources80 driver_trace/tr_context.c \
81 driver_trace/tr_context.h \
Dmeson.build100 'driver_trace/tr_context.c',
101 'driver_trace/tr_context.h',
/external/angle/third_party/mesa/
Dmesa_autogen.gni388 "src/gallium/auxiliary/driver_trace/tr_context.c",