Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno_bo.c108 bo->bo_reuse = BO_CACHE; in fd_bo_new()
239 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
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_bo.c135 bo->bo_reuse = BO_CACHE; in _fd_bo_new()
280 if ((bo->bo_reuse == BO_CACHE) && in bo_del_or_recycle()
Dfreedreno_priv.h341 BO_CACHE = 1, enumerator