Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c561 unsigned pot_size = get_slab_pot_entry_size(screen, alloc_size); in zink_bo_create() local
563 if (alignment <= pot_size) { in zink_bo_create()
565 alloc_size = pot_size; in zink_bo_create()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1403 unsigned pot_size = get_slab_pot_entry_size(ws, alloc_size); in amdgpu_bo_create() local
1405 if (alignment <= pot_size) { in amdgpu_bo_create()
1407 alloc_size = pot_size; in amdgpu_bo_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c760 unsigned pot_size = get_slab_pot_entry_size(bufmgr, alloc_size); in alloc_bo_from_slabs() local
762 if (alignment <= pot_size) { in alloc_bo_from_slabs()
764 alloc_size = pot_size; in alloc_bo_from_slabs()