mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
rusticl/kernel: get rid of initial function_temp type lowering
It's not needed and causes some issues with generic memory.
Fixes: 01cb01a7ee ("rusticl/kernel: only handle function_temp memory before lowering printf")
Signed-off-by: Karol Herbst <git@karolherbst.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24470>
This commit is contained in:
parent
b9e47cf5fd
commit
66c6061491
1 changed files with 0 additions and 6 deletions
|
|
@ -440,12 +440,6 @@ fn lower_and_optimize_nir(
|
|||
nir.sweep_mem();
|
||||
|
||||
nir_pass!(nir, nir_dedup_inline_samplers);
|
||||
nir_pass!(
|
||||
nir,
|
||||
nir_lower_vars_to_explicit_types,
|
||||
nir_variable_mode::nir_var_function_temp,
|
||||
Some(glsl_get_cl_type_size_align),
|
||||
);
|
||||
|
||||
let mut printf_opts = nir_lower_printf_options::default();
|
||||
printf_opts.set_treat_doubles_as_floats(false);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue