zink: implement nir_op_unpack_64_2x32 in ntv
it's really annoying to not have the full suite of these, so just do it Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16669>
This commit is contained in:
committed by
Marge Bot
parent
24725e572e
commit
5ff65a6ae7
@@ -2088,6 +2088,7 @@ emit_alu(struct ntv_context *ctx, nir_alu_instr *alu)
|
||||
|
||||
BUILTIN_UNOPF(nir_op_unpack_half_2x16, GLSLstd450UnpackHalf2x16)
|
||||
BUILTIN_UNOPF(nir_op_pack_64_2x32, GLSLstd450PackDouble2x32)
|
||||
BUILTIN_UNOPF(nir_op_unpack_64_2x32, GLSLstd450UnpackDouble2x32)
|
||||
#undef BUILTIN_UNOP
|
||||
#undef BUILTIN_UNOPF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user