i965/fs: implement i2d and u2d

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Iago Toral Quiroga 2016-01-12 14:08:57 +01:00 committed by Samuel Iglesias Gonsálvez
parent c63a6f2149
commit efaf62a40a

View file

@ -724,6 +724,8 @@ fs_visitor::nir_emit_alu(const fs_builder &bld, nir_alu_instr *instr)
return;
case nir_op_f2d:
case nir_op_i2d:
case nir_op_u2d:
case nir_op_d2f:
case nir_op_d2i:
case nir_op_d2u: