Home
last modified time | relevance | path

Searched refs:fd_bo_cache_init (Results 1 – 6 of 6) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno_device.c84 fd_bo_cache_init(&dev->bo_cache, FALSE); in fd_device_new()
85 fd_bo_cache_init(&dev->ring_cache, TRUE); in fd_device_new()
Dfreedreno_bo_cache.c52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() function
Dfreedreno_priv.h109 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_device.c92 fd_bo_cache_init(&dev->bo_cache, false); in fd_device_new()
93 fd_bo_cache_init(&dev->ring_cache, true); in fd_device_new()
Dfreedreno_bo_cache.c50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) in fd_bo_cache_init() function
Dfreedreno_priv.h186 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);