mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
r600/sfn: Ignore precision when linking
There doesn't seem to be any speciifc support for passing arount mediump and lowp data, so when linking these specifiers can be ignored theerby saving IO instructions. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10722>
This commit is contained in:
parent
4c045ad11e
commit
b3499435ec
1 changed files with 1 additions and 0 deletions
|
|
@ -1334,6 +1334,7 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
|||
.lower_find_msb_to_reverse = true,
|
||||
.lower_to_scalar = true,
|
||||
.lower_to_scalar_filter = r600_lower_to_scalar_instr_filter,
|
||||
.linker_ignore_precision = true,
|
||||
};
|
||||
|
||||
rscreen->nir_options = nir_options;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue