v3d: Use the state uploader for QUNIFORM_UBO_ADDR
What does this MR do and why?
v3d: Use the state uploader for QUNIFORM_UBO_ADDR
The normal uploader has a NULL pipe_resource in some cases which
causes a segfault inside Gallium code
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11823
Fixes: 16f2770eb40 ("v3d: Upload all of UBO[0] if any indirect load occurs.")