Home
last modified time | relevance | path

Searched refs:ring_cache (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/freedreno/drm/
Dfreedreno_device.c85 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()
Dfreedreno_bo.c134 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()
Dmsm_priv.h42 struct fd_bo_cache ring_cache; member
Dfreedreno_priv.h95 struct fd_bo_cache ring_cache; member
/external/libdrm/freedreno/
Dfreedreno_bo.c123 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()
Dfreedreno_device.c85 fd_bo_cache_init(&dev->ring_cache, TRUE); in fd_device_new()
Dfreedreno_priv.h101 struct fd_bo_cache ring_cache; member
/external/libdrm/freedreno/msm/
Dmsm_priv.h42 struct fd_bo_cache ring_cache; member
/external/mesa3d/docs/relnotes/
D20.3.0.rst4194 - freedreno/drm: Also clean ring_cache