Searched refs:max_fences (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h51 unsigned max_fences; member in struct:radeon_bo::__anonfd69b33a010a::__anonfd69b33a0308
H A Dradeon_drm_cs.c523 if (bo->u.slab.num_fences >= bo->u.slab.max_fences) {
524 unsigned new_max_fences = bo->u.slab.max_fences + 1;
526 bo->u.slab.max_fences * sizeof(*new_fences),
534 bo->u.slab.max_fences = new_max_fences;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h115 unsigned max_fences; member in struct:amdgpu_winsys_bo
H A Damdgpu_cs.c1176 if (bo->num_fences + num_fences > bo->max_fences) {
1177 unsigned new_max_fences = MAX2(bo->num_fences + num_fences, bo->max_fences * 2);
1184 bo->max_fences = new_max_fences;
1195 drop = bo->num_fences + num_fences - bo->max_fences;
H A Damdgpu_bo.c167 bo->max_fences = 0;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.h51 unsigned max_fences; member in struct:radeon_bo::__anon64527eed010a::__anon64527eed0308
H A Dradeon_drm_cs.c552 if (bo->u.slab.num_fences >= bo->u.slab.max_fences) {
553 unsigned new_max_fences = bo->u.slab.max_fences + 1;
555 bo->u.slab.max_fences * sizeof(*new_fences),
563 bo->u.slab.max_fences = new_max_fences;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.h107 uint16_t max_fences; member in struct:amdgpu_winsys_bo
H A Damdgpu_cs.c1283 if (bo->num_fences + num_fences > bo->max_fences) {
1284 unsigned new_max_fences = MAX2(bo->num_fences + num_fences, bo->max_fences * 2);
1291 bo->max_fences = new_max_fences;
1305 drop = bo->num_fences + num_fences - bo->max_fences;
H A Damdgpu_bo.c163 bo->max_fences = 0;
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dfreedreno_bo.c114 bo->max_fences = 1;
538 bo->nr_fences = bo->max_fences = 0;

Completed in 22 milliseconds