Searched refs:batch_references_t (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_perf.c81 typedef bool (*batch_references_t)(void *batch, void *bo); typedef in typeref:typename:bool (*)(void * batch,void * bo)
100 perf_cfg->vtbl.batch_references = (batch_references_t)iris_batch_references;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c108 typedef bool (*batch_references_t)(void *batch, void *bo); typedef in typeref:typename:bool (*)(void * batch,void * bo)
197 perf_cfg->vtbl.batch_references = (batch_references_t)crocus_batch_references;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c473 typedef bool (*batch_references_t)(void *batch, void *bo); typedef in typeref:typename:bool (*)(void * batch,void * bo)
505 perf_cfg->vtbl.batch_references = (batch_references_t)brw_batch_references;

Completed in 4 milliseconds