Searched refs:pot_size (Results 1 – 3 of 3) sorted by relevance
561 unsigned pot_size = get_slab_pot_entry_size(screen, alloc_size); in zink_bo_create() local563 if (alignment <= pot_size) { in zink_bo_create()565 alloc_size = pot_size; in zink_bo_create()
1403 unsigned pot_size = get_slab_pot_entry_size(ws, alloc_size); in amdgpu_bo_create() local1405 if (alignment <= pot_size) { in amdgpu_bo_create()1407 alloc_size = pot_size; in amdgpu_bo_create()
760 unsigned pot_size = get_slab_pot_entry_size(bufmgr, alloc_size); in alloc_bo_from_slabs() local762 if (alignment <= pot_size) { in alloc_bo_from_slabs()764 alloc_size = pot_size; in alloc_bo_from_slabs()