Home
last modified time | relevance | path

Searched defs:perf_cfg (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_monitor.c46 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_info() local
109 struct intel_perf_config *perf_cfg = intel_perf_new(screen); in iris_monitor_init_metrics() local
135 const struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_group_info() local
166 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_init_monitor_ctx() local
184 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_create_monitor_object() local
Diris_performance_query.c41 struct intel_perf_config *perf_cfg = NULL; in iris_init_perf_query_info() local
152 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in iris_get_perf_query_info() local
175 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in iris_get_perf_counter_info() local
Diris_perf.c86 iris_perf_init_vtbl(struct intel_perf_config *perf_cfg) in iris_perf_init_vtbl()
Diris_screen.h205 struct intel_perf_config *perf_cfg; member
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c587 struct intel_perf_config *perf_cfg, in intel_perf_init_context()
729 struct intel_perf_config *perf_cfg = perf_ctx->perf; in snapshot_query_layout() local
763 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_begin_query() local
922 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_end_query() local
1076 struct intel_perf_config *perf_cfg = perf_ctx->perf; in read_oa_samples_for_query() local
1119 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_wait_query() local
1154 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_is_query_ready() local
1431 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_delete_query() local
1483 struct intel_perf_config *perf_cfg = perf_ctx->perf; in get_oa_counter_data() local
1528 struct intel_perf_config *perf_cfg = perf_ctx->perf; in get_pipeline_stats_data() local
[all …]
Dintel_perf.c286 intel_perf_load_metric_id(struct intel_perf_config *perf_cfg, in intel_perf_load_metric_id()
498 load_pipeline_statistic_metrics(struct intel_perf_config *perf_cfg, in load_pipeline_statistic_metrics()
800 intel_perf_load_configuration(struct intel_perf_config *perf_cfg, int fd, const char *guid) in intel_perf_load_configuration()
833 intel_perf_store_configuration(struct intel_perf_config *perf_cfg, int fd, in intel_perf_store_configuration()
1318 intel_perf_init_query_fields(struct intel_perf_config *perf_cfg, in intel_perf_init_query_fields()
1403 intel_perf_init_metrics(struct intel_perf_config *perf_cfg, in intel_perf_init_metrics()
Dintel_perf_mdapi.c140 intel_perf_register_mdapi_statistic_query(struct intel_perf_config *perf_cfg, in intel_perf_register_mdapi_statistic_query()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c60 const struct intel_perf_config *perf_cfg = monitor_cfg->perf_cfg; in crocus_get_monitor_info() local
180 struct intel_perf_config *perf_cfg = NULL; in crocus_monitor_init_metrics() local
280 const struct intel_perf_config *perf_cfg = monitor_cfg->perf_cfg; in crocus_get_monitor_group_info() local
312 struct intel_perf_config *perf_cfg = monitor_cfg->perf_cfg; in crocus_init_monitor_ctx() local
331 struct intel_perf_config *perf_cfg = monitor_cfg->perf_cfg; in crocus_create_monitor_object() local
Dcrocus_monitor.h34 struct intel_perf_config *perf_cfg; member