Home
last modified time | relevance | path

Searched refs:free_query_data (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_fps.c70 free_query_data(void *p, struct pipe_context *pipe) in free_query_data() function
97 gr->free_query_data = free_query_data; in hud_fps_graph_install()
121 gr->free_query_data = free_query_data; in hud_frametime_graph_install()
Dhud_cpu.c261 free_query_data(void *p, struct pipe_context *pipe) in free_query_data() function
298 gr->free_query_data = free_query_data; in hud_cpu_graph_install()
390 gr->free_query_data = free_query_data; in hud_thread_busy_install()
464 gr->free_query_data = free_query_data; in hud_thread_counter_install()
Dhud_private.h111 void (*free_query_data)(void *ptr, struct pipe_context *pipe); member
Dhud_driver_query.c393 gr->free_query_data = free_query_info; in hud_pipe_query_install()
Dhud_context.c985 if (graph->free_query_data) in hud_graph_destroy()
986 graph->free_query_data(graph->query_data, pipe); in hud_graph_destroy()