While working on [Firefox's bug 1828123](https://bugzilla.mozilla.org/show_bug.cgi?id=1828123), I noticed that we don't have a dedicated type for our `SamplerDescriptor::mipmap_filter`, like the [spec.'s `GPUSamplerDescriptor.mipmapFilter`](https://gpuweb.github.io/gpuweb/#dictdef-gpusamplerdescriptor) does ([permalink](https://github.com/gpuweb/gpuweb/blob/e7c919b61096995eca1ddac2b792d83b3fedc395/spec/index.bs#L5414-L5417)). We re-use `FilterMode`, which until [last year](https://github.com/gpuweb/gpuweb/pull/2667) was accurate.