pan/bi: Handle f2f* opcodes

Just more converts that got missed.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4382>
This commit is contained in:
Alyssa Rosenzweig 2020-03-27 14:40:04 -04:00 committed by Marge Bot
parent c2a8ef907b
commit aa77d8128e

View file

@ -379,6 +379,10 @@ bi_class_for_nir_alu(nir_op op)
case nir_op_u2f16:
case nir_op_u2f32:
case nir_op_u2f64:
case nir_op_f2f16:
case nir_op_f2f32:
case nir_op_f2f64:
case nir_op_f2fmp:
return BI_CONVERT;
case nir_op_vec2: