Does DLSS support multiple evaluations in single view?

I try to use anti-aliasing and super resolution of DLSS for one view. Therefore I insert two DLSS passes after finishing constructing view.

  • DLSS pass 1: Use DLAA mode and generate the evaluated result.
  • DLSS pass 2: Use PERFORMANCE mode with input which is evaluated result of pass 1

Each pass has its own feature instance.

But I found that I can not enable both two passes at same time, or the second pass will generate black result.

After my attempts, I found that multiple evaluations can be done if different input and output resources are used each time.