Searched refs:max_counters (Results 1 – 6 of 6) sorted by relevance
46 assert(query->n_counters < query->max_counters); in intel_perf_query_add_stat_reg()69 intel_perf_append_query_info(struct intel_perf_config *perf, int max_counters) in intel_perf_append_query_info() argument81 if (max_counters > 0) { in intel_perf_append_query_info()82 query->max_counters = max_counters; in intel_perf_append_query_info()84 rzalloc_array(perf, struct intel_perf_query_counter, max_counters); in intel_perf_append_query_info()
635 size_t max_counters = 0; in build_unique_counter_list() local638 max_counters += perf->queries[q].n_counters; in build_unique_counter_list()646 ralloc_array_size(perf, sizeof(counter_infos[0]), max_counters); in build_unique_counter_list()670 assert(perf->n_counters < max_counters); in build_unique_counter_list()
229 int max_counters; member
204 assert(query->n_counters <= query->max_counters); in fill_mdapi_perf_query_counter()
996 unsigned int max_counters; member
2152 GLint max_buffers = 0, max_counters = 0; in Run() local2154 glGetIntegerv(GL_MAX_FRAGMENT_ATOMIC_COUNTERS, &max_counters); in Run()2155 if (max_buffers < 1 || max_counters < 1) in Run()