Searched refs:emit_mi_report_perf_count (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_perf.c | 48 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()
|
D | iris_screen.h | 110 void (*emit_mi_report_perf_count)(struct iris_batch *batch, member
|
D | iris_state.c | 8416 screen->vtbl.emit_mi_report_perf_count = iris_emit_mi_report_perf_count; in genX()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_monitor.c | 144 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()
|
D | crocus_screen.h | 113 void (*emit_mi_report_perf_count)(struct crocus_batch *batch, member
|
D | crocus_state.c | 9196 screen->vtbl.emit_mi_report_perf_count = crocus_emit_mi_report_perf_count;
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.h | 400 void (*emit_mi_report_perf_count)(void *ctx, member
|
D | intel_perf_query.c | 739 perf_cfg->vtbl.emit_mi_report_perf_count(perf_ctx->ctx, query->oa.bo, in snapshot_query_layout()
|