pan/bit: Add packing test framework
[mesa.git] / src / panfrost / bifrost / test / bit.h
index 3a6d9e4336f1e746c177e40033f9d012c9553b03..a45d18af44b51a0080ee0942d0d4f062a19433a8 100644 (file)
@@ -67,6 +67,14 @@ struct bit_state {
 void
 bit_step(struct bit_state *s, bi_instruction *ins, bool FMA);
 
+/* Packing tests */
+
+bool
+bit_test_single(struct panfrost_device *dev,
+                bi_instruction *ins, 
+                uint32_t input[4],
+                bool fma);
+
 #endif