summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/link_interface_blocks.cpp
diff options
context:
space:
mode:
authorTimothy Arceri <timothy.arceri@collabora.com>2016-03-08 22:33:44 +1100
committerTimothy Arceri <timothy.arceri@collabora.com>2016-03-09 09:21:36 +1100
commit3026b3565a0df4c70feb009d2d9780229df25311 (patch)
treeec52b872be93cfa479826f906d1eec40bd76aff8 /src/compiler/glsl/link_interface_blocks.cpp
parentebc419fcbddb80648c526efc2b15e15e474724e3 (diff)
downloadexternal_mesa3d-3026b3565a0df4c70feb009d2d9780229df25311.zip
external_mesa3d-3026b3565a0df4c70feb009d2d9780229df25311.tar.gz
external_mesa3d-3026b3565a0df4c70feb009d2d9780229df25311.tar.bz2
glsl: make interstage_match() static
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Diffstat (limited to 'src/compiler/glsl/link_interface_blocks.cpp')
-rw-r--r--src/compiler/glsl/link_interface_blocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/link_interface_blocks.cpp b/src/compiler/glsl/link_interface_blocks.cpp
index 64c30fe..9d36836 100644
--- a/src/compiler/glsl/link_interface_blocks.cpp
+++ b/src/compiler/glsl/link_interface_blocks.cpp
@@ -90,7 +90,7 @@ intrastage_match(ir_variable *a,
* an array and the producer interface is required to be a non-array.
* This is used for tessellation control and geometry shader consumers.
*/
-bool
+static bool
interstage_match(ir_variable *producer,
ir_variable *consumer,
bool extra_array_level)