nir: Add quad operations and lowering
[mesa.git] / src / compiler / nir / nir_constant_expressions.h
index 97997f2e5140b0d59027a79323f3c3a2c1f837e4..1d6bbbc25d395b819cdd71163b4999578445aa6e 100644 (file)
  *
  */
 
+#ifndef NIR_CONSTANT_EXPRESSIONS_H
+#define NIR_CONSTANT_EXPRESSIONS_H
+
 #include "nir.h"
 
 nir_const_value nir_eval_const_opcode(nir_op op, unsigned num_components,
-                                      nir_const_value *src);
+                                      unsigned bit_size, nir_const_value *src);
+
+#endif /* NIR_CONSTANT_EXPRESSIONS_H */