Searched refs:pb_cache (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_cache.h | 43 struct pb_cache *mgr; 48 struct pb_cache struct 69 struct pb_buffer *pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, 72 void pb_cache_release_all_buffers(struct pb_cache *mgr); 73 void pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, 75 void pb_cache_init(struct pb_cache *mgr, uint num_heaps, 80 void pb_cache_deinit(struct pb_cache *mgr);
|
| H A D | pb_cache.c | 29 #include "pb_cache.h" 40 struct pb_cache *mgr = entry->mgr; 85 struct pb_cache *mgr = entry->mgr; 122 struct pb_cache *mgr = entry->mgr; 147 pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, 227 pb_cache_release_all_buffers(struct pb_cache *mgr) 250 pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, 280 pb_cache_init(struct pb_cache *mgr, uint num_heaps, 311 pb_cache_deinit(struct pb_cache *mgr)
|
| H A D | pb_bufmgr_cache.c | 45 #include "pb_cache.h" 64 struct pb_cache cache;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_cache.h | 44 struct pb_cache *mgr; 49 struct pb_cache struct 71 struct pb_buffer *pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, 74 void pb_cache_release_all_buffers(struct pb_cache *mgr); 75 void pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, 77 void pb_cache_init(struct pb_cache *mgr, uint num_heaps, 83 void pb_cache_deinit(struct pb_cache *mgr);
|
| H A D | pb_cache.c | 29 #include "pb_cache.h" 40 struct pb_cache *mgr = entry->mgr; 85 struct pb_cache *mgr = entry->mgr; 122 struct pb_cache *mgr = entry->mgr; 147 pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, 227 pb_cache_release_all_buffers(struct pb_cache *mgr) 250 pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, 280 pb_cache_init(struct pb_cache *mgr, uint num_heaps, 313 pb_cache_deinit(struct pb_cache *mgr)
|
| H A D | pb_bufmgr_cache.c | 45 #include "pb_cache.h" 64 struct pb_cache cache;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.h | 31 #include "pipebuffer/pb_cache.h" 46 struct pb_cache bo_cache;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_winsys.h | 31 #include "pipebuffer/pb_cache.h" 58 struct pb_cache bo_cache;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| H A D | amdgpu_winsys.h | 31 #include "pipebuffer/pb_cache.h" 61 struct pb_cache bo_cache;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_winsys.h | 31 #include "pipebuffer/pb_cache.h" 58 struct pb_cache bo_cache;
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.9.rst | 35 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
|
| H A D | 18.0.1.rst | 33 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
|
| H A D | 18.1.0.rst | 66 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
|
| H A D | 21.3.0.rst | 2746 - gallium/pb_cache: use simple_mtx_t
|
| H A D | 21.1.0.rst | 3415 - winsys/amdgpu: disallow pb_cache for backing buffers of sparse buffers
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_screen.h | 40 #include "pipebuffer/pb_cache.h" 102 struct pb_cache bo_cache;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/ |
| H A D | Makefile.sources | 117 pipebuffer/pb_cache.c \ 118 pipebuffer/pb_cache.h \
|
Completed in 20 milliseconds