nir/serialize: Make more space for intrinsic_op allowing 1024 ops
authorDanylo Piliaiev <dpiliaiev@igalia.com>
Wed, 20 Oct 2021 14:36:27 +0000 (17:36 +0300)
committerMarge Bot <eric+marge@anholt.net>
Mon, 25 Oct 2021 16:17:09 +0000 (16:17 +0000)
commitb7c7abded7a92d3e709d311e8b964b11145620cd
treebd2ed856d81f31ff64e30816f431396a96bdea23
parentdc74285d32df9c09eb896bc4571066402d32d10b
nir/serialize: Make more space for intrinsic_op allowing 1024 ops

We are close to the limit of 512 intrinsics, make more space to
be able to support up to 1024 intrinsics.

Take one bit from packed_const_indices, they shouldn't suffer in
a common case.

Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13456>
src/compiler/nir/nir_serialize.c