Re: [Mesa-dev] [PATCH v2 38/53] intel/compiler: handle 64-bit to 8-bit conversions

2019-01-02 Thread Iago Toral
On Wed, 2019-01-02 at 11:59 +0200, Pohjolainen, Topi wrote: > On Wed, Dec 19, 2018 at 12:51:06PM +0100, Iago Toral Quiroga wrote: > > These are not directly supported in hardware and > > brw_nir_lower_conversions > > should have taken care of that before we get here. > > It looks that there are tw

Re: [Mesa-dev] [PATCH v2 38/53] intel/compiler: handle 64-bit to 8-bit conversions

2019-01-02 Thread Pohjolainen, Topi
On Wed, Dec 19, 2018 at 12:51:06PM +0100, Iago Toral Quiroga wrote: > These are not directly supported in hardware and brw_nir_lower_conversions > should have taken care of that before we get here. It looks that there are two things actually happening here: 1) For int64/uint64 to 8-case the suppo

[Mesa-dev] [PATCH v2 38/53] intel/compiler: handle 64-bit to 8-bit conversions

2018-12-19 Thread Iago Toral Quiroga
These are not directly supported in hardware and brw_nir_lower_conversions should have taken care of that before we get here. --- src/intel/compiler/brw_fs_nir.cpp | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/intel/compiler/brw_fs_nir.cpp b/src/intel/compiler/brw_