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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_bo.c108 static unsigned get_slab_entry_alignment(struct zink_screen *screen, unsigned size) function in typeref:typename:unsigned
557 if (alignment > get_slab_entry_alignment(screen, alloc_size)) {
892 bo->base.alignment_log2 = util_logbase2(get_slab_entry_alignment(screen, entry_size));
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c692 static unsigned get_slab_entry_alignment(struct amdgpu_winsys *ws, unsigned size) function in typeref:typename:unsigned
780 bo->base.alignment_log2 = util_logbase2(get_slab_entry_alignment(ws, entry_size));
1399 if (alignment > get_slab_entry_alignment(ws, alloc_size)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c570 get_slab_entry_alignment(struct iris_bufmgr *bufmgr, unsigned size) function in typeref:typename:unsigned
763 if (alignment > get_slab_entry_alignment(bufmgr, alloc_size)) {

Completed in 8 milliseconds