COMPMID-678 Align Convolution Interfaces

Change-Id: I257a09860dd82e7bb7a767edf96dcaf31b512855
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/95865
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
diff --git a/tests/validation/NEON/DepthwiseConvolution.cpp b/tests/validation/NEON/DepthwiseConvolution.cpp
index 9e2dd92..6e8aa46 100644
--- a/tests/validation/NEON/DepthwiseConvolution.cpp
+++ b/tests/validation/NEON/DepthwiseConvolution.cpp
@@ -65,7 +65,7 @@
 
     // Create and configure function
     NEDepthwiseConvolution3x3 depthwise_layer;
-    depthwise_layer.configure(&src, &dst, &weights, &bias, info);
+    depthwise_layer.configure(&src, &weights, &bias, &dst, info);
 
     // Validate valid region
     const ValidRegion input_valid_region   = shape_to_valid_region(input_shape);