| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_pool.h | 47 size_t slab_size; member in struct:pan_pool 52 unsigned create_flags, size_t slab_size, const char *label) 56 pool->slab_size = slab_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| pan_resource.c | 564 size_t slab_size = (1 << (MAX_SLAB_ENTRY_SIZE + 1)); local 566 mem->slab.num_entries = slab_size / entry_size; 584 screen->driver->allocate_slab(screen, mem, slab_size / 4096, true, 0, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_bo.c | 159 ASSERTED unsigned slab_size = slab->buffer->base.size; local 161 assert(slab->base.num_entries * slab->entry_size <= slab_size); 829 unsigned slab_size = 0; local 845 slab_size = max_entry_size * 2; 858 if (entry_size * 5 > slab_size) 859 slab_size = util_next_power_of_two(entry_size * 5); 865 assert(slab_size != 0); 867 slab->buffer = zink_bo(zink_bo_create(screen, slab_size, slab_size, heap, 0, NULL)); 871 slab_size = slab->buffer->base.size [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_bo.c | 712 unsigned slab_size = 0; local 729 slab_size = max_entry_size * 2; 742 if (entry_size * 5 > slab_size) 743 slab_size = util_next_power_of_two(entry_size * 5); 750 slab_size < ws->info.pte_fragment_size) 751 slab_size = ws->info.pte_fragment_size; 755 assert(slab_size != 0); 758 slab_size, slab_size, 763 slab_size = slab->buffer->base.size 835 unsigned slab_size = slab->buffer->base.size; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/ |
| amdgpu_bo.c | 636 unsigned slab_size = 0; local 648 slab_size = max_entry_size * 2; 654 slab_size < ws->info.pte_fragment_size) 655 slab_size = ws->info.pte_fragment_size; 659 assert(slab_size != 0); 662 slab_size, slab_size,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_bufmgr.c | 634 unsigned slab_size = 0; local 650 slab_size = max_entry_size * 2; 666 if (entry_size * 5 > slab_size) 667 slab_size = util_next_power_of_two(entry_size * 5); 677 if (i == NUM_SLAB_ALLOCATORS - 1 && slab_size < pte_size) 678 slab_size = pte_size; 683 assert(slab_size != 0); 686 iris_bo_alloc(bufmgr, "slab", slab_size, slab_size, memzone, flags); 690 slab_size = slab->bo->size [all...] |