mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
radv: Lower hadd/hradd.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Timur Kristóf <timur.kristof@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13895>
This commit is contained in:
parent
cc3f03b757
commit
4e6667ea87
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ get_nir_options_for_stage(struct radv_physical_device *device, gl_shader_stage s
|
|||
.lower_mul_2x32_64 = true,
|
||||
.lower_rotate = true,
|
||||
.lower_iadd_sat = device->rad_info.gfx_level <= GFX8,
|
||||
.lower_hadd = true,
|
||||
.lower_mul_32x16 = true,
|
||||
.has_fsub = true,
|
||||
.has_isub = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue