Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c43 static struct hash_table *trace_screens; variable
353 if (!trace_screens) in trace_context_create_threaded()
356 struct hash_entry *he = _mesa_hash_table_search(trace_screens, screen); in trace_context_create_threaded()
1120 if (trace_screens) { in trace_screen_destroy()
1121 struct hash_entry *he = _mesa_hash_table_search(trace_screens, screen); in trace_screen_destroy()
1123 _mesa_hash_table_remove(trace_screens, he); in trace_screen_destroy()
1124 if (!_mesa_hash_table_num_entries(trace_screens)) { in trace_screen_destroy()
1125 _mesa_hash_table_destroy(trace_screens, NULL); in trace_screen_destroy()
1126 trace_screens = NULL; in trace_screen_destroy()
1462 if (!trace_screens) in trace_screen_create()
[all...]

Completed in 3 milliseconds