Lines Matching defs:group
180 perfcntr_index(const struct fd_perfcntr_group *group, uint32_t group_count,
187 if (group[i].num_countables > index) {
192 index -= group[i].num_countables;
268 * correct group id, countable id, counter register and pass index with
1649 const struct fd_perfcntr_group *group =
1657 for (int j = 0; j < group[i].num_countables; j++) {
1662 fd_perfcntr_type_to_vk_unit[group[i].countables[j].query_type];
1664 fd_perfcntr_type_to_vk_storage[group[i].countables[j].query_type];
1667 _mesa_sha1_compute(group[i].countables[j].name,
1668 strlen(group[i].countables[j].name),
1677 "%s", group[i].countables[j].name);
1678 snprintf(desc->category, sizeof(desc->category), "%s", group[i].name);
1681 group[i].name, group[i].countables[j].name);
1698 const struct fd_perfcntr_group *group =
1706 perfcntr_index(group, group_count,
1714 n_passes = DIV_ROUND_UP(counters_requested[i], group[i].num_counters);