Home
last modified time | relevance | path

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

/third_party/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()
95 bo = bo_from_handle(dev, size, handle); in bo_new()
137 bo = bo_from_handle(dev, size, handle); in fd_bo_from_handle()
169 bo = bo_from_handle(dev, size, handle); in fd_bo_from_dmabuf()
202 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
/third_party/libdrm/etnaviv/
Detnaviv_bo.c75 static struct etna_bo *bo_from_handle(struct etna_device *dev, in bo_from_handle() function
118 bo = bo_from_handle(dev, size, req.handle, flags); in etna_bo_new()
177 bo = bo_from_handle(dev, req.size, req.handle, 0); in etna_bo_from_name()
217 bo = bo_from_handle(dev, size, handle, 0); in etna_bo_from_dmabuf()
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_bo.c153 static struct etna_bo *bo_from_handle(struct etna_device *dev, in bo_from_handle() function
206 bo = bo_from_handle(dev, size, req.handle, flags); in etna_bo_new()
248 bo = bo_from_handle(dev, req.size, req.handle, 0); in etna_bo_from_name()
291 bo = bo_from_handle(dev, size, handle, 0); in etna_bo_from_dmabuf()
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c77 bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) in bo_from_handle() function
83 bo = dev->funcs->bo_from_handle(dev, size, handle); in bo_from_handle()
174 bo = bo_from_handle(dev, size, handle); in fd_bo_from_handle()
206 bo = bo_from_handle(dev, size, handle); in fd_bo_from_dmabuf()
240 bo = bo_from_handle(dev, req.size, req.handle); in fd_bo_from_name()
Dfreedreno_priv.h100 struct fd_bo *(*bo_from_handle)(struct fd_device *dev, uint32_t size, member
/third_party/libdrm/omap/
Domap_drm.c172 static struct omap_bo * bo_from_handle(struct omap_device *dev, in bo_from_handle() function
208 bo = bo_from_handle(dev, req.handle); in omap_bo_new_impl()
297 bo = bo_from_handle(dev, req.handle); in omap_bo_from_name()
333 bo = bo_from_handle(dev, req.handle); in omap_bo_from_dmabuf()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_bo.c262 bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle) in bo_from_handle() function
309 struct fd_bo *bo = bo_from_handle(dev, size, handle); in virtio_bo_from_handle()
391 struct fd_bo *bo = bo_from_handle(dev, size, args.bo_handle); in virtio_bo_new()
Dvirtio_device.c44 .bo_from_handle = virtio_bo_from_handle,
/third_party/libdrm/freedreno/msm/
Dmsm_device.c43 .bo_from_handle = msm_bo_from_handle,
/third_party/libdrm/freedreno/kgsl/
Dkgsl_device.c43 .bo_from_handle = kgsl_bo_from_handle,
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_device.c40 .bo_from_handle = msm_bo_from_handle,