Searched refs:counterIndex (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dperformance_query.c324 unsigned counterIndex; local in function:_mesa_GetPerfCounterInfoINTEL
350 counterIndex = counterid_to_index(counterId);
352 if (counterIndex >= queryNumCounters) {
358 ctx->Driver.GetPerfCounterInfo(ctx, queryIndex, counterIndex,
H A Ddd.h858 unsigned counterIndex,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dperformance_query.c330 unsigned counterIndex; local in function:_mesa_GetPerfCounterInfoINTEL
356 counterIndex = counterid_to_index(counterId);
358 if (counterIndex >= queryNumCounters) {
364 ctx->Driver.GetPerfCounterInfo(ctx, queryIndex, counterIndex,
H A Ddd.h947 unsigned counterIndex,

Completed in 9 milliseconds