Searched refs:ring_cache (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 85 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 D | freedreno_bo.c | 146 struct fd_bo *bo = bo_new(dev, size, flags, &dev->ring_cache); 277 (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
|
| H A D | freedreno_priv.h | 131 struct fd_bo_cache ring_cache; member in struct:fd_device
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_device.c | 85 fd_bo_cache_init(&dev->ring_cache, TRUE);
|
| H A D | freedreno_bo.c | 120 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 D | freedreno_priv.h | 101 struct fd_bo_cache ring_cache; member in struct:fd_device
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_priv.h | 42 struct fd_bo_cache ring_cache; member in struct:msm_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 96 fd_bo_cache_init(&dev->ring_cache, TRUE);
|
| H A D | msm_priv.h | 40 struct fd_bo_cache ring_cache; member in struct:msm_device
|
| H A D | freedreno_bo.c | 130 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 D | freedreno_priv.h | 95 struct fd_bo_cache ring_cache; member in struct:fd_device
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 4194 - freedreno/drm: Also clean ring_cache
|
Completed in 22 milliseconds