Home
last modified time | relevance | path

Searched refs:countable (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.cc45 auto PERF_CP_ALWAYS_COUNT = countable("PERF_CP_ALWAYS_COUNT"); in setup_a6xx_counters()
46 auto PERF_CP_BUSY_CYCLES = countable("PERF_CP_BUSY_CYCLES"); in setup_a6xx_counters()
47 auto PERF_RB_3D_PIXELS = countable("PERF_RB_3D_PIXELS"); in setup_a6xx_counters()
48 … auto PERF_SP_FS_STAGE_FULL_ALU_INSTRUCTIONS = countable("PERF_SP_FS_STAGE_FULL_ALU_INSTRUCTIONS"); in setup_a6xx_counters()
49 … auto PERF_SP_FS_STAGE_HALF_ALU_INSTRUCTIONS = countable("PERF_SP_FS_STAGE_HALF_ALU_INSTRUCTIONS"); in setup_a6xx_counters()
50 auto PERF_TP_L1_CACHELINE_MISSES = countable("PERF_TP_L1_CACHELINE_MISSES"); in setup_a6xx_counters()
51 auto PERF_SP_BUSY_CYCLES = countable("PERF_SP_BUSY_CYCLES"); in setup_a6xx_counters()
101 for (auto countable : countables) in configure_counters() local
102 countable.configure(ring, reset); in configure_counters()
126 for (auto countable : countables) in collect_countables() local
[all …]
Dfd_pps_driver.h79 const struct fd_perfcntr_countable *countable; member
117 Countable countable(std::string name);
/third_party/boost/libs/contract/example/features/
Dprivate_protected_virtual_multi.cpp84 class countable { class
98 void countable::dec(boost::contract::virtual_* v) { in dec()
111 void countable::set(int n, boost::contract::virtual_* v) { in set()
124 int countable::get(boost::contract::virtual_* v) const { in get()
133 #define BASES public countable, public counter // Multiple inheritance.
200 countable& b = cnt10; // Polymorphic calls. in main()
/third_party/mesa3d/src/freedreno/computerator/
Dmain.c136 const struct fd_perfcntr_countable *countable = &group->countables[j]; in setup_counter() local
138 if (strcmp(name, countable->name) != 0) in setup_counter()
160 c->selector = countable->selector; in setup_counter()
/third_party/mesa3d/src/freedreno/vulkan/
Dmsm_kgsl.h944 unsigned int countable; member
966 unsigned int countable; member
1018 unsigned int countable; member
Dtu_query.c891 const struct fd_perfcntr_countable *countable = in emit_begin_perf_query() local
895 tu_cs_emit(cs, countable->selector); in emit_begin_perf_query()
/third_party/flutter/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md7 Ref-countable object type inherits from RefCounted<>, which have
10 CComPtr<> which is used to hold the ref-countable objects so that
/third_party/skia/third_party/externals/sfntly/doc/
Dsmart_pointer_usage.md7 Ref-countable object type inherits from RefCounted<>, which have
10 CComPtr<> which is used to hold the ref-countable objects so that