hk: shush gcc warning

it's bogus but whatever.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31532>
This commit is contained in:
Alyssa Rosenzweig
2024-09-17 21:14:44 -04:00
committed by Marge Bot
parent dee089e9c2
commit aafd78830b
+2 -2
View File
@@ -2361,8 +2361,8 @@ hk_flush_ppp_state(struct hk_cmd_buffer *cmd, struct hk_cs *cs, uint8_t **out)
}
}
struct agx_fragment_face_packed fragment_face;
struct agx_fragment_face_2_packed fragment_face_2;
struct agx_fragment_face_packed fragment_face = {};
struct agx_fragment_face_2_packed fragment_face_2 = {};
if (dirty.fragment_front_face) {
bool has_z = render->depth_att.vk_format != VK_FORMAT_UNDEFINED;