Home
last modified time | relevance | path

Searched refs:trace_dump_call_end (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c99 trace_dump_call_end(); in trace_context_draw_vbo()
120 trace_dump_call_end(); in trace_context_create_query()
140 trace_dump_call_end(); in trace_context_destroy_query()
158 trace_dump_call_end(); in trace_context_begin_query()
176 trace_dump_call_end(); in trace_context_end_query()
202 trace_dump_call_end(); in trace_context_get_query_result()
225 trace_dump_call_end(); in trace_context_create_blend_state()
245 trace_dump_call_end(); in trace_context_bind_blend_state()
263 trace_dump_call_end(); in trace_context_delete_blend_state()
284 trace_dump_call_end(); in trace_context_create_sampler_state()
[all …]
Dtr_screen.c59 trace_dump_call_end(); in trace_screen_get_name()
80 trace_dump_call_end(); in trace_screen_get_vendor()
103 trace_dump_call_end(); in trace_screen_get_param()
127 trace_dump_call_end(); in trace_screen_get_shader_param()
150 trace_dump_call_end(); in trace_screen_get_paramf()
180 trace_dump_call_end(); in trace_screen_is_format_supported()
201 trace_dump_call_end(); in trace_screen_context_create()
232 trace_dump_call_end(); in trace_screen_flush_frontbuffer()
258 trace_dump_call_end(); in trace_screen_resource_create()
316 trace_dump_call_end(); in trace_screen_resource_destroy()
[all …]
Dtr_dump.h79 void trace_dump_call_end(void);
Dtr_dump.c365 void trace_dump_call_end(void) in trace_dump_call_end() function