agx: Keep varyings forwarded to texture as fp32
This works around bugs in a LOT of applications, since fp16 texture coordinates are almost never appropriate even though it's a valid implementation of the GLES spec. It also doesn't seem to matter for perf.
Code from the Bifrost compiler which implements the same workaround for slightly different reasons.
Cc @asahilina