While both clang and gcc can handle designated initializers in C++, MSVC only does with the C++20 support enabled. So move the initialization of builtins to a C file. Reviewed-by: Emma Anholt <emma@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25006>