| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_counter.cc | 19 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 D | pps_counter.h | 32 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 D | pps_driver.h | 84 std::vector<Counter> counters; 87 std::vector<Counter> enabled_counters;
|
| H A D | pps_datasource.cc | 174 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 D | XimProto.h | 217 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 D | fd_pps_driver.h | 92 * 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 D | fd_pps_driver.cc | 58 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 D | pan_pps_driver.cc | 51 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 D | pan_pps_driver.h | 30 static std::pair<std::vector<CounterGroup>, std::vector<Counter>> create_available_counters(
|
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_driver.cc | 153 Counter counter_desc = {}; 158 const Counter &c, const Driver &dri) -> Counter::Value {
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/perf/ |
| H A D | pan_gen_perf.py | 47 class Counter: class in inherits: 72 self.counters.append(Counter(self, xml_counter))
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ |
| H A D | gen_perf.py | 432 class Counter: class in inherits: 520 counter = Counter(self, xml_counter)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ |
| H A D | gen_perf.py | 487 class Counter: class in inherits: 575 counter = Counter(self, xml_counter)
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.0.5.rst | 49 hyperz causes gpu hang in Counter-strike: Source
|
| H A D | 19.0.4.rst | 203 - radeonsi: add config entry for Counter-Strike Global Offensive
|
| H A D | 9.1.1.rst | 44 [bisected] Garbled UI in Team Fortress 2 and Counter-Strike: Source
|
| H A D | 19.1.0.rst | 4550 - radeonsi: add config entry for Counter-Strike Global Offensive
|
| H A D | 21.2.0.rst | 1060 - panfrost: Counter definitions
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| H A D | valhall.py | 367 counts = collections.Counter([i.name for i in instructions])
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | 00-mesa-defaults.conf | 723 <application name="Counter-Strike Global Offensive" executable="csgo_linux64">
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 11122 { "kind" : "IdRef", "name" : "'Counter Buffer'" } 11130 { "kind" : "IdRef", "name" : "'Counter Buffer'" }
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | spirv.core.grammar.json | 5976 { "kind" : "IdRef", "name" : "'Counter Buffer'" }
|