freedreno/ir3: fix wrong local_primitive_id_start type
authorJonathan Marek <jonathan@marek.ca>
Tue, 14 Jul 2020 12:55:32 +0000 (08:55 -0400)
committerMarge Bot <eric+marge@anholt.net>
Mon, 27 Jul 2020 12:17:38 +0000 (12:17 +0000)
commite5f4527f20dfa0ebfa9f76f5a83c7915d8d97263
tree27770b07fc98a125cc4a6d4e92c8cf682fae4b72
parent7cb4d4f24ecbe57af14274f3d8f3a5933fb9d907
freedreno/ir3: fix wrong local_primitive_id_start type

When changing the patch to use an offset instead of a bool, the type was
accidentally left as bool.

Fixes: f472c9844309 ("freedreno/ir3: add support for a650 tess shared storage")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5765>
src/freedreno/ir3/ir3_nir_lower_tess.c