Resize a Texture2D

Yes this is for that shader.

My rendertarget texture is 1280x720 I believe. I was hoping I could avoid multiple steps of drawing to a buffer and getting the new rendertarget at the correct size by simply resizing the existing Texture2D that I already have. Is that not possible to do?