ir3: Add ir3_start_block()
authorConnor Abbott <cwabbott0@gmail.com>
Tue, 4 May 2021 09:11:04 +0000 (11:11 +0200)
committerEmma Anholt <emma@anholt.net>
Thu, 10 Jun 2021 19:20:38 +0000 (12:20 -0700)
commit0ef021be4aba42e6caa0826d4952e0beddf0ca18
treea85ec6ecf6d5bffa011af898bfca73e5c48d2de2
parentef4e07a1a27f3f6aaed659d3f84f8b77c9dc2e87
ir3: Add ir3_start_block()

Name based on nir_start_block(). A number of places were already
open-coding this, convert them.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9842>
src/freedreno/ir3/ir3.h
src/freedreno/ir3/ir3_legalize.c
src/freedreno/ir3/tests/delay.c