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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_perf.c75 typedef void (*bo_unmap_t)(void *); typedef in typeref:typename:void (*)(void *)
91 perf_cfg->vtbl.bo_unmap = (bo_unmap_t)iris_bo_unmap;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c101 typedef void (*bo_unmap_t)(void *); typedef in typeref:typename:void (*)(void *)
192 perf_cfg->vtbl.bo_unmap = (bo_unmap_t)crocus_bo_unmap;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_performance_query.c439 typedef void (*bo_unmap_t)(void *); typedef in typeref:typename:void (*)(void *)
497 perf_cfg->vtbl.bo_unmap = (bo_unmap_t)brw_bo_unmap;

Completed in 3 milliseconds