mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
agx: enable more lowering
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
parent
69d7063ec0
commit
8df39ac49b
1 changed files with 9 additions and 0 deletions
|
|
@ -262,12 +262,21 @@ static const nir_shader_compiler_options agx_nir_options = {
|
|||
.lower_ffract = true,
|
||||
.lower_ldexp = true,
|
||||
.lower_pack_half_2x16 = true,
|
||||
.lower_pack_unorm_2x16 = true,
|
||||
.lower_pack_snorm_2x16 = true,
|
||||
.lower_pack_unorm_4x8 = true,
|
||||
.lower_pack_snorm_4x8 = true,
|
||||
.lower_pack_64_2x32 = true,
|
||||
.lower_unpack_half_2x16 = true,
|
||||
.lower_unpack_unorm_2x16 = true,
|
||||
.lower_unpack_snorm_2x16 = true,
|
||||
.lower_unpack_unorm_4x8 = true,
|
||||
.lower_unpack_snorm_4x8 = true,
|
||||
.lower_extract_byte = true,
|
||||
.lower_insert_byte = true,
|
||||
.lower_insert_word = true,
|
||||
.has_cs_global_id = true,
|
||||
.lower_device_index_to_zero = true,
|
||||
.lower_hadd = true,
|
||||
.vectorize_io = true,
|
||||
.use_interpolated_input_intrinsics = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue