glsl: Fix lower_named_interface_blocks to account for dereferences of consts. 97/7497/1
authorPaul Berry <stereotype441@gmail.com>
Sun, 14 Jul 2013 15:57:49 +0000 (08:57 -0700)
committerPaul Berry <stereotype441@gmail.com>
Mon, 15 Jul 2013 14:59:52 +0000 (07:59 -0700)
commit428e0302100a82ab8ed5734eabd781ae36882fad
tree13fc7a95f475563d28a4a961938c159093411cc1
parentb2265db8e77b531e380c47bb5bf31a3c0aa36e08
glsl: Fix lower_named_interface_blocks to account for dereferences of consts.

In certain rare cases (such as those involving dereference of a
literal constant array of structs),
flatten_named_interface_blocks_declarations's rvalue visitor may be
invoked on an ir_dereference_record whose variable_referenced() method
returns NULL.

Check for this case to avoid a segfault.

Prevents crashes in piglit tests
{vs,fs}-deref-literal-array-of-structs.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/glsl/lower_named_interface_blocks.cpp