mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
zink: add more compares
Acked-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
06859b70b9
commit
86c0217ee9
1 changed files with 1 additions and 0 deletions
|
|
@ -839,6 +839,7 @@ emit_alu(struct ntv_context *ctx, nir_alu_instr *alu)
|
|||
BINOP(nir_op_fmul, SpvOpFMul)
|
||||
BINOP(nir_op_fdiv, SpvOpFDiv)
|
||||
BINOP(nir_op_fmod, SpvOpFMod)
|
||||
BINOP(nir_op_ilt, SpvOpSLessThan)
|
||||
BINOP(nir_op_ige, SpvOpSGreaterThanEqual)
|
||||
BINOP(nir_op_ieq, SpvOpIEqual)
|
||||
BINOP(nir_op_ine, SpvOpINotEqual)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue