mesa/src/compiler
Jason Ekstrand 5664713d7b nir: Handle incomplete derefs in split_struct_vars
In split_var_list_structs where we initalize the splitting, we already
use get_complex_used_vars to avoid splitting any variables that have a
complex use.  However, we weren't actually handling the complex uses
properly in the case where we can't actually find the variable.

Fixes: f1cb3348f1 "nir/split_vars: Properly bail in the presence of ..."
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6332>
2020-11-03 22:18:28 +00:00
..
glsl nir/builder: Add a nir_ieq_imm helper 2020-11-03 22:18:28 +00:00
nir nir: Handle incomplete derefs in split_struct_vars 2020-11-03 22:18:28 +00:00
spirv nir/builder: Add a nir_ieq_imm helper 2020-11-03 22:18:28 +00:00
Android.glsl.gen.mk android: util: Move xxd.py to util 2020-10-11 23:22:34 +02:00
Android.glsl.mk
Android.mk
Android.nir.gen.mk android: fix SPIR-V -> NIR build 2020-10-12 22:26:05 +00:00
Android.nir.mk android: fix libmesa_nir build 2017-07-21 08:47:56 +03:00
builtin_type_macros.h nir/vtn: Add support for kernel images to SPIRV-to-NIR. 2020-08-31 21:17:39 +00:00
glsl_types.cpp compiler/types: Allow images and samplers in get_explicit_type_for_size_align 2020-10-20 23:46:42 +02:00
glsl_types.h nir: Add a pass to lower vec3s to vec4s 2020-10-02 07:30:49 +00:00
Makefile.sources nir: add pass to optimize uniform atomics 2020-10-13 12:47:21 +00:00
meson.build spirv: add some tests for volatile/available/visible 2020-09-01 17:15:22 +00:00
nir_types.cpp nir/glsl: add a glsl_ivec4_type() helper 2020-10-13 21:21:32 +00:00
nir_types.h nir/glsl: add a glsl_ivec4_type() helper 2020-10-13 21:21:32 +00:00
SConscript spirv: Fix building with SCons 2018-03-30 14:33:03 -06:00
SConscript.glsl util: Move xxd.py to util 2020-10-07 21:52:04 +00:00
SConscript.nir nir: mako all the intrinsics 2018-03-27 08:36:37 -04:00
SConscript.spirv scons: fix SPIR-V -> NIR build 2020-10-13 16:53:10 +01:00
shader_enums.c compiler: add INTERP_MODE_COLOR for radeonsi 2020-09-02 23:03:00 -04:00
shader_enums.h compiler: add INTERP_MODE_COLOR for radeonsi 2020-09-02 23:03:00 -04:00
shader_info.h nir: add new helper passes that lower uniforms to literals 2020-10-07 17:30:12 +00:00