This is already fixed in master it seems
2018-07-26 17:59 GMT+02:00 Jason Ekstrand :
> In 1beef89ad85c47fb6, we made a bunch of changes to NIR to allow for
> more than four components. This assert was added to trigger if we ever
> saw a vec16 input variable. However, it didn't take into account
In 1beef89ad85c47fb6, we made a bunch of changes to NIR to allow for
more than four components. This assert was added to trigger if we ever
saw a vec16 input variable. However, it didn't take into account the
fact that we can get matrices as input/output variables and they break
this assumption w