Home
last modified time | relevance | path

Searched refs:get_slab_entry_alignment (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_bo.c114 static unsigned get_slab_entry_alignment(struct zink_screen *screen, unsigned size) in get_slab_entry_alignment() function
582 if (alignment > get_slab_entry_alignment(screen, alloc_size)) { in zink_bo_create()
1227 bo->base.alignment_log2 = util_logbase2(get_slab_entry_alignment(screen, entry_size)); in bo_slab_alloc()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c696 static unsigned get_slab_entry_alignment(struct amdgpu_winsys *ws, unsigned size) in get_slab_entry_alignment() function
776 bo->base.alignment_log2 = util_logbase2(get_slab_entry_alignment(ws, entry_size)); in amdgpu_bo_slab_alloc()
1370 if (alignment > get_slab_entry_alignment(ws, alloc_size)) { in amdgpu_bo_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c599 get_slab_entry_alignment(struct iris_bufmgr *bufmgr, unsigned size) in get_slab_entry_alignment() function
805 if (alignment > get_slab_entry_alignment(bufmgr, alloc_size)) { in alloc_bo_from_slabs()

Completed in 8 milliseconds