Home
last modified time | relevance | path

Searched refs:bo_unmap_t (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_perf.c75 typedef void (*bo_unmap_t)(void *); typedef
91 perf_cfg->vtbl.bo_unmap = (bo_unmap_t)iris_bo_unmap; in iris_perf_init_vtbl()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c101 typedef void (*bo_unmap_t)(void *); typedef
192 perf_cfg->vtbl.bo_unmap = (bo_unmap_t)crocus_bo_unmap; in crocus_monitor_init_metrics()