Searched refs:emit_mi_report_perf_count (Results 1 – 8 of 8) sorted by relevance
/external/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 | 105 void (*emit_mi_report_perf_count)(struct iris_batch *batch, member
|
D | iris_state.c | 7803 screen->vtbl.emit_mi_report_perf_count = iris_emit_mi_report_perf_count; in genX()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_performance_query.c | 429 ctx->vtbl.emit_mi_report_perf_count(ctx, in brw_oa_emit_mi_report_perf_count() 498 perf_cfg->vtbl.emit_mi_report_perf_count = in brw_init_perf_query_info()
|
D | brw_context.h | 712 void (*emit_mi_report_perf_count)(struct brw_context *brw, member
|
D | genX_state_upload.c | 4898 genX(emit_mi_report_perf_count)(struct brw_context *brw, argument 5924 brw->vtbl.emit_mi_report_perf_count = genX(emit_mi_report_perf_count);
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.h | 309 void (*emit_mi_report_perf_count)(void *ctx, member
|
D | gen_perf_query.c | 805 perf_cfg->vtbl.emit_mi_report_perf_count(perf_ctx->ctx, query->oa.bo, 0, in gen_perf_begin_query() 886 perf_cfg->vtbl.emit_mi_report_perf_count(perf_ctx->ctx, query->oa.bo, in gen_perf_end_query()
|