11f91505d9
The parameter `nr` is currenlty an `int` but it only gets assigned to an `unsigned int`. Make it clear in the function signature what's actually required. Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19423>