Home
last modified time | relevance | path

Searched refs:PerfMonitor (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dperformance_monitor.c60 ctx->PerfMonitor.Monitors = _mesa_NewHashTable(); in _mesa_init_performance_monitors()
61 ctx->PerfMonitor.NumGroups = 0; in _mesa_init_performance_monitors()
62 ctx->PerfMonitor.Groups = NULL; in _mesa_init_performance_monitors()
79 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { in init_perf_monitor()
80 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor()
111 for (gid = 0; gid < ctx->PerfMonitor.NumGroups; gid++) { in init_perf_monitor()
112 const struct gl_perf_monitor_group *g = &ctx->PerfMonitor.Groups[gid]; in init_perf_monitor()
303 type = ctx->PerfMonitor.Groups[gid].Counters[cid].Type; in get_perf_monitor_result()
340 struct gl_perf_monitor_state *perfmon = &ctx->PerfMonitor; in _mesa_free_perfomance_monitor_groups()
352 if (likely(ctx->PerfMonitor.Groups)) in init_groups()
[all …]
Dmtypes.h3475 struct gl_perf_monitor_state PerfMonitor; member