compiler/glsl: Move glsl_print_type from glsl_types.* to ir_print_visitor.cpp
authorYonggang Luo <luoyonggang@gmail.com>
Sun, 6 Aug 2023 05:08:09 +0000 (13:08 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 24 Aug 2023 02:54:09 +0000 (02:54 +0000)
commit26c5200acfbc9c8a69eb03b0a96dd116a7958b5c
tree4c778ff35e2830674c4c9a470e8435afcf70c8c7
parent01ddb18427f124cf70629d920fc4530c99378fcd
compiler/glsl: Move glsl_print_type from glsl_types.* to ir_print_visitor.cpp

glsl_print_type only referenced in ir_print_visitor.cpp
there is no need expose it

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24824>
src/compiler/glsl/ir_print_visitor.cpp
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h