SPIRV-Cross/reference/shaders-ue4/asm
Bill Hollings ec054dad7f MSL: Support synthetic functions in function constants.
Emit synthetic functions before function constants.
Support use of spvQuantizeToF16() in function constants for numerical
behavior consistency with the op code.
Ensure subnormal results from OpQuantizeToF16 are flushed to zero per SPIR-V spec.

Adjust SPIRV-Cross unit test reference shaders to accommodate these changes.
Any MSL reference shader that inclues a synthetic function is affected,
since the location it is emitted has changed.
2021-09-28 19:10:16 -04:00
..
frag MSL: Selectively enable fast-math in MSL code to match Vulkan CTS results. 2021-09-22 18:58:31 -04:00
tesc Handle SPIR-V 1.4 selection constructs. 2021-06-28 12:23:44 +02:00
tese MSL: Sort builtin IO block members by builtin type. 2021-04-19 12:10:49 +02:00
vert MSL: Support synthetic functions in function constants. 2021-09-28 19:10:16 -04:00