summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 36d87e2f176..1fd7c39567d 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -2816,6 +2816,8 @@ struct anv_query_pool {
struct anv_bo bo;
};
+int anv_get_entrypoint_index(const char *name);
+
void *anv_lookup_entrypoint(const struct gen_device_info *devinfo,
const char *name);