VideoCommon: drop depthparam as zbias[1] is the same depthparam was only accessable in vertex shader, zbias only in pixel, so we're used to upload it twice. As both shader now access the same content, we don't need to upload it twice any more.