Searched defs:perf_cfg (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_monitor.c | 46 const struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_info() local 96 struct intel_perf_config *perf_cfg = intel_perf_new(screen); in iris_monitor_init_metrics() local 122 const struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_get_monitor_group_info() local 153 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_init_monitor_ctx() local 171 struct intel_perf_config *perf_cfg = screen->perf_cfg; in iris_create_monitor_object() local
|
D | iris_performance_query.c | 39 struct intel_perf_config *perf_cfg = NULL; in iris_init_perf_query_info() local 150 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in iris_get_perf_query_info() local 173 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in iris_get_perf_counter_info() local
|
D | iris_perf.c | 86 iris_perf_init_vtbl(struct intel_perf_config *perf_cfg) in iris_perf_init_vtbl()
|
D | iris_screen.h | 203 struct intel_perf_config *perf_cfg; member
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf_query.c | 592 struct intel_perf_config *perf_cfg, in intel_perf_init_context() 734 struct intel_perf_config *perf_cfg = perf_ctx->perf; in snapshot_query_layout() local 767 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_begin_query() local 926 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_end_query() local 1080 struct intel_perf_config *perf_cfg = perf_ctx->perf; in read_oa_samples_for_query() local 1123 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_wait_query() local 1158 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_is_query_ready() local 1436 struct intel_perf_config *perf_cfg = perf_ctx->perf; in intel_perf_delete_query() local 1488 struct intel_perf_config *perf_cfg = perf_ctx->perf; in get_oa_counter_data() local 1533 struct intel_perf_config *perf_cfg = perf_ctx->perf; in get_pipeline_stats_data() local [all …]
|
D | intel_perf.c | 288 intel_perf_load_metric_id(struct intel_perf_config *perf_cfg, in intel_perf_load_metric_id() 487 load_pipeline_statistic_metrics(struct intel_perf_config *perf_cfg, in load_pipeline_statistic_metrics() 781 intel_perf_load_configuration(struct intel_perf_config *perf_cfg, int fd, const char *guid) in intel_perf_load_configuration() 814 intel_perf_store_configuration(struct intel_perf_config *perf_cfg, int fd, in intel_perf_store_configuration() 1284 intel_perf_init_query_fields(struct intel_perf_config *perf_cfg, in intel_perf_init_query_fields() 1356 intel_perf_init_metrics(struct intel_perf_config *perf_cfg, in intel_perf_init_metrics()
|
D | intel_perf_mdapi.c | 140 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/ |
D | crocus_monitor.c | 60 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
|
D | crocus_monitor.h | 34 struct intel_perf_config *perf_cfg; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 150 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in brw_get_perf_query_info() local 204 struct intel_perf_config *perf_cfg = intel_perf_config(brw->perf_ctx); in brw_get_perf_counter_info() local 484 struct intel_perf_config *perf_cfg = intel_perf_config(perf_ctx); in brw_init_perf_query_info() local
|