glsl: Make accessor functions for ir_variable::interface_type.
authorPaul Berry <stereotype441@gmail.com>
Tue, 24 Sep 2013 21:30:29 +0000 (14:30 -0700)
committerPaul Berry <stereotype441@gmail.com>
Wed, 9 Oct 2013 23:49:26 +0000 (16:49 -0700)
commit22d3ef2df1f4fd6c4a0aaf17996fdcd9b70547cb
tree609e6c8706f024d684eb32b8de1e828a57dcefb6
parent6f19e552af7ab078cfefbcaa1560bb921ddcaf07
glsl: Make accessor functions for ir_variable::interface_type.

In a future patch, this will allow us to enforce invariants when the
interface type is updated.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/glsl/ast_to_hir.cpp
src/glsl/builtin_variables.cpp
src/glsl/ir.h
src/glsl/link_interface_blocks.cpp
src/glsl/link_uniform_block_active_visitor.cpp
src/glsl/link_uniforms.cpp
src/glsl/link_varyings.cpp
src/glsl/lower_named_interface_blocks.cpp
src/glsl/lower_ubo_reference.cpp