Home
last modified time | relevance | path

Searched refs:get_slab_pot_entry_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c99 get_slab_pot_entry_size(struct zink_screen *screen, unsigned size) in get_slab_pot_entry_size() function
110 unsigned entry_size = get_slab_pot_entry_size(screen, size); in get_slab_entry_alignment()
561 unsigned pot_size = get_slab_pot_entry_size(screen, alloc_size); in zink_bo_create()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c683 static unsigned get_slab_pot_entry_size(struct amdgpu_winsys *ws, unsigned size) in get_slab_pot_entry_size() function
694 unsigned entry_size = get_slab_pot_entry_size(ws, size); in get_slab_entry_alignment()
1403 unsigned pot_size = get_slab_pot_entry_size(ws, alloc_size); in amdgpu_bo_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c560 get_slab_pot_entry_size(struct iris_bufmgr *bufmgr, unsigned size) in get_slab_pot_entry_size() function
572 unsigned entry_size = get_slab_pot_entry_size(bufmgr, size); in get_slab_entry_alignment()
760 unsigned pot_size = get_slab_pot_entry_size(bufmgr, alloc_size); in alloc_bo_from_slabs()