Searched refs:bo_new (Results 1 – 2 of 2) sorted by relevance
/third_party/libdrm/freedreno/ |
D | freedreno_bo.c | 82 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() function 109 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); in fd_bo_new() 123 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring()
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_bo.c | 90 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, in bo_new() function 125 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); in _fd_bo_new() 146 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring()
|