Searched refs:Counter (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/tool/pps/
H A Dpps_counter.cc19 Counter::Counter(int32_t id, const std::string &name, int32_t group) function in class:pps::Counter
28 bool Counter::operator==(const Counter &other) const
H A Dpps_counter.h32 class Counter class in namespace:pps
46 /// @param c Counter which we want to retrieve a value
49 using Getter = Value(const Counter &c, const Driver &d);
51 Counter() = default;
52 virtual ~Counter() = default;
57 Counter(int32_t id, const std::string &name, int32_t group);
59 bool operator==(const Counter &c) const;
92 inline void Counter::set_getter(const std::function<Getter> &get)
99 inline Counter::Value Counter
[all...]
H A Dpps_driver.h84 std::vector<Counter> counters;
87 std::vector<Counter> enabled_counters;
H A Dpps_datasource.cc174 std::vector<Counter> const &counters,
193 case Counter::Units::Percent:
196 case Counter::Units::Byte:
199 case Counter::Units::Hertz:
202 case Counter::Units::None:
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DXimProto.h217 register int Counter = XIM_PAD((int)length); \
218 if (Counter) { \
220 length += Counter; \
221 for (; Counter; --Counter, ++Ptr) \
/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.h92 * with various formulas to derive the high level "Counter" value exposed
122 * A derived "Counter" (from pps's perspective)
124 class DerivedCounter : public Counter {
126 DerivedCounter(FreedrenoDriver *d, std::string name, Counter::Units units,
130 DerivedCounter counter(std::string name, Counter::Units units,
H A Dfd_pps_driver.cc58 counter("GPU Frequency", Counter::Units::Hertz, [=]() {
63 counter("GPU % Utilization", Counter::Units::Percent, [=]() {
69 counter("ALU / Fragment", Counter::Units::None, [=]() {
75 counter("TP L1 Cache Misses", Counter::Units::None, [=]() {
80 counter("Shader Core Utilization", Counter::Units::Percent, [=]() {
371 Counter::Units units,
373 : Counter(d->next_counter_id++, name, 0)
377 set_getter([=](const Counter &c, const Driver &d) {
384 FreedrenoDriver::counter(std::string name, Counter::Units units,
/xsrc/external/mit/MesaLib/dist/src/panfrost/ds/
H A Dpan_pps_driver.cc51 std::pair<std::vector<CounterGroup>, std::vector<Counter>>
54 std::pair<std::vector<CounterGroup>, std::vector<Counter>> ret;
66 Counter counter = {};
73 counter.set_getter([](const Counter &c, const Driver &d) {
H A Dpan_pps_driver.h30 static std::pair<std::vector<CounterGroup>, std::vector<Counter>> create_available_counters(
/xsrc/external/mit/MesaLib/dist/src/intel/ds/
H A Dintel_pps_driver.cc153 Counter counter_desc = {};
158 const Counter &c, const Driver &dri) -> Counter::Value {
/xsrc/external/mit/MesaLib/dist/src/panfrost/perf/
H A Dpan_gen_perf.py47 class Counter: class in inherits:
72 self.counters.append(Counter(self, xml_counter))
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.py432 class Counter: class in inherits:
520 counter = Counter(self, xml_counter)
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dgen_perf.py487 class Counter: class in inherits:
575 counter = Counter(self, xml_counter)
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.0.5.rst49 hyperz causes gpu hang in Counter-strike: Source
H A D19.0.4.rst203 - radeonsi: add config entry for Counter-Strike Global Offensive
H A D9.1.1.rst44 [bisected] Garbled UI in Team Fortress 2 and Counter-Strike: Source
H A D19.1.0.rst4550 - radeonsi: add config entry for Counter-Strike Global Offensive
H A D21.2.0.rst1060 - panfrost: Counter definitions
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dvalhall.py367 counts = collections.Counter([i.name for i in instructions])
/xsrc/external/mit/MesaLib/dist/src/util/
H A D00-mesa-defaults.conf723 <application name="Counter-Strike Global Offensive" executable="csgo_linux64">
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json11122 { "kind" : "IdRef", "name" : "'Counter Buffer'" }
11130 { "kind" : "IdRef", "name" : "'Counter Buffer'" }
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dspirv.core.grammar.json5976 { "kind" : "IdRef", "name" : "'Counter Buffer'" }

Completed in 141 milliseconds