Home
last modified time | relevance | path

Searched refs:intel_perf_query_info (Results 1 – 17 of 17) sorted by relevance

/third_party/mesa3d/src/intel/perf/
Dintel_perf.h51 struct intel_perf_query_info;
190 const struct intel_perf_query_info *query,
193 const struct intel_perf_query_info *query,
216 struct intel_perf_query_info { struct
318 struct intel_perf_query_info *queries;
386 struct intel_perf_query_info *query;
445 const struct intel_perf_query_info *query,
452 const struct intel_perf_query_info *query,
461 const struct intel_perf_query_info *query,
471 void intel_perf_query_result_print_fields(const struct intel_perf_query_info *query,
[all …]
Dintel_perf_private.h40 intel_perf_query_add_stat_reg(struct intel_perf_query_info *query, uint32_t reg, in intel_perf_query_add_stat_reg()
62 intel_perf_query_add_basic_stat_reg(struct intel_perf_query_info *query, in intel_perf_query_add_basic_stat_reg()
68 static inline struct intel_perf_query_info *
71 struct intel_perf_query_info *query; in intel_perf_append_query_info()
74 struct intel_perf_query_info, in intel_perf_append_query_info()
Dintel_perf_query.h50 const struct intel_perf_query_info *query);
70 const struct intel_perf_query_info* intel_perf_query_info(const struct intel_perf_query_object *);
75 const struct intel_perf_query_info *query);
Dintel_perf_query.c196 const struct intel_perf_query_info *queryinfo;
353 const struct intel_perf_query_info *query) in intel_perf_close()
360 struct intel_perf_query_info *raw_query = in intel_perf_close()
361 (struct intel_perf_query_info *) query; in intel_perf_close()
432 const struct intel_perf_query_info *query) in get_metric_id()
453 struct intel_perf_query_info *raw_query = (struct intel_perf_query_info *)query; in get_metric_id()
522 const struct intel_perf_query_info *query = in intel_perf_new_query()
549 const struct intel_perf_query_info *query) in intel_perf_active_queries()
569 const struct intel_perf_query_info*
570 intel_perf_query_info(const struct intel_perf_query_object *query) in intel_perf_query_info() function
[all …]
Dintel_perf.c176 const struct intel_perf_query_info *query, in register_oa_config()
179 struct intel_perf_query_info *registered_query = in register_oa_config()
228 (const struct intel_perf_query_info *)entry->data, id); in enumerate_sysfs_metrics()
241 const struct intel_perf_query_info *query = entry->data; in add_all_metrics()
328 const struct intel_perf_query_info *query = entry->data; in init_oa_configs()
480 sort_query(struct intel_perf_query_info *q) in sort_query()
490 struct intel_perf_query_info *query = in load_pipeline_statistic_metrics()
656 struct intel_perf_query_info *query = &perf->queries[q]; in build_unique_counter_list()
898 struct intel_perf_query_info **pass_queries) in intel_perf_get_n_passes()
1031 const struct intel_perf_query_info *query, in intel_perf_query_result_accumulate()
[all …]
Dintel_perf_mdapi.c37 const struct intel_perf_query_info *query, in intel_perf_query_result_write_mdapi()
146 struct intel_perf_query_info *query = in intel_perf_register_mdapi_statistic_query()
196 fill_mdapi_perf_query_counter(struct intel_perf_query_info *query, in fill_mdapi_perf_query_counter()
235 struct intel_perf_query_info *query = NULL; in intel_perf_register_mdapi_oa_query()
358 const struct intel_perf_query_info *copy_query = in intel_perf_register_mdapi_oa_query()
Dintel_perf_mdapi.h132 const struct intel_perf_query_info *query,
/third_party/mesa3d/src/intel/ds/
Dintel_pps_perf.h35 std::optional<struct intel_perf_query_info> find_query_by_name(const std::string &name) const;
37 std::vector<struct intel_perf_query_info*> get_queries() const;
55 std::optional<struct intel_perf_query_info> query = std::nullopt;
Dintel_pps_perf.cc101 std::optional<struct intel_perf_query_info> IntelPerf::find_query_by_name( in find_query_by_name()
105 struct intel_perf_query_info query = cfg->queries[i]; in find_query_by_name()
114 std::vector<struct intel_perf_query_info *> IntelPerf::get_queries() const in get_queries()
119 std::vector<struct intel_perf_query_info *> queries = {}; in get_queries()
122 struct intel_perf_query_info *query = &cfg->queries[i]; in get_queries()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c134 struct intel_perf_query_info *query = &perf_cfg->queries[group_index]; in iris_get_monitor_group_info()
298 const struct intel_perf_query_info *info = in iris_get_monitor_result()
299 intel_perf_query_info(monitor->query); in iris_get_monitor_result()
Diris_performance_query.c151 const struct intel_perf_query_info *info = &perf_cfg->queries[query_index]; in iris_get_perf_query_info()
174 const struct intel_perf_query_info *info = &perf_cfg->queries[query_index]; in iris_get_perf_counter_info()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c292 struct intel_perf_query_info *query = &perf_cfg->queries[group_index]; in crocus_get_monitor_group_info()
458 const struct intel_perf_query_info *info = in crocus_get_monitor_result()
459 intel_perf_query_info(monitor->query); in crocus_get_monitor_result()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c151 const struct intel_perf_query_info *query = &perf_cfg->queries[query_index]; in brw_get_perf_query_info()
205 const struct intel_perf_query_info *query = in brw_get_perf_counter_info()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c71 struct intel_perf_query_info **pass_query; in genX()
146 vk_multialloc_add(&ma, &pass_query, struct intel_perf_query_info *, in genX()
554 const struct intel_perf_query_info *query = pool->pass_query[p]; in genX()
571 const struct intel_perf_query_info *query = &device->physical->perf->queries[0]; in genX()
Danv_perf.c403 struct intel_perf_query_info *first_metric_set = &perf->queries[0]; in anv_AcquireProfilingLockKHR()
Danv_batch_chain.c2006 struct intel_perf_query_info *query_info = in anv_queue_execbuf_locked()
Danv_private.h4643 struct intel_perf_query_info **pass_query;