gallivm: Pass condition masks as an unsigned bitmask.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_const.h
index 7ee8fff1407db33472416a78f203558a046bd39c..6b1fc590c177f8fbfb76186c3a5bb3501b6027d0 100644 (file)
@@ -104,7 +104,7 @@ lp_build_const_aos(struct lp_type type,
 
 LLVMValueRef
 lp_build_const_mask_aos(struct lp_type type,
-                        const boolean cond[4]);
+                        unsigned mask);
 
 
 static INLINE LLVMValueRef