Searched refs:trace_dump_call_begin (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 97 trace_dump_call_begin("pipe_context", "draw_vbo"); in trace_context_draw_vbo() 119 trace_dump_call_begin("pipe_context", "create_query"); in trace_context_create_query() 159 trace_dump_call_begin("pipe_context", "destroy_query"); in trace_context_destroy_query() 180 trace_dump_call_begin("pipe_context", "begin_query"); in trace_context_begin_query() 202 trace_dump_call_begin("pipe_context", "end_query"); in trace_context_end_query() 226 trace_dump_call_begin("pipe_context", "get_query_result"); in trace_context_get_query_result() 256 trace_dump_call_begin("pipe_context", "set_active_query_state"); in trace_context_set_active_query_state() 275 trace_dump_call_begin("pipe_context", "create_blend_state"); in trace_context_create_blend_state() 297 trace_dump_call_begin("pipe_context", "bind_blend_state"); in trace_context_bind_blend_state() 315 trace_dump_call_begin("pipe_context", "delete_blend_state"); in trace_context_delete_blend_state() [all …]
|
D | tr_screen.c | 50 trace_dump_call_begin("pipe_screen", "get_name"); in trace_screen_get_name() 71 trace_dump_call_begin("pipe_screen", "get_vendor"); in trace_screen_get_vendor() 92 trace_dump_call_begin("pipe_screen", "get_device_vendor"); in trace_screen_get_device_vendor() 112 trace_dump_call_begin("pipe_screen", "get_disk_shader_cache"); in trace_screen_get_disk_shader_cache() 134 trace_dump_call_begin("pipe_screen", "get_param"); in trace_screen_get_param() 158 trace_dump_call_begin("pipe_screen", "get_shader_param"); in trace_screen_get_shader_param() 182 trace_dump_call_begin("pipe_screen", "get_paramf"); in trace_screen_get_paramf() 206 trace_dump_call_begin("pipe_screen", "get_compute_param"); in trace_screen_get_compute_param() 235 trace_dump_call_begin("pipe_screen", "is_format_supported"); in trace_screen_is_format_supported() 262 trace_dump_call_begin("pipe_screen", "context_create"); in trace_screen_context_create() [all …]
|
D | tr_dump.h | 78 void trace_dump_call_begin(const char *klass, const char *method);
|
D | tr_dump.c | 344 void trace_dump_call_begin(const char *klass, const char *method) in trace_dump_call_begin() function
|