glsl: move process_qualifier_constant() to ast_type.cpp
authorTimothy Arceri <timothy.arceri@collabora.com>
Sat, 5 Mar 2016 01:16:22 +0000 (12:16 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Thu, 31 Mar 2016 01:49:55 +0000 (12:49 +1100)
commit13f6c788ebc4f9969d2d12c1a8ba64fdcf5dc12e
treece5a9ca03a4948d0b27e14d25a4444f9a3aaf69f
parent52caeee7e78c2bed0329dcb7a5984826fa5960a6
glsl: move process_qualifier_constant() to ast_type.cpp

We will make use of this function being here in the following patch.

Reviewed-by: Dave Airlie <airlied@redhat.com>
src/compiler/glsl/ast.h
src/compiler/glsl/ast_to_hir.cpp
src/compiler/glsl/ast_type.cpp