Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.h40 #define NUM_SLAB_ALLOCATORS 3 macro
53 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
54 struct pb_slabs bo_slabs_encrypted[NUM_SLAB_ALLOCATORS];
Damdgpu_winsys.c135 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in do_winsys_deinit()
432 NUM_SLAB_ALLOCATORS; in amdgpu_winsys_create()
435 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in amdgpu_winsys_create()
Damdgpu_bo.c239 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in amdgpu_clean_up_buffer_managers()
632 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in get_slabs()
686 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) { in amdgpu_bo_slab_alloc()
696 if (i == NUM_SLAB_ALLOCATORS - 1 && in amdgpu_bo_slab_alloc()
1303 struct pb_slabs *last_slab = &slabs[NUM_SLAB_ALLOCATORS - 1]; in amdgpu_bo_create()