panfrost: Set zs_samples as necessary
[mesa.git] / src / intel / vulkan / anv_entrypoints_gen.py
index b524897a0f6ef60a9a648e4b5ffafe258518fc98..ff166186a0b6a9369a88b5bf6d7173af3d6f7f72 100644 (file)
@@ -25,7 +25,7 @@
 import argparse
 import math
 import os
-import xml.etree.cElementTree as et
+import xml.etree.ElementTree as et
 
 from collections import OrderedDict, namedtuple
 from mako.template import Template
@@ -513,7 +513,7 @@ anv_get_device_entry_name(int index)
    return device_entry_name(index);
 }
 
-static void * __attribute__ ((noinline))
+void * __attribute__ ((noinline))
 anv_resolve_device_entrypoint(const struct gen_device_info *devinfo, uint32_t index)
 {
    const struct anv_device_dispatch_table *genX_table;