pan/va: Add missing <clamp/> to V2F32_TO_V2F16

For parity with Bifrost.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14833>
This commit is contained in:
Alyssa Rosenzweig
2022-01-28 17:17:25 -05:00
committed by Marge Bot
parent 3fff018c98
commit 0f9007985d

View File

@@ -1392,6 +1392,7 @@
Given a pair of 32-bit floats, output a pair of 16-bit floats packed into
a 32-bit destination.
</desc>
<clamp/>
<src>A</src>
<src>B</src>
</group>