Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dperformance_monitor.c138 static inline const struct gl_perf_monitor_counter *
266 const struct gl_perf_monitor_counter *counter_obj; in _mesa_GetPerfMonitorCounterStringAMD()
307 const struct gl_perf_monitor_counter *counter_obj; in _mesa_GetPerfMonitorCounterInfoAMD()
597 const struct gl_perf_monitor_counter *c = &g->Counters[counter]; in perf_monitor_result_size()
673 _mesa_perf_monitor_counter_size(const struct gl_perf_monitor_counter *c) in _mesa_perf_monitor_counter_size()
885 const struct gl_perf_monitor_counter *counter_obj; in _mesa_GetPerfCounterInfoINTEL()
Dperformance_monitor.h87 _mesa_perf_monitor_counter_size(const struct gl_perf_monitor_counter *);
Dmtypes.h1826 struct gl_perf_monitor_counter struct
1857 const struct gl_perf_monitor_counter *Counters; argument
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_perfmon.c370 struct gl_perf_monitor_counter *counters = NULL; in st_InitPerfMonitorGroups()
391 struct gl_perf_monitor_counter *c = &counters[g->NumCounters]; in st_InitPerfMonitorGroups()