mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 06:40:08 +01:00
clover/nir: Call nir_lower_convert_alu_types
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6945>
This commit is contained in:
parent
7d97f3dfdc
commit
bc7ed03ef8
1 changed files with 2 additions and 0 deletions
|
|
@ -299,6 +299,8 @@ module clover::nir::spirv_to_nir(const module &mod, const device &dev,
|
|||
NIR_PASS_V(nir, nir_lower_vars_to_ssa);
|
||||
NIR_PASS_V(nir, nir_opt_dce);
|
||||
|
||||
NIR_PASS_V(nir, nir_lower_convert_alu_types, NULL);
|
||||
|
||||
NIR_PASS_V(nir, nir_lower_system_values);
|
||||
nir_lower_compute_system_values_options sysval_options = { 0 };
|
||||
sysval_options.has_base_global_invocation_id = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue