mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 11:00:11 +01:00
zink: handle isign alu in ntv
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5562>
This commit is contained in:
parent
21fe5b0ffd
commit
49c13fccf7
1 changed files with 1 additions and 0 deletions
|
|
@ -1239,6 +1239,7 @@ emit_alu(struct ntv_context *ctx, nir_alu_instr *alu)
|
|||
BUILTIN_UNOP(nir_op_ftrunc, GLSLstd450Trunc)
|
||||
BUILTIN_UNOP(nir_op_fround_even, GLSLstd450RoundEven)
|
||||
BUILTIN_UNOP(nir_op_fsign, GLSLstd450FSign)
|
||||
BUILTIN_UNOP(nir_op_isign, GLSLstd450SSign)
|
||||
BUILTIN_UNOP(nir_op_fsin, GLSLstd450Sin)
|
||||
BUILTIN_UNOP(nir_op_fcos, GLSLstd450Cos)
|
||||
#undef BUILTIN_UNOP
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue