Home
last modified time | relevance | path

Searched refs:NUM_SLAB_ALLOCATORS (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.h40 #define NUM_SLAB_ALLOCATORS 3 macro
66 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
Damdgpu_winsys.c142 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in do_winsys_deinit()
464 NUM_SLAB_ALLOCATORS; in amdgpu_winsys_create()
467 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in amdgpu_winsys_create()
Damdgpu_bo.c242 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) in amdgpu_clean_up_buffer_managers()
642 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in get_slabs()
720 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in amdgpu_bo_slab_alloc()
745 if (i == NUM_SLAB_ALLOCATORS - 1 && in amdgpu_bo_slab_alloc()
1355 struct pb_slabs *last_slab = &ws->bo_slabs[NUM_SLAB_ALLOCATORS - 1]; in amdgpu_bo_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h75 #define NUM_SLAB_ALLOCATORS 3 macro
136 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
Dzink_bo.c92 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in get_slabs()
199 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in clean_up_buffer_managers()
563 struct pb_slabs *last_slab = &slabs[NUM_SLAB_ALLOCATORS - 1]; in zink_bo_create()
1180 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in bo_slab_alloc()
1282 NUM_SLAB_ALLOCATORS; in zink_bo_init()
1285 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in zink_bo_init()
1308 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in zink_bo_deinit()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c172 #define NUM_SLAB_ALLOCATORS 3 macro
245 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
577 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in get_slabs()
674 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in iris_slab_alloc()
707 if (i == NUM_SLAB_ALLOCATORS - 1 && slab_size < pte_size) in iris_slab_alloc()
786 struct pb_slabs *last_slab = &bufmgr->bo_slabs[NUM_SLAB_ALLOCATORS - 1]; in alloc_bo_from_slabs()
1756 for (int i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in iris_bufmgr_destroy()
2467 (max_slab_order - min_slab_order) / NUM_SLAB_ALLOCATORS; in iris_bufmgr_create()
2470 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in iris_bufmgr_create()