Searched refs:pb_cache (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
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, argument 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);
|
D | pb_cache.c | 40 struct pb_cache *mgr = entry->mgr; in destroy_buffer_locked() 85 struct pb_cache *mgr = entry->mgr; in pb_cache_add_buffer() 122 struct pb_cache *mgr = entry->mgr; in pb_cache_is_buffer_compat() 147 pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, in pb_cache_reclaim_buffer() 227 pb_cache_release_all_buffers(struct pb_cache *mgr) in pb_cache_release_all_buffers() 250 pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, in pb_cache_init_entry() 280 pb_cache_init(struct pb_cache *mgr, uint num_heaps, in pb_cache_init() 311 pb_cache_deinit(struct pb_cache *mgr) in pb_cache_deinit()
|
D | pb_bufmgr_cache.c | 64 struct pb_cache cache;
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.h | 48 struct pb_cache bo_cache;
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.h | 58 struct pb_cache bo_cache;
|
/external/mesa3d/docs/relnotes/ |
D | 17.3.9.rst | 35 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
|
D | 18.0.1.rst | 33 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
|
D | 18.1.0.rst | 66 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
|
/external/mesa3d/src/gallium/auxiliary/ |
D | Makefile.sources | 120 pipebuffer/pb_cache.c \ 121 pipebuffer/pb_cache.h \
|
D | meson.build | 140 'pipebuffer/pb_cache.c', 141 'pipebuffer/pb_cache.h',
|