Home
last modified time | relevance | path

Searched refs:BO_CACHE (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/freedreno/
Dfreedreno_bo.c111 bo->bo_reuse = BO_CACHE; in fd_bo_new()
242 if ((bo->bo_reuse == BO_CACHE) && (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) in fd_bo_del()
Dfreedreno_priv.h168 BO_CACHE = 1, enumerator
/external/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c115 bo->bo_reuse = BO_CACHE; in _fd_bo_new()
259 if ((bo->bo_reuse == BO_CACHE) && (fd_bo_cache_free(&dev->bo_cache, bo) == 0)) in fd_bo_del()
Dfreedreno_priv.h164 BO_CACHE = 1, enumerator