freedreno/a6xx: Hit pre-compile path for frag shaders
PIPE_CAP_FORCE_PERSAMPLE_INTERP
was he only reason that we weren't hitting the precompile path for frag shaders.. but we already have a way to handle this in the backend, so let's do that and get rid of one source of draw-time jank.
(Also some misc whitespace/etc)