iris: Don't enable smooth points when point sprites are enabled
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_printf.h
index 7a2b26d41f42132db40c9cf1c6f9ac6afabfe3e3..ede93cc834e51a0b97ee539a0d577ede12fcff7d 100644 (file)
@@ -39,16 +39,9 @@ lp_build_printf(struct gallivm_state *gallivm,
                 const char *fmt, ...);
 
 LLVMValueRef
-lp_build_print_vec4(struct gallivm_state *gallivm,
-                    const char *msg, LLVMValueRef vec);
-
-LLVMValueRef
-lp_build_print_ivec4(struct gallivm_state *gallivm,
-                     const char *msg, LLVMValueRef vec);
-
-LLVMValueRef
-lp_build_print_uvec16(struct gallivm_state *gallivm,
-                     const char *msg, LLVMValueRef vec);
+lp_build_print_value(struct gallivm_state *gallivm,
+                     const char *msg,
+                     LLVMValueRef value);
 
 #endif