Searched refs:hud_pane_set_max_value (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_sensors_temp.c | 239 hud_pane_set_max_value(pane, 120); in hud_sensors_temp_graph_install() 242 hud_pane_set_max_value(pane, 12); in hud_sensors_temp_graph_install() 245 hud_pane_set_max_value(pane, 5000); in hud_sensors_temp_graph_install() 248 hud_pane_set_max_value(pane, 5000 /* mW */); in hud_sensors_temp_graph_install()
|
D | hud_cpu.c | 304 hud_pane_set_max_value(pane, 100); in hud_cpu_graph_install() 393 hud_pane_set_max_value(pane, 100); in hud_thread_busy_install() 467 hud_pane_set_max_value(pane, 100); in hud_thread_counter_install()
|
D | hud_private.h | 151 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
|
D | hud_cpufreq.c | 162 hud_pane_set_max_value(pane, 3000000 /* 3 GHz */); in hud_cpufreq_graph_install()
|
D | hud_context.c | 768 hud_pane_set_max_value(struct hud_pane *pane, uint64_t value) in hud_pane_set_max_value() function 858 hud_pane_set_max_value(pane, tmp); in hud_pane_update_dyn_ceiling() 899 hud_pane_set_max_value(pane, max_value); in hud_pane_create() 985 hud_pane_set_max_value(gr->pane, value); in hud_graph_add_value() 1409 hud_pane_set_max_value(pane, i); in hud_parse_env_var()
|
D | hud_diskstat.c | 209 hud_pane_set_max_value(pane, 100); in hud_diskstat_graph_install()
|
D | hud_nic.c | 285 hud_pane_set_max_value(pane, 100); in hud_nic_graph_install()
|
D | hud_driver_query.c | 413 hud_pane_set_max_value(pane, max_value); in hud_pipe_query_install()
|