Searched refs:ring_cache (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/freedreno/drm/ |
D | freedreno_device.c | 85 fd_bo_cache_init(&dev->ring_cache, true); in fd_device_new() 114 fd_bo_cache_cleanup(&dev->ring_cache, 0); in fd_device_del_impl()
|
D | freedreno_bo.c | 134 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring() 261 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0)) in fd_bo_del()
|
D | msm_priv.h | 42 struct fd_bo_cache ring_cache; member
|
D | freedreno_priv.h | 95 struct fd_bo_cache ring_cache; member
|
/external/libdrm/freedreno/ |
D | freedreno_bo.c | 123 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); in fd_bo_new_ring() 244 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
|
/external/libdrm/freedreno/msm/ |
D | msm_priv.h | 42 struct fd_bo_cache ring_cache; member
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 4194 - freedreno/drm: Also clean ring_cache
|