yuzu/src/video_core
ReinUsesLisp 46791c464a shader/conversion: Fix F2F rounding operations with different sizes
Rounding operations only matter when the conversion size of source and
destination is the same, i.e. .F16.F16, .F32.F32 and .F64.F64.

When there is a mismatch (.F16.F32), these bits are used for IEEE
rounding, we don't emulate this because GLSL and SPIR-V don't support
configuring it per operation.
2020-03-26 01:58:49 -03:00
..
2020-03-18 04:30:25 -03:00
2020-03-12 21:42:33 -03:00
2020-03-12 21:42:33 -03:00
2020-02-14 17:38:27 -03:00
2020-03-12 21:42:33 -03:00
2020-03-12 21:42:33 -03:00
2020-01-29 17:53:11 -03:00