gallivm: Temporarily disable custom LLVMDumpValue on MSVC.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_tgsi.h
index 2eac5da6c69e651de30f37bb7063a91a9e87937b..5ce1385c4809081e04943592f43231e13f68129d 100644 (file)
@@ -65,7 +65,10 @@ struct lp_build_sampler_soa
                         unsigned unit,
                         unsigned num_coords,
                         const LLVMValueRef *coords,
-                        LLVMValueRef lodbias,
+                        const LLVMValueRef *ddx,
+                        const LLVMValueRef *ddy,
+                        LLVMValueRef lod_bias, /* optional */
+                        LLVMValueRef explicit_lod, /* optional */
                         LLVMValueRef *texel);
 };