diff --git a/src/gallium/drivers/llvmpipe/lp_bld_interp.h b/src/gallium/drivers/llvmpipe/lp_bld_interp.h index 445c8655d4d..34e44ac0939 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_interp.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_interp.h @@ -157,7 +157,7 @@ lp_build_interp_soa(struct lp_build_interp_soa_context *bld, LLVMTypeRef mask_type, LLVMValueRef mask_store, unsigned attrib, unsigned chan, - unsigned loc, + enum tgsi_interpolate_loc loc, LLVMValueRef indir_index, LLVMValueRef offsets[2]);