Home
last modified time | relevance | path

Searched refs:countable (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc48 (ie. same countable names)..
66 auto PERF_CP_ALWAYS_COUNT = countable("PERF_CP_ALWAYS_COUNT"); in setup_a6xx_counters()
67 auto PERF_CP_BUSY_CYCLES = countable("PERF_CP_BUSY_CYCLES"); in setup_a6xx_counters()
68 auto PERF_RB_3D_PIXELS = countable("PERF_RB_3D_PIXELS"); in setup_a6xx_counters()
69 auto PERF_TP_L1_CACHELINE_MISSES = countable("PERF_TP_L1_CACHELINE_MISSES"); in setup_a6xx_counters()
70 auto PERF_TP_L1_CACHELINE_REQUESTS = countable("PERF_TP_L1_CACHELINE_REQUESTS"); in setup_a6xx_counters()
72 auto PERF_TP_OUTPUT_PIXELS = countable("PERF_TP_OUTPUT_PIXELS"); in setup_a6xx_counters()
73 auto PERF_TP_OUTPUT_PIXELS_ANISO = countable("PERF_TP_OUTPUT_PIXELS_ANISO"); in setup_a6xx_counters()
74 auto PERF_TP_OUTPUT_PIXELS_BILINEAR = countable("PERF_TP_OUTPUT_PIXELS_BILINEAR"); in setup_a6xx_counters()
75 auto PERF_TP_OUTPUT_PIXELS_POINT = countable("PERF_TP_OUTPUT_PIXELS_POIN in setup_a6xx_counters()
582 FreedrenoDriver::countable(std::string name) countable() function in pps::FreedrenoDriver
584 auto countable = Countable(this, name); countable() local
598 const struct fd_perfcntr_countable *countable = d->state[id].countable; configure() local
[all...]
H A Dfd_pps_driver.h75 * Split out countable mutable state from the class so that copy-
77 * tries to get the countable value.
81 const struct fd_perfcntr_countable *countable; member
98 * details of collecting countable values.
119 Countable countable(std::string name);
/third_party/mesa3d/src/freedreno/computerator/
H A 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()
142 * Allocate a counter to use to monitor the requested countable: in setup_counter()
153 * about selected counter and countable, to simplify life for the in setup_counter()
160 c->selector = countable->selector; in setup_counter()
166 errx(-1, "could not find countable: %s", name); in setup_counter()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h957 * @countable: Countable to select within the group
963 * the countable to the counter for the specified group. An error will be
972 unsigned int countable; member
985 * @countable: Countable to release within the group
994 unsigned int countable; member
1005 * @countable: Return active countables array
1021 /* Array to return the current countable for up to size counters */
1035 * @countable: Performance counter countable IDs
1037 * @size: Size of all arrays (groupid/countable pai
1046 unsigned int countable; global() member
[all...]
H A Dtu_query.c268 * correct group id, countable id, counter register and pass index with in tu_CreateQueryPool()
947 const struct fd_perfcntr_countable *countable = in emit_begin_perf_query() local
951 tu_cs_emit(cs, countable->selector); in emit_begin_perf_query()

Completed in 8 milliseconds