iris: Don't enable smooth points when point sprites are enabled
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_conv.h
index d8bc294bce0e683dbe81d730b6398c4e4e25c400..42a111374736b8d64cb9442c7c33a85bbea9db2a 100644 (file)
 
 struct lp_type;
 
-LLVMValueRef
-lp_build_bswap(struct gallivm_state *gallivm,
-               LLVMValueRef res,
-               struct lp_type type);
-
-LLVMValueRef
-lp_build_bswap_vec(struct gallivm_state *gallivm,
-                   LLVMValueRef packed,
-                   struct lp_type src_type,
-                   struct lp_type dst_type);
-
 LLVMValueRef
 lp_build_half_to_float(struct gallivm_state *gallivm,
                        LLVMValueRef src);
@@ -61,20 +50,6 @@ LLVMValueRef
 lp_build_float_to_half(struct gallivm_state *gallivm,
                        LLVMValueRef src);
 
-LLVMValueRef
-lp_build_float_to_r11g11b10(struct gallivm_state *gallivm,
-                            LLVMValueRef *src);
-
-void
-lp_build_r11g11b10_to_float(struct gallivm_state *gallivm,
-                            LLVMValueRef src,
-                            LLVMValueRef *dst);
-
-void
-lp_build_rgb9e5_to_float(struct gallivm_state *gallivm,
-                         LLVMValueRef src,
-                         LLVMValueRef *dst);
-
 LLVMValueRef
 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state *gallivm,
                                         struct lp_type src_type,