pan/bi: Assume destinations are non-NULL
authorAlyssa Rosenzweig <alyssa@collabora.com>
Thu, 21 Jul 2022 20:10:06 +0000 (16:10 -0400)
committerMarge Bot <emma+marge@anholt.net>
Fri, 2 Sep 2022 16:03:23 +0000 (16:03 +0000)
commit8375717de3a471be8309b4b8bd2d480294360aca
treef8a66d380da674724e396612ce36ece1aac91452
parente5b3faf5aa20c948d463b81c61b9f47775ccffad
pan/bi: Assume destinations are non-NULL

We guarantee this now, no need to check it in every pass. There's an exception
on Bifrost after clause scheduling, but few passes run after clause scheduling
so this doesn't affect much.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17794>
src/panfrost/bifrost/bi_helper_invocations.c
src/panfrost/bifrost/bi_pressure_schedule.c
src/panfrost/bifrost/bi_ra.c
src/panfrost/bifrost/bi_schedule.c
src/panfrost/bifrost/bi_validate.c
src/panfrost/bifrost/valhall/va_insert_flow.c
src/panfrost/bifrost/valhall/va_mark_last.c