Home
last modified time | relevance | path

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

/external/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()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_performance_query.c437 typedef void (*bo_unmap_t)(void *); typedef
495 perf_cfg->vtbl.bo_unmap = (bo_unmap_t)brw_bo_unmap; in brw_init_perf_query_info()