compiler/types: Remove private related declarations
authorCaio Oliveira <caio.oliveira@intel.com>
Fri, 1 Sep 2023 21:07:41 +0000 (14:07 -0700)
committerMarge Bot <emma+marge@anholt.net>
Thu, 28 Sep 2023 22:43:45 +0000 (22:43 +0000)
commitdac4901c8a5df55359b1171357a3729206b47e51
tree0417bff0283165a95340adda7816b9ed184520e7
parent5316623d20c9cd7c00daa4340543cfc417c6b45c
compiler/types: Remove private related declarations

Now there's no private data in glsl_type anymore, so we can remove
the friend declaration and move the private functions into file local
statics.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25445>
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h