Searched refs:pb_cache (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
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, argument 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);
|
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() 313 pb_cache_deinit(struct pb_cache *mgr) in pb_cache_deinit()
|
D | pb_bufmgr_cache.c | 64 struct pb_cache cache;
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.h | 58 struct pb_cache bo_cache;
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.h | 61 struct pb_cache bo_cache;
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.h | 135 struct pb_cache bo_cache;
|
/third_party/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]:
|
D | 21.3.0.rst | 2746 - gallium/pb_cache: use simple_mtx_t
|
D | 21.1.0.rst | 3415 - winsys/amdgpu: disallow pb_cache for backing buffers of sparse buffers
|
/third_party/mesa3d/src/gallium/auxiliary/ |
D | meson.build | 135 'pipebuffer/pb_cache.c', 136 'pipebuffer/pb_cache.h',
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 1735 "../src/gallium/auxiliary/pipebuffer/pb_cache.c", 1736 "../src/gallium/auxiliary/pipebuffer/pb_cache.h",
|