Searched refs:trace_dump_call_begin (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 101 trace_dump_call_begin("pipe_context", method); in dump_fb_state() 127 trace_dump_call_begin("pipe_context", "draw_vbo"); in trace_context_draw_vbo() 160 trace_dump_call_begin("pipe_context", "draw_vertex_state"); in trace_context_draw_vertex_state() 188 trace_dump_call_begin("pipe_context", "create_query"); in trace_context_create_query() 229 trace_dump_call_begin("pipe_context", "destroy_query"); in trace_context_destroy_query() 250 trace_dump_call_begin("pipe_context", "begin_query"); in trace_context_begin_query() 272 trace_dump_call_begin("pipe_context", "end_query"); in trace_context_end_query() 298 trace_dump_call_begin("pipe_context", "get_query_result"); in trace_context_get_query_result() 338 trace_dump_call_begin("pipe_context", "get_query_result_resource"); in trace_context_get_query_result_resource() 364 trace_dump_call_begin("pipe_context", "set_active_query_state"); in trace_context_set_active_query_state() [all …]
|
D | tr_screen.c | 52 trace_dump_call_begin("pipe_screen", "get_name"); in trace_screen_get_name() 73 trace_dump_call_begin("pipe_screen", "get_vendor"); in trace_screen_get_vendor() 94 trace_dump_call_begin("pipe_screen", "get_device_vendor"); in trace_screen_get_device_vendor() 117 trace_dump_call_begin("pipe_screen", "get_compiler_options"); in trace_screen_get_compiler_options() 139 trace_dump_call_begin("pipe_screen", "get_disk_shader_cache"); in trace_screen_get_disk_shader_cache() 161 trace_dump_call_begin("pipe_screen", "get_param"); in trace_screen_get_param() 185 trace_dump_call_begin("pipe_screen", "get_shader_param"); in trace_screen_get_shader_param() 209 trace_dump_call_begin("pipe_screen", "get_paramf"); in trace_screen_get_paramf() 234 trace_dump_call_begin("pipe_screen", "get_compute_param"); in trace_screen_get_compute_param() 263 trace_dump_call_begin("pipe_screen", "is_format_supported"); in trace_screen_is_format_supported() [all …]
|
D | tr_dump.h | 78 void trace_dump_call_begin(const char *klass, const char *method);
|
D | tr_dump.c | 398 void trace_dump_call_begin(const char *klass, const char *method) in trace_dump_call_begin() function
|