summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/clover/spirv/invocation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/clover/spirv/invocation.hpp')
-rw-r--r--src/gallium/state_trackers/clover/spirv/invocation.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/clover/spirv/invocation.hpp b/src/gallium/state_trackers/clover/spirv/invocation.hpp
index 715a125c5ff..472d8c0de71 100644
--- a/src/gallium/state_trackers/clover/spirv/invocation.hpp
+++ b/src/gallium/state_trackers/clover/spirv/invocation.hpp
@@ -46,6 +46,10 @@ namespace clover {
// link dependencies between them.
module link_program(const std::vector<module> &modules, const device &dev,
const std::string &opts, std::string &r_log);
+
+ // Returns a textual representation of the given binary.
+ std::string print_module(const std::vector<char> &binary,
+ const std::string &opencl_version);
}
}