Sure, you are translating DirectX to Vulkan and that work is done on the CPU. So it may need emulation. But the Vulkan instructions passed to the GPU are effectively native. The amount of work the GPU has to do to execute against those calls is the same regardless of CPU architecture.
Only the CPU code has to be emulated. The GPU runs natively.
That does not help with poorly supported GPUs of course.