Re: [Mesa-dev] [PATCH 10/45] spirv: Enable FPRoundingMode decorator to nir operations

2017-08-23 Thread Chema Casanova
El 17/08/17 a las 21:16, Jason Ekstrand escribió: > On Thu, Jul 13, 2017 at 7:35 AM, Alejandro Piñeiro > mailto:apinhe...@igalia.com>> wrote: > > From: Jose Maria Casanova Crespo > > > SpvOpFConvert now manages the FPRoundingMode decorator for the > re

Re: [Mesa-dev] [PATCH 10/45] spirv: Enable FPRoundingMode decorator to nir operations

2017-08-17 Thread Jason Ekstrand
On Thu, Jul 13, 2017 at 7:35 AM, Alejandro Piñeiro wrote: > From: Jose Maria Casanova Crespo > > SpvOpFConvert now manages the FPRoundingMode decorator for the > returning values enabling the nir_rounding_mode in the conversion > operation to fp16 values. > --- > src/compiler/spirv/vtn_alu.c |

[Mesa-dev] [PATCH 10/45] spirv: Enable FPRoundingMode decorator to nir operations

2017-07-13 Thread Alejandro Piñeiro
From: Jose Maria Casanova Crespo SpvOpFConvert now manages the FPRoundingMode decorator for the returning values enabling the nir_rounding_mode in the conversion operation to fp16 values. --- src/compiler/spirv/vtn_alu.c | 33 - 1 file changed, 32 insertions(+), 1