Home
last modified time | relevance | path

Searched refs:pb_cache_entry (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.c38 destroy_buffer_locked(struct pb_cache_entry *entry) in destroy_buffer_locked()
61 struct pb_cache_entry *entry; in release_expired_buffers_locked()
66 entry = list_entry(curr, struct pb_cache_entry, head); in release_expired_buffers_locked()
83 pb_cache_add_buffer(struct pb_cache_entry *entry) in pb_cache_add_buffer()
119 pb_cache_is_buffer_compat(struct pb_cache_entry *entry, in pb_cache_is_buffer_compat()
151 struct pb_cache_entry *entry; in pb_cache_reclaim_buffer()
152 struct pb_cache_entry *cur_entry; in pb_cache_reclaim_buffer()
169 cur_entry = list_entry(cur, struct pb_cache_entry, head); in pb_cache_reclaim_buffer()
191 cur_entry = list_entry(cur, struct pb_cache_entry, head); in pb_cache_reclaim_buffer()
230 struct pb_cache_entry *buf; in pb_cache_release_all_buffers()
[all …]
Dpb_cache.h40 struct pb_cache_entry struct
70 void pb_cache_add_buffer(struct pb_cache_entry *entry);
75 void pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry,
Dpb_bufmgr_cache.c56 struct pb_cache_entry cache_entry;
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.h39 struct pb_cache_entry cache_entry;
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.h110 struct pb_cache_entry cache_entry[];
Damdgpu_bo.c494 init_pb_cache * sizeof(struct pb_cache_entry)); in amdgpu_create_bo()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.h111 struct pb_cache_entry cache_entry[];
Dzink_bo.c281 bo = CALLOC(1, sizeof(struct zink_bo) + init_pb_cache * sizeof(struct pb_cache_entry)); in bo_create_internal()