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.c1380 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_map() local
1381 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_map()
1394 *transfer = trace_transfer_create(tr_context, resource, result); in trace_context_transfer_map()
1410 struct trace_context *tr_context = trace_context(_context); in trace_context_transfer_flush_region() local
1412 struct pipe_context *context = tr_context->pipe; in trace_context_transfer_flush_region()
1477 struct trace_context *tr_context = trace_context(_context); in trace_context_buffer_subdata() local
1478 struct pipe_context *context = tr_context->pipe; in trace_context_buffer_subdata()
1510 struct trace_context *tr_context = trace_context(_context); in trace_context_texture_subdata() local
1511 struct pipe_context *context = tr_context->pipe; in trace_context_texture_subdata()
1542 struct trace_context *tr_context = trace_context(_context); in trace_context_invalidate_resource() local
[all …]
DMakefile.sources2 tr_context.c \
3 tr_context.h \
Dmeson.build23 files('tr_context.c', 'tr_context.h', 'tr_dump.c', 'tr_dump_defines.h',
Dtr_texture.c113 trace_transfer_destroy(struct trace_context *tr_context, in trace_transfer_destroy() argument