anv: refresh cached current batch bo after emitting some commands
[mesa.git] / src / intel / vulkan / anv_entrypoints_gen.py
index fc2ee09796103df71dcb70341019184cccca86e2..ff166186a0b6a9369a88b5bf6d7173af3d6f7f72 100644 (file)
@@ -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;