mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
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:
parent
c2a8ef907b
commit
aa77d8128e
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue