Searched refs:bo_busy_t (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ | ||
| H A D | iris_perf.c | 83 typedef int (*bo_busy_t)(void *bo); typedef in typeref:typename:int (*)(void * bo) 103 perf_cfg->vtbl.bo_busy = (bo_busy_t)iris_bo_busy; |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ | ||
| H A D | crocus_monitor.c | 110 typedef int (*bo_busy_t)(void *bo); typedef in typeref:typename:int (*)(void * bo) 200 perf_cfg->vtbl.bo_busy = (bo_busy_t)crocus_bo_busy; |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ | ||
| H A D | brw_performance_query.c | 475 typedef int (*bo_busy_t)(void *bo); typedef in typeref:typename:int (*)(void * bo) 507 perf_cfg->vtbl.bo_busy = (bo_busy_t)brw_bo_busy; |
Completed in 4 milliseconds