aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2009-08-19 17:57:07 +0100
committerJosé Fonseca <[email protected]>2009-08-29 09:21:35 +0100
commit6f5cd15f80d612e165078dfe2126cf44cf509d91 (patch)
tree769ffdf37c3978556ee4e6006b824dd7fa221d62 /src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
parent17baa01bfbebf71c68aebea5196ebcb313612038 (diff)
llvmpipe: Simpler variant of lp_build_broadcast_scalar.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_swizzle.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_bld_swizzle.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
index ceaaabf9ecf..7a4aa883824 100644
--- a/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
+++ b/src/gallium/drivers/llvmpipe/lp_bld_swizzle.h
@@ -45,6 +45,12 @@ struct lp_build_context;
LLVMValueRef
+lp_build_broadcast(LLVMBuilderRef builder,
+ LLVMTypeRef vec_type,
+ LLVMValueRef scalar);
+
+
+LLVMValueRef
lp_build_broadcast_scalar(struct lp_build_context *bld,
LLVMValueRef scalar);