On Tue, May 01, 2018 at 02:34:15PM -0700, Jason Ekstrand wrote:
> On Wed, Mar 7, 2018 at 5:08 AM, Pohjolainen, Topi <
> topi.pohjolai...@gmail.com> wrote:
>
> > On Fri, Jan 26, 2018 at 05:59:55PM -0800, Jason Ekstrand wrote:
> > > By making use of the NIR helper for uint vector casts, we should no
On Wed, Mar 7, 2018 at 5:08 AM, Pohjolainen, Topi <
topi.pohjolai...@gmail.com> wrote:
> On Fri, Jan 26, 2018 at 05:59:55PM -0800, Jason Ekstrand wrote:
> > By making use of the NIR helper for uint vector casts, we should now be
> > able to bitcast between any two uint formats so long as their cha
On Fri, Jan 26, 2018 at 05:59:55PM -0800, Jason Ekstrand wrote:
> By making use of the NIR helper for uint vector casts, we should now be
> able to bitcast between any two uint formats so long as their channels
> are in RGBA order (possibly with channels missing). In order to do this
> we need to
By making use of the NIR helper for uint vector casts, we should now be
able to bitcast between any two uint formats so long as their channels
are in RGBA order (possibly with channels missing). In order to do this
we need to rework the key a bit to pass the actual formats instead of
just the numb