mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-24 22:30:31 +01:00
radv: remove outdated vectorize TODO
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33448>
This commit is contained in:
parent
2dfbade2d8
commit
8b2b3e5704
1 changed files with 0 additions and 1 deletions
|
|
@ -397,7 +397,6 @@ radv_postprocess_nir(struct radv_device *device, const struct radv_graphics_stat
|
|||
if (constant_fold_for_push_const && stage->args.ac.inline_push_const_mask)
|
||||
NIR_PASS(_, stage->nir, nir_opt_constant_folding);
|
||||
|
||||
/* TODO: vectorize loads after this to vectorize loading adjacent descriptors */
|
||||
NIR_PASS(_, stage->nir, radv_nir_apply_pipeline_layout, device, stage);
|
||||
|
||||
NIR_PASS(_, stage->nir, nir_lower_alu_width, opt_vectorize_callback, device);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue