mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
i965/fs: implement i2d and u2d
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
c63a6f2149
commit
efaf62a40a
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue