Best way to render deferred render-passes without anti-aliasing

I want to render a scene with movie render queue with multiple passes, to extract for example an world depth image. It however seems like if I turn on anti-aliasing, it will be applied to all the render-passes, while I only want it for the main render. What’s the best way to solve this? (We currently do two different renders but it’s inefficient)