mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
nir/vtn: Support SpvOpIsNormal via fisnormal
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6355>
This commit is contained in:
parent
9ebbed6ddc
commit
e6e6f52206
1 changed files with 2 additions and 0 deletions
|
|
@ -353,6 +353,8 @@ vtn_nir_alu_op_for_spirv_opcode(struct vtn_builder *b,
|
|||
case SpvOpDPdxCoarse: return nir_op_fddx_coarse;
|
||||
case SpvOpDPdyCoarse: return nir_op_fddy_coarse;
|
||||
|
||||
case SpvOpIsNormal: return nir_op_fisnormal;
|
||||
|
||||
default:
|
||||
vtn_fail("No NIR equivalent: %u", opcode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue