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/
H A Dzink_bo.c586 unsigned pot_size = get_slab_pot_entry_size(screen, alloc_size); in zink_bo_create() local
588 if (alignment <= pot_size) { in zink_bo_create()
590 alloc_size = pot_size; in zink_bo_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c809 unsigned pot_size = get_slab_pot_entry_size(bufmgr, alloc_size); in alloc_bo_from_slabs() local
811 if (alignment <= pot_size) { in alloc_bo_from_slabs()
813 alloc_size = pot_size; in alloc_bo_from_slabs()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c1374 unsigned pot_size = get_slab_pot_entry_size(ws, alloc_size); in amdgpu_bo_create() local
1376 if (alignment <= pot_size) { in amdgpu_bo_create()
1378 alloc_size = pot_size; in amdgpu_bo_create()

Completed in 8 milliseconds