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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c41 #include "tr_context.h"
1422 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_transfer_map
1423 struct pipe_context *context = tr_context->pipe;
1436 *transfer = trace_transfer_create(tr_context, resource, result);
1452 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_transfer_flush_region
1454 struct pipe_context *context = tr_context->pipe;
1543 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_buffer_subdata
1544 struct pipe_context *context = tr_context->pipe;
1576 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_texture_subdata
1577 struct pipe_context *context = tr_context
1608 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_invalidate_resource
1626 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_context_param
1646 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_render_condition
1667 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_texture_barrier
1685 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_memory_barrier
1702 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_resource_commit
1721 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_tess_state
1740 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_shader_buffers
1762 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_shader_images
[all...]
H A Dtr_texture.c34 #include "tr_context.h"
113 trace_transfer_destroy(struct trace_context *tr_context, argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
H A Dtr_texture.c34 #include "tr_context.h"
113 trace_transfer_destroy(struct trace_context *tr_context, argument
H A Dtr_context.c43 #include "tr_context.h"
1643 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_transfer_map
1644 struct pipe_context *pipe = tr_context->pipe;
1654 *transfer = trace_transfer_create(tr_context, resource, xfer);
1682 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_transfer_flush_region
1684 struct pipe_context *pipe = tr_context->pipe;
1792 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_buffer_subdata
1793 struct pipe_context *context = tr_context->pipe;
1825 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_texture_subdata
1826 struct pipe_context *context = tr_context
1857 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_invalidate_resource
1875 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_context_param
1892 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_debug_callback
1910 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_render_condition
1931 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_texture_barrier
1949 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_memory_barrier
1966 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_resource_commit
1985 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_tess_state
2001 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_patch_vertices
2018 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_shader_buffers
2041 struct trace_context *tr_context = trace_context(_context); local in function:trace_context_set_shader_images
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/
H A DMakefile.sources77 driver_trace/tr_context.c \
78 driver_trace/tr_context.h \

Completed in 9 milliseconds