Searched refs:hud_pane_set_max_value (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_sensors_temp.c | 235 hud_pane_set_max_value(pane, 120); in hud_sensors_temp_graph_install() 238 hud_pane_set_max_value(pane, 12); in hud_sensors_temp_graph_install() 241 hud_pane_set_max_value(pane, 5000); in hud_sensors_temp_graph_install() 244 hud_pane_set_max_value(pane, 5000 /* mW */); in hud_sensors_temp_graph_install()
|
D | hud_cpu.c | 220 hud_pane_set_max_value(pane, 100); in hud_cpu_graph_install() 309 hud_pane_set_max_value(pane, 100); in hud_thread_busy_install() 383 hud_pane_set_max_value(pane, 100); in hud_thread_counter_install()
|
D | hud_private.h | 148 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
|
D | hud_cpufreq.c | 161 hud_pane_set_max_value(pane, 3000000 /* 3 GHz */); in hud_cpufreq_graph_install()
|
D | hud_context.c | 742 hud_pane_set_max_value(struct hud_pane *pane, uint64_t value) in hud_pane_set_max_value() function 832 hud_pane_set_max_value(pane, tmp); in hud_pane_update_dyn_ceiling() 871 hud_pane_set_max_value(pane, max_value); in hud_pane_create() 957 hud_pane_set_max_value(gr->pane, value); in hud_graph_add_value() 1370 hud_pane_set_max_value(pane, i); in hud_parse_env_var()
|
D | hud_diskstat.c | 206 hud_pane_set_max_value(pane, 100); in hud_diskstat_graph_install()
|
D | hud_nic.c | 282 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()
|