mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
8068264469
commit
9641fba9ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue