Files
mesa/src
Karmjit Mahil af346cd77f util/idalloc: Fix util_idalloc_foreach() build issue
Currently `util_idalloc_foreach()` isn't being used in the codebase
but if used it causes a build error as `num_used` doesn't exist.
Fix that by using `num_set_elements`.

Fixes: 0589dfe4e2 ("util/idalloc: optimize foreach by tracking the greatest non-zero element")
Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32546>
2024-12-10 08:29:00 +00:00
..
2024-11-26 20:45:41 +00:00
2024-10-21 01:14:35 +00:00
2024-12-09 12:14:04 +00:00
2024-12-09 21:16:04 +00:00
2024-09-06 17:34:17 +00:00
2024-11-26 20:45:41 +00:00