On Wednesday, December 02, 2015 10:54:39 AM Connor Abbott wrote:
> On Wed, Dec 2, 2015 at 3:26 AM, Kenneth Graunke wrote:
> > Normally, get_nir_src() won't return an immediate value - it moves it to
> > a temporary VGRF. There are consumers of get_nir_src() that rely on
> > this, and are unprepar
On Wed, Dec 2, 2015 at 7:54 AM, Connor Abbott wrote:
> On Wed, Dec 2, 2015 at 3:26 AM, Kenneth Graunke wrote:
>> Normally, get_nir_src() won't return an immediate value - it moves it to
>> a temporary VGRF. There are consumers of get_nir_src() that rely on
>> this, and are unprepared to handle i
On Wed, Dec 2, 2015 at 7:54 AM, Connor Abbott wrote:
> On Wed, Dec 2, 2015 at 3:26 AM, Kenneth Graunke wrote:
>> Normally, get_nir_src() won't return an immediate value - it moves it to
>> a temporary VGRF. There are consumers of get_nir_src() that rely on
>> this, and are unprepared to handle i
On Wed, Dec 2, 2015 at 3:26 AM, Kenneth Graunke wrote:
> Normally, get_nir_src() won't return an immediate value - it moves it to
> a temporary VGRF. There are consumers of get_nir_src() that rely on
> this, and are unprepared to handle immediate values.
>
> This patch introduces new helpers whic
Normally, get_nir_src() won't return an immediate value - it moves it to
a temporary VGRF. There are consumers of get_nir_src() that rely on
this, and are unprepared to handle immediate values.
This patch introduces new helpers which return immediates for single
component constant values, and VGR