Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_cache.h75 void pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry,
Dpb_bufmgr_cache.c245 pb_cache_init_entry(&mgr->cache, &buf->cache_entry, &buf->base, 0); in pb_cache_manager_create_buffer()
Dpb_cache.c250 pb_cache_init_entry(struct pb_cache *mgr, struct pb_cache_entry *entry, in pb_cache_init_entry() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c294 pb_cache_init_entry(&screen->pb.bo_cache, bo->cache_entry, &bo->base, heap); in bo_create_internal()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c680 pb_cache_init_entry(&rws->bo_cache, &bo->u.real.cache_entry, &bo->base, in radeon_create_bo()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c501 pb_cache_init_entry(&ws->bo_cache, bo->cache_entry, &bo->base, in amdgpu_create_bo()