Searched refs:get_counter (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 363 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) function in typeref:typename:unsigned 391 unsigned current_value = get_counter(gr, info->counter); 399 info->last_value = get_counter(gr, info->counter);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | performance_monitor.c | 139 get_counter(const struct gl_perf_monitor_group *group_obj, GLuint id) function in typeref:typename:const struct gl_perf_monitor_counter * 251 counter_obj = get_counter(group_obj, counter); 292 counter_obj = get_counter(group_obj, counter);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | performance_monitor.c | 139 get_counter(const struct gl_perf_monitor_group *group_obj, GLuint id) function in typeref:typename:const struct gl_perf_monitor_counter * 251 counter_obj = get_counter(group_obj, counter); 292 counter_obj = get_counter(group_obj, counter);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_cpu.c | 402 static unsigned get_counter(struct hud_graph *gr, enum hud_counter counter) function in typeref:typename:unsigned 430 unsigned current_value = get_counter(gr, info->counter); 438 info->last_value = get_counter(gr, info->counter);
|
Completed in 6 milliseconds