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

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_device.c84 fd_bo_cache_init(&dev->bo_cache, FALSE);
85 fd_bo_cache_init(&dev->ring_cache, TRUE);
H A Dfreedreno_bo_cache.c52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) function in typeref:typename:drm_private void
H A Dfreedreno_priv.h109 drm_private void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_device.c95 fd_bo_cache_init(&dev->bo_cache, FALSE);
96 fd_bo_cache_init(&dev->ring_cache, TRUE);
H A Dfreedreno_bo_cache.c50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) function in typeref:typename:void
H A Dfreedreno_priv.h103 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_device.c84 fd_bo_cache_init(&dev->bo_cache, false);
85 fd_bo_cache_init(&dev->ring_cache, true);
H A Dfreedreno_bo_cache.c50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) function in typeref:typename:void
H A Dfreedreno_priv.h160 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);

Completed in 8 milliseconds