agx: Set support_16bit_alu

Allows some more optimizations.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23480>
This commit is contained in:
Alyssa Rosenzweig 2023-05-12 13:33:57 -04:00 committed by Marge Bot
parent 8068264469
commit 9641fba9ba

View file

@ -205,6 +205,7 @@ static const nir_shader_compiler_options agx_nir_options = {
.lower_rotate = true,
.has_isub = true,
.use_scoped_barrier = true,
.support_16bit_alu = true,
.max_unroll_iterations = 32,
.lower_uniforms_to_ubo = true,
.force_indirect_unrolling_sampler = true,