Searched refs:bo_from_handle (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/freedreno/drm/ |
D | freedreno_bo.c | 59 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()
|
D | msm_device.c | 41 .bo_from_handle = msm_bo_from_handle,
|
D | freedreno_priv.h | 58 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member
|
/external/libdrm/freedreno/ |
D | freedreno_bo.c | 58 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()
|
D | freedreno_priv.h | 64 struct fd_bo * (*bo_from_handle)(struct fd_device *dev, member
|
/external/libdrm/etnaviv/ |
D | etnaviv_bo.c | 79 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/ |
D | etnaviv_bo.c | 88 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/ |
D | omap_drm.c | 172 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/ |
D | kgsl_device.c | 43 .bo_from_handle = kgsl_bo_from_handle,
|
/external/libdrm/freedreno/msm/ |
D | msm_device.c | 43 .bo_from_handle = msm_bo_from_handle,
|