zink: handle nir_op_pack_64_2x32

Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11392>
This commit is contained in:
Mike Blumenkrantz 2021-04-05 12:00:04 -04:00 committed by Marge Bot
parent 9753dec07d
commit 541af28cb2
1 changed files with 1 additions and 1 deletions

View File

@ -1671,7 +1671,7 @@ emit_alu(struct ntv_context *ctx, nir_alu_instr *alu)
BUILTIN_UNOP(nir_op_ifind_msb, GLSLstd450FindSMsb)
BUILTIN_UNOP(nir_op_pack_half_2x16, GLSLstd450PackHalf2x16)
BUILTIN_UNOP(nir_op_unpack_half_2x16, GLSLstd450UnpackHalf2x16)
BUILTIN_UNOP(nir_op_pack_64_2x32, GLSLstd450PackDouble2x32)
#undef BUILTIN_UNOP
case nir_op_frcp: