Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h80 auto &CounterInfo = Result->second; in shouldExecute() local
81 ++CounterInfo.Count; in shouldExecute()
86 if (CounterInfo.Skip < 0) in shouldExecute()
88 if (CounterInfo.Skip >= CounterInfo.Count) in shouldExecute()
90 if (CounterInfo.StopAfter < 0) in shouldExecute()
92 return CounterInfo.StopAfter + CounterInfo.Skip >= CounterInfo.Count; in shouldExecute()
168 struct CounterInfo { struct
175 DenseMap<unsigned, CounterInfo> Counters; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp96 CounterInfo &Counter = Counters[CounterID]; in push_back()
109 CounterInfo &Counter = Counters[CounterID]; in push_back()
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_performance_monitor.txt379 } CounterInfo;
383 CounterInfo **counterInfo)
387 CounterInfo *counters;
395 counters = (CounterInfo*) malloc(sizeof(CounterInfo) * n);
420 CounterInfo *counters;
/third_party/openGLES/extensions/AMD/
DAMD_performance_monitor.txt379 } CounterInfo;
383 CounterInfo **counterInfo)
387 CounterInfo *counters;
395 counters = (CounterInfo*) malloc(sizeof(CounterInfo) * n);
420 CounterInfo *counters;