Re: [Mesa-dev] [PATCH 4/9] nir: Use nir_src_is_const and nir_src_as_* in core code

2018-10-23 Thread Michel Dänzer
Hi Jason, this change caused an assertion failure for me during make check, in the nir/tests/vars_tests test under src/compiler. See the attached backtrace. -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa

[Mesa-dev] [PATCH 4/9] nir: Use nir_src_is_const and nir_src_as_* in core code

2018-10-20 Thread Jason Ekstrand
--- src/compiler/glsl/gl_nir_lower_samplers.c | 7 ++- src/compiler/nir/nir_deref.c| 14 ++ src/compiler/nir/nir_gather_info.c | 6 ++ src/compiler/nir/nir_gs_count_vertices.c| 7 +++ src/compiler/nir/nir_lower_clip.c