Searched refs:batch_references_t (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ | ||
| H A D | iris_perf.c | 81 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 D | crocus_monitor.c | 108 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 D | brw_performance_query.c | 473 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