Home
last modified time | relevance | path

Searched refs:gl_perf_monitor_counter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dperformance_monitor.c115 const struct gl_perf_monitor_counter *c = &g->Counters[cid]; in init_perf_monitor()
373 struct gl_perf_monitor_counter *counters = NULL; in init_groups()
388 struct gl_perf_monitor_counter *c = &counters[g->NumCounters]; in init_groups()
519 static inline const struct gl_perf_monitor_counter *
620 const struct gl_perf_monitor_counter *counter_obj; in _mesa_GetPerfMonitorCounterStringAMD()
661 const struct gl_perf_monitor_counter *counter_obj; in _mesa_GetPerfMonitorCounterInfoAMD()
948 const struct gl_perf_monitor_counter *c = &g->Counters[counter]; in perf_monitor_result_size()
1024 _mesa_perf_monitor_counter_size(const struct gl_perf_monitor_counter *c) in _mesa_perf_monitor_counter_size()
H A Dperformance_monitor.h42 _mesa_perf_monitor_counter_size(const struct gl_perf_monitor_counter *);
H A Dmtypes.h1980 struct gl_perf_monitor_counter struct
2014 const struct gl_perf_monitor_counter *Counters; argument