OK, I found it myself, when trying to find the center for the radial blur: Seems the input ScreenPosition or TexCoord (the UV) are with respect to the wrong port (probably the offscreen). To correct it you need to multiply them with View.RenderTargetSize/ViewSize. See attached screenshot to determine the center: