vkd3d-proton icon indicating copy to clipboard operation
vkd3d-proton copied to clipboard

Support RelaxedPrecision in DXBC

Open HansKristian-Work opened this issue 2 years ago • 2 comments

Emits tons of RelaxedPrecision now in Hellblade FSR implementation. Untested if it helps performance in any meaningful way.

HansKristian-Work avatar Dec 03 '21 13:12 HansKristian-Work

misses decoration on

  • fabs
  • fmin, fmax
  • fsat
  • fma

basically all OpExtInst if I see correctly.

daniel-schuermann avatar Dec 15 '21 13:12 daniel-schuermann

misses decoration on

* fabs

* fmin, fmax

* fsat

* fma

basically all OpExtInst if I see correctly.

I think all of those should be covered.

HansKristian-Work avatar May 30 '22 10:05 HansKristian-Work

Emits tons of RelaxedPrecision now in Hellblade FSR implementation. Untested if it helps performance in any meaningful way.

@HansKristian-Work does it benefit performance improvement for DX12 game?

yunbiaolin avatar Dec 06 '22 00:12 yunbiaolin