Searched refs:stcounters (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c372 struct st_perf_monitor_counter *stcounters = NULL; local in function:st_InitPerfMonitorGroups
386 stcounters = CALLOC(group_info.num_queries, sizeof(*stcounters));
387 if (!stcounters)
389 stg->counters = stcounters;
393 struct st_perf_monitor_counter *stc = &stcounters[g->NumCounters];
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_perfmon.c371 struct st_perf_monitor_counter *stcounters = NULL; local in function:st_InitPerfMonitorGroups
385 stcounters = CALLOC(group_info.num_queries, sizeof(*stcounters));
386 if (!stcounters)
388 stg->counters = stcounters;
392 struct st_perf_monitor_counter *stc = &stcounters[g->NumCounters];

Completed in 3 milliseconds