Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c209 gr->query_new_value = query_cpu_load; in hud_cpu_graph_install()
301 gr->query_new_value = query_api_thread_busy_status; in hud_thread_busy_install()
375 gr->query_new_value = query_thread_counter; in hud_thread_counter_install()
Dhud_driver_query.c304 query_new_value(struct hud_graph *gr, struct pipe_context *pipe) in query_new_value() function
392 gr->query_new_value = query_new_value; in hud_pipe_query_install()
Dhud_fps.c84 gr->query_new_value = query_fps; in hud_fps_graph_install()
Dhud_private.h107 void (*query_new_value)(struct hud_graph *gr, struct pipe_context *pipe); member
Dhud_cpufreq.c158 gr->query_new_value = query_cfi_load; in hud_cpufreq_graph_install()
Dhud_diskstat.c203 gr->query_new_value = query_dsi_load; in hud_diskstat_graph_install()
Dhud_sensors_temp.c229 gr->query_new_value = query_sti_load; in hud_sensors_temp_graph_install()
Dhud_nic.c279 gr->query_new_value = query_nic_load; in hud_nic_graph_install()
Dhud_context.c661 gr->query_new_value(gr, pipe); in hud_stop_queries()