Searched refs:pb_cache_reclaim_buffer (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_cache.h | 71 struct pb_buffer *pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size,
|
H A D | pb_bufmgr_cache.c | 211 pb_cache_reclaim_buffer(&mgr->cache, size, desc->alignment, in pb_cache_manager_create_buffer()
|
H A D | pb_cache.c | 147 pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, in pb_cache_reclaim_buffer() function
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_bo.c | 644 pb_cache_reclaim_buffer(&screen->pb.bo_cache, size, alignment, 0, heap); in zink_bo_create()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_bo.c | 1062 bo = radeon_bo(pb_cache_reclaim_buffer(&ws->bo_cache, size, alignment, in radeon_winsys_bo_create()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.c | 1428 pb_cache_reclaim_buffer(&ws->bo_cache, size, alignment, 0, heap); in amdgpu_bo_create()
|
Completed in 8 milliseconds