Searched refs:fd_bo_cache_init (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_device.c | 84 fd_bo_cache_init(&dev->bo_cache, FALSE); 85 fd_bo_cache_init(&dev->ring_cache, TRUE);
|
| H A D | freedreno_bo_cache.c | 52 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) function in typeref:typename:drm_private void
|
| H A D | freedreno_priv.h | 109 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 D | freedreno_device.c | 95 fd_bo_cache_init(&dev->bo_cache, FALSE); 96 fd_bo_cache_init(&dev->ring_cache, TRUE);
|
| H A D | freedreno_bo_cache.c | 50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) function in typeref:typename:void
|
| H A D | freedreno_priv.h | 103 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 84 fd_bo_cache_init(&dev->bo_cache, false); 85 fd_bo_cache_init(&dev->ring_cache, true);
|
| H A D | freedreno_bo_cache.c | 50 fd_bo_cache_init(struct fd_bo_cache *cache, int coarse) function in typeref:typename:void
|
| H A D | freedreno_priv.h | 160 void fd_bo_cache_init(struct fd_bo_cache *cache, int coarse);
|
Completed in 8 milliseconds