Home
last modified time | relevance | path

Searched refs:bo_new (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c99 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() function
112 bo = dev->funcs->bo_new(dev, size, flags); in bo_new()
133 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); in _fd_bo_new()
154 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring()
Dfreedreno_priv.h95 struct fd_bo *(*bo_new)(struct fd_device *dev, uint32_t size, uint32_t flags); member
/third_party/libdrm/freedreno/
Dfreedreno_bo.c79 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() function
106 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); in fd_bo_new()
120 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_device.c39 .bo_new = msm_bo_new,
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_device.c43 .bo_new = virtio_bo_new,