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

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_bo_cache.c194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) function in typeref:typename:drm_private int
H A Dfreedreno_bo.c239 if ((bo->bo_reuse == BO_CACHE) && (fd_bo_cache_free(&dev->bo_cache, bo) == 0))
241 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
H A Dfreedreno_priv.h113 drm_private int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c192 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) function in typeref:typename:int
H A Dfreedreno_bo.c252 if ((bo->bo_reuse == BO_CACHE) && (fd_bo_cache_free(&dev->bo_cache, bo) == 0))
254 if ((bo->bo_reuse == RING_CACHE) && (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
H A Dfreedreno_priv.h107 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_bo_cache.c186 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) function in typeref:typename:int
H A Dfreedreno_bo.c273 (fd_bo_cache_free(&dev->bo_cache, bo) == 0))
277 (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
H A Dfreedreno_priv.h164 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);

Completed in 7 milliseconds