From 21ab4c9f31674b113c24177398ed39f29b7cd8e6 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 11 Dec 2016 08:40:05 +0000 Subject: Import Mesa 13.0.2 --- lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h') diff --git a/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h b/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h index 367fba1fd..3e07716df 100644 --- a/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h +++ b/lib/mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h @@ -73,6 +73,14 @@ lp_build_unpack2(struct gallivm_state *gallivm, LLVMValueRef *dst_hi); +void +lp_build_unpack2_native(struct gallivm_state *gallivm, + struct lp_type src_type, + struct lp_type dst_type, + LLVMValueRef src, + LLVMValueRef *dst_lo, + LLVMValueRef *dst_hi); + void lp_build_unpack(struct gallivm_state *gallivm, struct lp_type src_type, @@ -117,6 +125,14 @@ lp_build_pack2(struct gallivm_state *gallivm, LLVMValueRef hi); +LLVMValueRef +lp_build_pack2_native(struct gallivm_state *gallivm, + struct lp_type src_type, + struct lp_type dst_type, + LLVMValueRef lo, + LLVMValueRef hi); + + LLVMValueRef lp_build_pack(struct gallivm_state *gallivm, struct lp_type src_type, -- cgit v1.2.3