pan/bi: Implement nir_op_bcsel

No condition fusing yet.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4139>
This commit is contained in:
Alyssa Rosenzweig
2020-03-10 08:32:56 -04:00
committed by Marge Bot
parent 3a1baafede
commit d3823551b4
+3
View File
@@ -237,6 +237,9 @@ bi_class_for_nir_alu(nir_op op)
case nir_op_isub:
return BI_ISUB;
case nir_op_bcsel:
return BI_CSEL;
case nir_op_i2i8:
case nir_op_i2i16:
case nir_op_i2i32: