How to use FFmpeg with Vulkan and OpenCL together?

I’m trying to re-encode a video, that needed to be filtered by bwdif and unsharp.

To reduce time I want to use the GPU one. However the two are in different API.

FFmpeg document only shows how to use one API only.

So question is how to use them together?