Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h43 struct pb_cache *mgr;
48 struct pb_cache struct
68 struct pb_buffer *pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, argument
71 void pb_cache_release_all_buffers(struct pb_cache *mgr);
72 void pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry,
74 void pb_cache_init(struct pb_cache *mgr, uint usecs, float size_factor,
78 void pb_cache_deinit(struct pb_cache *mgr);
Dpb_cache.c40 struct pb_cache *mgr = entry->mgr; in destroy_buffer_locked()
87 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()
225 pb_cache_release_all_buffers(struct pb_cache *mgr) in pb_cache_release_all_buffers()
248 pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, in pb_cache_init_entry()
273 pb_cache_init(struct pb_cache *mgr, uint usecs, float size_factor, in pb_cache_init()
298 pb_cache_deinit(struct pb_cache *mgr) in pb_cache_deinit()
Dpb_bufmgr_cache.c65 struct pb_cache cache;
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.h50 struct pb_cache bo_cache;
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.h72 struct pb_cache bo_cache;
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources100 pipebuffer/pb_cache.c \
101 pipebuffer/pb_cache.h \