dfc125d423
On GFX10.3, VRS rates need to be copied to the HTILE buffer but in some situations, like for mips, it's not always possible to enable HTILE. In this case, we can fallback to our internal HTILE buffer and tweak the depth/stencil registers to use this HTILE buffer. This fixes a bunch of VRS crashes on GFX10.3. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26025>