Home
last modified time | relevance | path

Searched refs:pb_cache (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h43 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);
Dpb_cache.c40 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()
Dpb_bufmgr_cache.c64 struct pb_cache cache;
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.h48 struct pb_cache bo_cache;
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h58 struct pb_cache bo_cache;
/external/mesa3d/docs/relnotes/
D17.3.9.rst35 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
D18.0.1.rst33 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
D18.1.0.rst66 - mesa-17.1.7/src/gallium/auxiliary/pipebuffer/pb_cache.c:169]:
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources120 pipebuffer/pb_cache.c \
121 pipebuffer/pb_cache.h \
Dmeson.build140 'pipebuffer/pb_cache.c',
141 'pipebuffer/pb_cache.h',