Home
last modified time | relevance | path

Searched refs:emit_mi_report_perf_count (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_perf.c48 batch->screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in iris_perf_emit_mi_report_perf_count()
95 perf_cfg->vtbl.emit_mi_report_perf_count = in iris_perf_init_vtbl()
Diris_screen.h110 void (*emit_mi_report_perf_count)(struct iris_batch *batch, member
Diris_state.c8416 screen->vtbl.emit_mi_report_perf_count = iris_emit_mi_report_perf_count; in genX()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c144 screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in crocus_monitor_emit_mi_report_perf_count()
194 perf_cfg->vtbl.emit_mi_report_perf_count = in crocus_monitor_init_metrics()
Dcrocus_screen.h113 void (*emit_mi_report_perf_count)(struct crocus_batch *batch, member
Dcrocus_state.c9196 screen->vtbl.emit_mi_report_perf_count = crocus_emit_mi_report_perf_count;
/third_party/mesa3d/src/intel/perf/
Dintel_perf.h400 void (*emit_mi_report_perf_count)(void *ctx, member
Dintel_perf_query.c739 perf_cfg->vtbl.emit_mi_report_perf_count(perf_ctx->ctx, query->oa.bo, in snapshot_query_layout()