Home
last modified time | relevance | path

Searched refs:driver_bo_free (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/drm-shim/
Ddrm_shim.h53 void (*driver_bo_free)(struct shim_bo *bo); member
Ddevice.c326 if (shim_device.driver_bo_free) in drm_shim_bo_put()
327 shim_device.driver_bo_free(bo); in drm_shim_bo_put()
/third_party/mesa3d/src/broadcom/drm-shim/
Dv3dx.c360 shim_device.driver_bo_free = v3d_bo_free; in v3dX()