mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
lima/ppir: drop fge/flt/feq/fne options
These are supposed to be lowered into sge/slt/seq/sne equivalents. Reviewed-by: Connor Abbott <cwabbott0@gmail.com> Reviewed-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Andreas Baierl <ichgeh@imkreisrum.de> Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
This commit is contained in:
parent
576341324d
commit
fbd5d9ebb5
1 changed files with 0 additions and 4 deletions
|
|
@ -188,13 +188,9 @@ static int nir_to_ppir_opcodes[nir_num_opcodes] = {
|
|||
[nir_op_fceil] = ppir_op_ceil,
|
||||
[nir_op_ffract] = ppir_op_fract,
|
||||
[nir_op_sge] = ppir_op_ge,
|
||||
[nir_op_fge] = ppir_op_ge,
|
||||
[nir_op_slt] = ppir_op_lt,
|
||||
[nir_op_flt] = ppir_op_lt,
|
||||
[nir_op_seq] = ppir_op_eq,
|
||||
[nir_op_feq] = ppir_op_eq,
|
||||
[nir_op_sne] = ppir_op_ne,
|
||||
[nir_op_fne] = ppir_op_ne,
|
||||
[nir_op_fcsel] = ppir_op_select,
|
||||
[nir_op_inot] = ppir_op_not,
|
||||
[nir_op_ftrunc] = ppir_op_trunc,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue