Home
last modified time | relevance | path

Searched refs:fd_bo_cache_free (Results 1 - 6 of 6) sorted by relevance

/third_party/libdrm/freedreno/
H A Dfreedreno_bo.c239 if ((bo->bo_reuse == BO_CACHE) && (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) in fd_bo_del()
241 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0)) in fd_bo_del()
H A Dfreedreno_bo_cache.c194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free() function
H A Dfreedreno_priv.h113 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
/third_party/mesa3d/src/freedreno/drm/
H A Dfreedreno_bo_cache.c188 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) in fd_bo_cache_free() function
H A Dfreedreno_bo.c281 (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) in bo_del_or_recycle()
285 (fd_bo_cache_free(&dev->ring_cache, bo) == 0)) in bo_del_or_recycle()
H A Dfreedreno_priv.h190 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);

Completed in 4 milliseconds