glsl: Rename link_fs_input_layout_qualifiers to "inout".
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 28 Jun 2016 17:00:18 +0000 (10:00 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 20 Aug 2016 20:52:25 +0000 (13:52 -0700)
commit7db81d9a873e2e8008c245169fe158bf8b05e92b
tree8ed968ffbf8ff3b8ab85576c489ad3a86ef05c2b
parent7e3e1bed03e15b7ee1dd0a686c66b2b4b4737b41
glsl: Rename link_fs_input_layout_qualifiers to "inout".

We're going to handle output qualifiers here too, and calling it "inout"
seems to be the going convention.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/compiler/glsl/linker.cpp