Searched refs:ring_cache (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_device.c | 93 fd_bo_cache_init(&dev->ring_cache, true); in fd_device_new() 147 fd_bo_cache_cleanup(&dev->ring_cache, 0); in fd_device_purge() 162 fd_bo_cache_cleanup(&dev->ring_cache, 0); in fd_device_del_impl()
|
D | freedreno_bo.c | 154 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring() 285 (fd_bo_cache_free(&dev->ring_cache, bo) == 0)) in bo_del_or_recycle()
|
D | freedreno_priv.h | 138 struct fd_bo_cache ring_cache; member
|
/third_party/libdrm/freedreno/ |
D | freedreno_bo.c | 120 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring() 241 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0)) in fd_bo_del()
|
D | freedreno_device.c | 85 fd_bo_cache_init(&dev->ring_cache, TRUE); in fd_device_new()
|
D | freedreno_priv.h | 101 struct fd_bo_cache ring_cache; member
|
/third_party/libdrm/freedreno/msm/ |
D | msm_priv.h | 42 struct fd_bo_cache ring_cache; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 4194 - freedreno/drm: Also clean ring_cache
|