Searched refs:fd_bo_cache_free (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo_cache.c | 194 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) function in typeref:typename:drm_private int
|
| H A D | freedreno_bo.c | 239 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 D | freedreno_priv.h | 113 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 D | freedreno_bo_cache.c | 192 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) function in typeref:typename:int
|
| H A D | freedreno_bo.c | 252 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 D | freedreno_priv.h | 107 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 186 fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo) function in typeref:typename:int
|
| H A D | freedreno_bo.c | 273 (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) 277 (fd_bo_cache_free(&dev->ring_cache, bo) == 0))
|
| H A D | freedreno_priv.h | 164 int fd_bo_cache_free(struct fd_bo_cache *cache, struct fd_bo *bo);
|
Completed in 7 milliseconds