Home
last modified time | relevance | path

Searched refs:hud_pane (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h101 struct hud_pane *pane;
120 struct hud_pane { struct
149 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr); argument
150 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
160 void hud_fps_graph_install(struct hud_pane *pane);
161 void hud_frametime_graph_install(struct hud_pane *pane);
162 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index);
163 void hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main);
164 void hud_thread_counter_install(struct hud_pane *pane, const char *name,
167 struct hud_pane *pane,
[all …]
Dhud_fps.c76 hud_fps_graph_install(struct hud_pane *pane) in hud_fps_graph_install()
103 hud_frametime_graph_install(struct hud_pane *pane) in hud_frametime_graph_install()
Dhud_context.c325 const struct hud_pane *pane) in hud_pane_accumulate_vertices()
400 const struct hud_pane *pane) in hud_pane_accumulate_vertices_simple()
420 const struct hud_pane *pane) in hud_pane_draw_colored_objects()
466 struct hud_pane *pane; in hud_draw_results()
620 struct hud_pane *pane; in hud_start_queries()
638 struct hud_pane *pane; in hud_stop_queries()
760 hud_pane_set_max_value(struct hud_pane *pane, uint64_t value) in hud_pane_set_max_value()
835 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling()
860 static struct hud_pane *
867 struct hud_pane *pane = CALLOC_STRUCT(hud_pane); in hud_pane_create()
[all …]
Dhud_cpu.c267 hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index) in hud_cpu_graph_install()
368 hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main) in hud_thread_busy_install()
443 void hud_thread_counter_install(struct hud_pane *pane, const char *name, in hud_thread_counter_install()
Dhud_driver_query.c371 struct hud_pane *pane, in hud_pipe_query_install()
424 struct hud_pane *pane, struct pipe_screen *screen, in hud_driver_query_install()
Dhud_cpufreq.c124 hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index, in hud_cpufreq_graph_install()
Dhud_diskstat.c175 hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name, in hud_diskstat_graph_install()
Dhud_sensors_temp.c205 hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name, in hud_sensors_temp_graph_install()
Dhud_nic.c247 hud_nic_graph_install(struct hud_pane *pane, const char *nic_name, in hud_nic_graph_install()