vtn: handle SpvExecutionModelKernel
[mesa.git] / src / compiler / spirv / spirv_info.h
index 81d43ec925a5adf293167bf464fa607962142db7..121ffd2febb04ead4f04685fd110c3a39cf7c716 100644 (file)
@@ -28,5 +28,6 @@
 
 const char *spirv_capability_to_string(SpvCapability cap);
 const char *spirv_decoration_to_string(SpvDecoration dec);
+const char *spirv_op_to_string(SpvOp op);
 
 #endif /* SPIRV_INFO_H */