glsl: Mark functions static

Cuts 3224 bytes of .text

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Matt Turner
2017-07-09 14:12:31 -07:00
parent d37d9f84ac
commit ca73c3358c
11 changed files with 36 additions and 36 deletions

View File

@@ -58,7 +58,7 @@ public:
* Extended swizzles consist of access of a single vector source (with possible
* per component negation) and the constants -1, 0, or 1.
*/
bool
static bool
is_extended_swizzle(ir_expression *ir)
{
/* Track any variables that are accessed by this expression.