Roll SwiftShader from 16f4b38bdc03 to 0b901607cad4 (3 revisions)

https://swiftshader.googlesource.com/SwiftShader.git/+log/16f4b38bdc03..0b901607cad4

2022-01-05 capn@google.com Remove the 'finite' parameter from reciprocal()
2022-01-05 capn@google.com Implement samplerMirrorClampToEdge
2022-01-05 capn@google.com Remove VK_KHR_xlib_surface support

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/swiftshader-dawn-autoroll
Please CC alanbaker@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in SwiftShader: https://bugs.chromium.org/p/swiftshader/issues/entry
To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Bug: None
Tbr: alanbaker@google.com
Change-Id: I83db44bcf8019cedd0d3044a418e1002b4a659ce
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/75500
Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS
index 7f8f22b..87c3e3a 100644
--- a/DEPS
+++ b/DEPS
@@ -133,7 +133,7 @@
   },
 
   'third_party/swiftshader': {
-    'url': '{swiftshader_git}/SwiftShader@16f4b38bdc034f5524cbf0cfd196a98a60a4b98b',
+    'url': '{swiftshader_git}/SwiftShader@0b901607cad4f70bee9ca37e5fc8790b5466d674',
     'condition': 'dawn_standalone',
   },