Home
last modified time | relevance | path

Searched refs:batch_references (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_perf.c100 perf_cfg->vtbl.batch_references = (batch_references_t)iris_batch_references; in iris_perf_init_vtbl()
/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c1084 assert(!perf_cfg->vtbl.batch_references(current_batch, query->oa.bo) && in read_oa_samples_for_query()
1147 if (perf_cfg->vtbl.batch_references(current_batch, bo)) in intel_perf_wait_query()
1165 !perf_cfg->vtbl.batch_references(current_batch, query->oa.bo) && in intel_perf_is_query_ready()
1170 !perf_cfg->vtbl.batch_references(current_batch, query->pipeline_stats.bo) && in intel_perf_is_query_ready()
Dintel_perf.h370 bool (*batch_references)(void *batch, void *bo); member
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c505 perf_cfg->vtbl.batch_references = (batch_references_t)brw_batch_references; in brw_init_perf_query_info()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c197 perf_cfg->vtbl.batch_references = (batch_references_t)crocus_batch_references; in crocus_monitor_init_metrics()