Re: [Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-22 Thread Matt Turner
On Thu, Jan 17, 2019 at 12:18 PM Jason Ekstrand wrote: > > On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga wrote: >> >> Source0 and Destination extract the floating-point precision automatically >> from the SrcType and DstType instruction fields respectively when they are >> set to types :F

Re: [Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-21 Thread Jason Ekstrand
On Mon, Jan 21, 2019 at 3:17 AM Iago Toral wrote: > On Fri, 2019-01-18 at 06:54 -0600, Jason Ekstrand wrote: > > > On January 18, 2019 04:47:51 Iago Toral wrote: > > On Thu, 2019-01-17 at 14:18 -0600, Jason Ekstrand wrote: > > On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga > wrote: > >

Re: [Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-21 Thread Iago Toral
On Fri, 2019-01-18 at 06:54 -0600, Jason Ekstrand wrote: > > > > > > On January 18, 2019 04:47:51 Iago Toral wrote: > > On Thu, 2019-01-17 at 14:18 -0600, Jason Ekstrand wrote: > > > On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga < > > > ito...@igalia.com> wrote: > > > > Source0 and

Re: [Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-18 Thread Jason Ekstrand
On January 18, 2019 04:47:51 Iago Toral wrote: On Thu, 2019-01-17 at 14:18 -0600, Jason Ekstrand wrote: On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga wrote: Source0 and Destination extract the floating-point precision automatically from the SrcType and DstType instruction fields

Re: [Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-18 Thread Iago Toral
On Thu, 2019-01-17 at 14:18 -0600, Jason Ekstrand wrote: > On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga > wrote: > > Source0 and Destination extract the floating-point precision > > automatically > > > > from the SrcType and DstType instruction fields respectively when > > they are > > >

Re: [Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-17 Thread Jason Ekstrand
On Tue, Jan 15, 2019 at 7:55 AM Iago Toral Quiroga wrote: > Source0 and Destination extract the floating-point precision automatically > from the SrcType and DstType instruction fields respectively when they are > set to types :F or :HF. For Source1 and Source2 operands, we use the new > 1-bit

[Mesa-dev] [PATCH v3 21/42] intel/compiler: set correct precision fields for 3-source float instructions

2019-01-15 Thread Iago Toral Quiroga
Source0 and Destination extract the floating-point precision automatically from the SrcType and DstType instruction fields respectively when they are set to types :F or :HF. For Source1 and Source2 operands, we use the new 1-bit fields Src1Type and Src2Type, where 0 means normal precision and 1