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

/xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
H A Dfd_pps_driver.cc27 (ie. same countable names)..
45 auto PERF_CP_ALWAYS_COUNT = countable("PERF_CP_ALWAYS_COUNT");
46 auto PERF_CP_BUSY_CYCLES = countable("PERF_CP_BUSY_CYCLES");
47 auto PERF_RB_3D_PIXELS = countable("PERF_RB_3D_PIXELS");
48 auto PERF_SP_FS_STAGE_FULL_ALU_INSTRUCTIONS = countable("PERF_SP_FS_STAGE_FULL_ALU_INSTRUCTIONS");
49 auto PERF_SP_FS_STAGE_HALF_ALU_INSTRUCTIONS = countable("PERF_SP_FS_STAGE_HALF_ALU_INSTRUCTIONS");
50 auto PERF_TP_L1_CACHELINE_MISSES = countable("PERF_TP_L1_CACHELINE_MISSES");
51 auto PERF_SP_BUSY_CYCLES = countable("PERF_SP_BUSY_CYCLES");
55 * pps based on the captured countable values
90 * Generate an submit the cmdstream to configure the counter/countable
101 for (auto countable : countables) local in function:pps::FreedrenoDriver::configure_counters
126 for (auto countable : countables) local in function:pps::FreedrenoDriver::collect_countables
172 for (auto countable : countables) local in function:pps::FreedrenoDriver::init_perfcnt
275 FreedrenoDriver::countable(std::string name) function in class:pps::FreedrenoDriver
277 auto countable = Countable(this, name); local in function:pps::FreedrenoDriver::countable
291 const struct fd_perfcntr_countable *countable = d->state[id].countable; local in function:pps::FreedrenoDriver::Countable::configure
[all...]
H A Dfd_pps_driver.h73 * Split out countable mutable state from the class so that copy-
75 * tries to get the countable value.
79 const struct fd_perfcntr_countable *countable; member in struct:pps::FreedrenoDriver::CountableState
96 * details of collecting countable values.
117 Countable countable(std::string name);
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/
H A Dmain.c136 const struct fd_perfcntr_countable *countable = &group->countables[j]; local in function:setup_counter
138 if (strcmp(name, countable->name) != 0)
142 * Allocate a counter to use to monitor the requested countable:
153 * about selected counter and countable, to simplify life for the
160 c->selector = countable->selector;
166 errx(-1, "could not find countable: %s", name);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dmsm_kgsl.h929 * @countable: Countable to select within the group
935 * the countable to the counter for the specified group. An error will be
944 unsigned int countable; member in struct:kgsl_perfcounter_get
957 * @countable: Countable to release within the group
966 unsigned int countable; member in struct:kgsl_perfcounter_put
977 * @countable: Return active countables array
993 /* Array to return the current countable for up to size counters */
1007 * @countable: Performance counter countable IDs
1009 * @size: Size of all arrays (groupid/countable pai
1018 unsigned int countable; member in struct:kgsl_perfcounter_read_group
[all...]
H A Dtu_query.c277 * correct group id, countable id, counter register and pass index with
891 const struct fd_perfcntr_countable *countable = local in function:emit_begin_perf_query
895 tu_cs_emit(cs, countable->selector);

Completed in 7 milliseconds