diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_gather.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_gather.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_gather.h b/src/gallium/auxiliary/gallivm/lp_bld_gather.h index ee694732d36..3ede4763a70 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_gather.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_gather.h @@ -45,6 +45,7 @@ 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, @@ -55,6 +56,7 @@ lp_build_gather(struct gallivm_state *gallivm, unsigned length, unsigned src_width, unsigned dst_width, + boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offsets, boolean vector_justify); |