Home
last modified time | relevance | path

Searched refs:n_categories (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/ds/
H A Dpan_pps_driver.cc40 for (uint32_t cat_id = 0; cat_id < cfg->n_categories; ++cat_id) { in find_id_within_group()
59 for (uint32_t gid = 0; gid < perf.perf->cfg->n_categories; ++gid) { in create_available_counters()
/third_party/mesa3d/src/panfrost/perf/
H A Dpan_gen_perf.py157 n_categories = len(prod.categories)
158 c.write("STATIC_ASSERT(%u <= PAN_PERF_MAX_CATEGORIES);" % n_categories)
174 c.write(".n_categories = %u," % len(prod.categories))
H A Dpan_perf.h82 uint32_t n_categories; member
H A Dquick.c33 for (unsigned i = 0; i < perf->cfg->n_categories; ++i) { in main()

Completed in 6 milliseconds