Re: [Mesa-dev] [PATCH 06/61] nir/validator: Validate that all used variables exist

2018-03-29 Thread Jason Ekstrand
On Thu, Mar 29, 2018 at 2:19 PM, Kenneth Graunke wrote: > On Friday, March 23, 2018 2:42:12 PM PDT Jason Ekstrand wrote: > > We were validating this for locals but nothing else. > > --- > > src/compiler/nir/nir_validate.c | 16 +--- > > 1 file changed, 9 insertions(+), 7 deletions(-)

Re: [Mesa-dev] [PATCH 06/61] nir/validator: Validate that all used variables exist

2018-03-29 Thread Kenneth Graunke
On Friday, March 23, 2018 2:42:12 PM PDT Jason Ekstrand wrote: > We were validating this for locals but nothing else. > --- > src/compiler/nir/nir_validate.c | 16 +--- > 1 file changed, 9 insertions(+), 7 deletions(-) > > diff --git a/src/compiler/nir/nir_validate.c b/src/compiler/ni

[Mesa-dev] [PATCH 06/61] nir/validator: Validate that all used variables exist

2018-03-23 Thread Jason Ekstrand
We were validating this for locals but nothing else. --- src/compiler/nir/nir_validate.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/compiler/nir/nir_validate.c b/src/compiler/nir/nir_validate.c index a49948f..e9d6bd5 100644 --- a/src/compiler/nir/nir_v