gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_gather.h
index 8e4c07d82b8d706212c85e273e2fd5f09b5d11e7..3ede4763a702393160e99ea889ee8bfde40a80b6 100644 (file)
@@ -45,17 +45,21 @@ lp_build_gather_elem(struct gallivm_state *gallivm,
                      unsigned length,
                      unsigned src_width,
                      unsigned dst_width,
+                     boolean aligned,
                      LLVMValueRef base_ptr,
                      LLVMValueRef offsets,
-                     unsigned i);
+                     unsigned i,
+                     boolean vector_justify);
 
 LLVMValueRef
 lp_build_gather(struct gallivm_state *gallivm,
                 unsigned length,
                 unsigned src_width,
                 unsigned dst_width,
+                boolean aligned,
                 LLVMValueRef base_ptr,
-                LLVMValueRef offsets);
+                LLVMValueRef offsets,
+                boolean vector_justify);
 
 LLVMValueRef
 lp_build_gather_values(struct gallivm_state * gallivm,