Re: [Mesa-dev] [PATCH 12/22] spirv/nir: implement DF conversions

2016-12-02 Thread Samuel Iglesias Gonsálvez
On Thu, 2016-12-01 at 18:50 -0800, Jason Ekstrand wrote: > On Fri, Nov 25, 2016 at 12:52 AM, Juan A. Suarez Romero lia.com> wrote: > > From: Samuel Iglesias Gonsálvez > > > > SPIR-V does not have special opcodes for DF conversions. We need to > > identify >

Re: [Mesa-dev] [PATCH 12/22] spirv/nir: implement DF conversions

2016-12-01 Thread Jason Ekstrand
On Fri, Nov 25, 2016 at 12:52 AM, Juan A. Suarez Romero wrote: > From: Samuel Iglesias Gonsálvez > > SPIR-V does not have special opcodes for DF conversions. We need to > identify > them by checking the bit size of the operand and the result. > >

[Mesa-dev] [PATCH 12/22] spirv/nir: implement DF conversions

2016-11-25 Thread Juan A. Suarez Romero
From: Samuel Iglesias Gonsálvez SPIR-V does not have special opcodes for DF conversions. We need to identify them by checking the bit size of the operand and the result. Signed-off-by: Samuel Iglesias Gonsálvez --- src/compiler/spirv/spirv_to_nir.c