aco: fix non-rtz pack_half_2x16
[mesa.git] / src / amd / vulkan / vulkan.sym
1 {
2 global:
3 vk_icdGetInstanceProcAddr;
4 vk_icdGetPhysicalDeviceProcAddr;
5 vk_icdNegotiateLoaderICDInterfaceVersion;
6
7 local:
8 # When static linking LLVM, all its symbols are public API.
9 # That may cause symbol collision, so explicitly demote everything.
10 *;
11 };