Home
last modified time | relevance | path

Searched refs:new_max_chunks (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/zink/
Dzink_bo.c479 unsigned new_max_chunks = 2 * backing->max_chunks; in sparse_backing_free() local
483 sizeof(*backing->chunks) * new_max_chunks); in sparse_backing_free()
487 backing->max_chunks = new_max_chunks; in sparse_backing_free()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1095 unsigned new_max_chunks = 2 * backing->max_chunks; in sparse_backing_free() local
1099 sizeof(*backing->chunks) * new_max_chunks); in sparse_backing_free()
1103 backing->max_chunks = new_max_chunks; in sparse_backing_free()