Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h70 void pb_cache_add_buffer(struct pb_cache *mgr, struct pb_cache_entry *entry);
H A Dpb_bufmgr_cache.c119 pb_cache_add_buffer(&mgr->cache, &buf->cache_entry); in pb_cache_buffer_destroy()
H A Dpb_cache.c111 pb_cache_add_buffer(struct pb_cache *mgr, struct pb_cache_entry *entry) in pb_cache_add_buffer() function
/aosp_15_r20/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c412 pb_cache_add_buffer(&rws->bo_cache, &bo->u.real.cache_entry); in radeon_bo_destroy_or_cache()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c235 pb_cache_add_buffer(&screen->pb.bo_cache, bo->cache_entry); in bo_destroy_or_cache()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c244 pb_cache_add_buffer(&aws->bo_cache, &((struct amdgpu_bo_real_reusable*)bo)->cache_entry); in amdgpu_bo_destroy_or_cache()