tu: Also disable stencil load for attachments not in GMEM

We were accidentally still emitting loads for D32S8 resolve attachments.

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37919>
This commit is contained in:
Connor Abbott
2025-10-16 09:17:07 -04:00
committed by Marge Bot
parent 9417ce287c
commit a3652af380
+1
View File
@@ -1135,6 +1135,7 @@ tu_CreateRenderPass2(VkDevice _device,
if (!att->gmem) {
att->clear_mask = 0;
att->load = false;
att->load_stencil = false;
}
}