Searched refs:hud_graph (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 147 query_cpu_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cpu_load() 185 struct hud_graph *gr; in hud_cpu_graph_install() 194 gr = CALLOC_STRUCT(hud_graph); in hud_cpu_graph_install() 242 query_api_thread_busy_status(struct hud_graph *gr, struct pipe_context *pipe) in query_api_thread_busy_status() 286 struct hud_graph *gr; in hud_thread_busy_install() 288 gr = CALLOC_STRUCT(hud_graph); in hud_thread_busy_install() 318 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) in get_counter() 339 query_thread_counter(struct hud_graph *gr, struct pipe_context *pipe) in query_thread_counter() 362 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_thread_counter_install()
|
D | hud_private.h | 96 struct hud_graph { struct 106 void (*begin_query)(struct hud_graph *gr, struct pipe_context *pipe); argument 107 void (*query_new_value)(struct hud_graph *gr, struct pipe_context *pipe); argument 147 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr); 149 void hud_graph_add_value(struct hud_graph *gr, double value);
|
D | hud_fps.c | 41 query_fps(struct hud_graph *gr, struct pipe_context *pipe) in query_fps() 72 struct hud_graph *gr = CALLOC_STRUCT(hud_graph); in hud_fps_graph_install()
|
D | hud_cpufreq.c | 94 query_cfi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_cfi_load() 127 struct hud_graph *gr; in hud_cpufreq_graph_install() 138 gr = CALLOC_STRUCT(hud_graph); in hud_cpufreq_graph_install()
|
D | hud_context.c | 302 hud_draw_graph_line_strip(struct hud_context *hud, const struct hud_graph *gr, in hud_draw_graph_line_strip() 330 struct hud_graph *gr; in hud_pane_accumulate_vertices() 405 struct hud_graph *gr; in hud_pane_draw_colored_objects() 598 struct hud_graph *gr; in hud_start_queries() 616 struct hud_graph *gr, *next; in hud_stop_queries() 674 LIST_ENTRY(struct hud_graph, next, head)->current_value) { in hud_stop_queries() 817 hud_pane_update_dyn_ceiling(struct hud_graph *gr, struct hud_pane *pane) in hud_pane_update_dyn_ceiling() 892 hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr) in hud_pane_add_graph() 926 hud_graph_add_value(struct hud_graph *gr, double value) in hud_graph_add_value() 962 hud_graph_destroy(struct hud_graph *graph, struct pipe_context *pipe) in hud_graph_destroy() [all …]
|
D | hud_diskstat.c | 120 query_dsi_load(struct hud_graph *gr, struct pipe_context *pipe) in query_dsi_load() 177 struct hud_graph *gr; in hud_diskstat_graph_install() 188 gr = CALLOC_STRUCT(hud_graph); in hud_diskstat_graph_install()
|
D | hud_driver_query.c | 294 begin_query(struct hud_graph *gr, struct pipe_context *pipe) in begin_query() 304 query_new_value(struct hud_graph *gr, struct pipe_context *pipe) in query_new_value() 379 struct hud_graph *gr; in hud_pipe_query_install() 382 gr = CALLOC_STRUCT(hud_graph); in hud_pipe_query_install()
|
D | hud_sensors_temp.c | 157 query_sti_load(struct hud_graph *gr, struct pipe_context *pipe) in query_sti_load() 204 struct hud_graph *gr; in hud_sensors_temp_graph_install() 215 gr = CALLOC_STRUCT(hud_graph); in hud_sensors_temp_graph_install()
|
D | hud_nic.c | 174 query_nic_load(struct hud_graph *gr, struct pipe_context *pipe) in query_nic_load() 249 struct hud_graph *gr; in hud_nic_graph_install() 260 gr = CALLOC_STRUCT(hud_graph); in hud_nic_graph_install()
|