mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
radv: Fold 16bit image sources.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18106>
This commit is contained in:
parent
9151048957
commit
b3cc213f56
1 changed files with 1 additions and 0 deletions
|
|
@ -4529,6 +4529,7 @@ radv_postprocess_nir(struct radv_pipeline *pipeline,
|
|||
.rounding_mode = nir_rounding_mode_rtne,
|
||||
.fold_tex_dest = true,
|
||||
.fold_image_load_store_data = true,
|
||||
.fold_image_srcs = !radv_use_llvm_for_stage(device, stage->stage),
|
||||
.fold_srcs_options_count = separate_g16 ? 2 : 1,
|
||||
.fold_srcs_options = fold_srcs_options,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue