Searched refs:bo_new (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo.c | 79 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, function in typeref:struct:fd_bo * 106 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); 120 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_bo.c | 83 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, function in typeref:struct:fd_bo * 110 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); 130 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_bo.c | 90 bo_new(struct fd_device *dev, uint32_t size, uint32_t flags, function in typeref:struct:fd_bo * 125 struct fd_bo *bo = bo_new(dev, size, flags, &dev->bo_cache); 146 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
|
Completed in 3 milliseconds