Searched refs:ring_cache (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_device.c85 fd_bo_cache_init(&dev->ring_cache, true);
120 fd_bo_cache_cleanup(&dev->ring_cache, 0);
134 fd_bo_cache_cleanup(&dev->ring_cache, 0);
H A Dfreedreno_bo.c146 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
277 (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
H A Dfreedreno_priv.h131 struct fd_bo_cache ring_cache; member in struct:fd_device
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_device.c85 fd_bo_cache_init(&dev->ring_cache, TRUE);
H A Dfreedreno_bo.c120 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
241 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
H A Dfreedreno_priv.h101 struct fd_bo_cache ring_cache; member in struct:fd_device
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_priv.h42 struct fd_bo_cache ring_cache; member in struct:msm_device
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_device.c96 fd_bo_cache_init(&dev->ring_cache, TRUE);
H A Dmsm_priv.h40 struct fd_bo_cache ring_cache; member in struct:msm_device
H A Dfreedreno_bo.c130 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache);
254 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
H A Dfreedreno_priv.h95 struct fd_bo_cache ring_cache; member in struct:fd_device
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst4194 - freedreno/drm: Also clean ring_cache

Completed in 22 milliseconds