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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_perf.c83 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 Dcrocus_monitor.c110 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 Dbrw_performance_query.c475 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 5 milliseconds