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/
H A Dzink_bo.c105 get_slab_pot_entry_size(struct zink_screen *screen, unsigned size) in get_slab_pot_entry_size() function
116 unsigned entry_size = get_slab_pot_entry_size(screen, size); in get_slab_entry_alignment()
586 unsigned pot_size = get_slab_pot_entry_size(screen, alloc_size); in zink_bo_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c589 get_slab_pot_entry_size(struct iris_bufmgr *bufmgr, unsigned size) in get_slab_pot_entry_size() function
601 unsigned entry_size = get_slab_pot_entry_size(bufmgr, size); in get_slab_entry_alignment()
809 unsigned pot_size = get_slab_pot_entry_size(bufmgr, alloc_size); in alloc_bo_from_slabs()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c687 static unsigned get_slab_pot_entry_size(struct amdgpu_winsys *ws, unsigned size) in get_slab_pot_entry_size() function
698 unsigned entry_size = get_slab_pot_entry_size(ws, size); in get_slab_entry_alignment()
1374 unsigned pot_size = get_slab_pot_entry_size(ws, alloc_size); in amdgpu_bo_create()

Completed in 8 milliseconds