Home
last modified time | relevance | path

Searched refs:bo_from_handle (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c59 static struct fd_bo * bo_from_handle(struct fd_device *dev, in bo_from_handle() function
64 bo = dev->funcs->bo_from_handle(dev, size, handle); in bo_from_handle()
102 bo = bo_from_handle(dev, size, handle); in bo_new()
154 bo = bo_from_handle(dev, size, handle); in fd_bo_from_handle()
186 bo = bo_from_handle(dev, size, handle); in fd_bo_from_dmabuf()
219 bo = bo_from_handle(dev, req.size, req.handle); in fd_bo_from_name()
Dmsm_device.c41 .bo_from_handle = msm_bo_from_handle,
Dfreedreno_priv.h58 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member
/external/libdrm/freedreno/
Dfreedreno_bo.c58 static struct fd_bo * bo_from_handle(struct fd_device *dev, in bo_from_handle() function
63 bo = dev->funcs->bo_from_handle(dev, size, handle); in bo_from_handle()
98 bo = bo_from_handle(dev, size, handle); in bo_new()
140 bo = bo_from_handle(dev, size, handle); in fd_bo_from_handle()
172 bo = bo_from_handle(dev, size, handle); in fd_bo_from_dmabuf()
205 bo = bo_from_handle(dev, req.size, req.handle); in fd_bo_from_name()
Dfreedreno_priv.h64 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member
/external/libdrm/etnaviv/
Detnaviv_bo.c79 static struct etna_bo *bo_from_handle(struct etna_device *dev, in bo_from_handle() function
127 bo = bo_from_handle(dev, size, req.handle, flags); in etna_bo_new()
186 bo = bo_from_handle(dev, req.size, req.handle, 0); in etna_bo_from_name()
226 bo = bo_from_handle(dev, size, handle, 0); in etna_bo_from_dmabuf()
/external/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c88 static struct etna_bo *bo_from_handle(struct etna_device *dev, in bo_from_handle() function
139 bo = bo_from_handle(dev, size, req.handle, flags); in etna_bo_new()
200 bo = bo_from_handle(dev, req.size, req.handle, 0); in etna_bo_from_name()
242 bo = bo_from_handle(dev, size, handle, 0); in etna_bo_from_dmabuf()
/external/libdrm/omap/
Domap_drm.c172 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle() function
211 bo = bo_from_handle(dev, req.handle); in omap_bo_new_impl()
300 bo = bo_from_handle(dev, req.handle); in omap_bo_from_name()
336 bo = bo_from_handle(dev, req.handle); in omap_bo_from_dmabuf()
/external/libdrm/freedreno/kgsl/
Dkgsl_device.c43 .bo_from_handle = kgsl_bo_from_handle,
/external/libdrm/freedreno/msm/
Dmsm_device.c43 .bo_from_handle = msm_bo_from_handle,