Searched refs:NUM_SLAB_ALLOCATORS (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h41 #define NUM_SLAB_ALLOCATORS 3 macro
51 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
H A Damdgpu_winsys.c138 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
350 NUM_SLAB_ALLOCATORS;
353 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
H A Damdgpu_bo.c225 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++)
602 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
642 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
653 if (i == NUM_SLAB_ALLOCATORS - 1 &&
1321 struct pb_slabs *last_slab = &ws->bo_slabs[NUM_SLAB_ALLOCATORS - 1];
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h40 #define NUM_SLAB_ALLOCATORS 3 macro
66 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
67 struct pb_slabs bo_slabs_encrypted[NUM_SLAB_ALLOCATORS];
H A Damdgpu_winsys.c139 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
454 NUM_SLAB_ALLOCATORS;
457 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
H A Damdgpu_bo.c242 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
638 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
724 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
749 if (i == NUM_SLAB_ALLOCATORS - 1 &&
1379 struct pb_slabs *last_slab = &slabs[NUM_SLAB_ALLOCATORS - 1];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h62 #define NUM_SLAB_ALLOCATORS 3 macro
103 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
H A Dzink_bo.c86 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
183 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
538 struct pb_slabs *last_slab = &slabs[NUM_SLAB_ALLOCATORS - 1];
840 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
947 NUM_SLAB_ALLOCATORS;
950 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
975 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_bufmgr.c173 #define NUM_SLAB_ALLOCATORS 3 macro
241 struct pb_slabs bo_slabs[NUM_SLAB_ALLOCATORS];
548 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
644 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
677 if (i == NUM_SLAB_ALLOCATORS - 1 && slab_size < pte_size)
743 struct pb_slabs *last_slab = &bufmgr->bo_slabs[NUM_SLAB_ALLOCATORS - 1];
1655 for (int i = 0; i < NUM_SLAB_ALLOCATORS; i++) {
2320 (max_slab_order - min_slab_order) / NUM_SLAB_ALLOCATORS;
2323 for (unsigned i = 0; i < NUM_SLAB_ALLOCATORS; i++) {

Completed in 22 milliseconds