From 138428badea350a20f5afc652a4fa1850e1ec653 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 7 Aug 2009 01:18:49 +0100 Subject: llvmpipe: Cleanup constant helpers. --- src/gallium/drivers/llvmpipe/lp_bld_type.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gallium/drivers/llvmpipe/lp_bld_type.h') diff --git a/src/gallium/drivers/llvmpipe/lp_bld_type.h b/src/gallium/drivers/llvmpipe/lp_bld_type.h index 0eeaf7b6aa..566a86ed06 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_type.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_type.h @@ -154,4 +154,12 @@ boolean lp_check_value(union lp_type type, LLVMValueRef val); +LLVMTypeRef +lp_build_int_elem_type(union lp_type type); + + +LLVMTypeRef +lp_build_int_vec_type(union lp_type type); + + #endif /* !LP_BLD_TYPE_H */ -- cgit v1.2.3