Lines Matching refs:NIR_PASS

256    NIR_PASS(this_progress, nir, pass, ##__VA_ARGS__);      \
366 NIR_PASS(_, nir, nir_lower_sysvals_to_varyings, &sysvals_to_varyings);
374 NIR_PASS(_, nir, nir_lower_variable_initializers, nir_var_shader_out);
377 NIR_PASS(_, nir, nir_lower_io_to_vector, nir_var_shader_out);
379 NIR_PASS(_, nir, nir_lower_input_attachments,
388 NIR_PASS(_, nir, nir_lower_system_values);
390 NIR_PASS(_, nir, nir_lower_alu_to_scalar, NULL, NULL);
392 NIR_PASS(_, nir, nir_normalize_cubemap_coords);
394 NIR_PASS(_, nir, nir_lower_global_vars_to_local);
396 NIR_PASS(_, nir, nir_split_var_copies);
397 NIR_PASS(_, nir, nir_split_struct_vars, nir_var_function_temp);
401 NIR_PASS(_, nir, nir_lower_explicit_io,
405 NIR_PASS(_, nir, nir_lower_explicit_io,
409 NIR_PASS(_, nir, nir_lower_explicit_io,
413 NIR_PASS(_, nir, nir_lower_load_const_to_scalar);
416 NIR_PASS(_, nir, nir_lower_var_copies);
418 NIR_PASS(_, nir, nir_lower_indirect_derefs, nir_var_shader_in, UINT32_MAX);
420 NIR_PASS(_, nir, nir_lower_indirect_derefs,
423 NIR_PASS(_, nir, nir_lower_array_deref_of_vec,
427 NIR_PASS(_, nir, nir_lower_frexp);
981 NIR_PASS(_, nir, nir_remove_dead_variables, nir_var_shader_out, NULL);
989 NIR_PASS(_, nir, nir_lower_io, nir_var_shader_in | nir_var_shader_out,
1707 NIR_PASS(_, producer, nir_lower_io_to_scalar_early, nir_var_shader_out);
1708 NIR_PASS(_, consumer, nir_lower_io_to_scalar_early, nir_var_shader_in);
1719 NIR_PASS(_, producer, nir_remove_dead_variables, nir_var_shader_out, NULL);
1720 NIR_PASS(_, consumer, nir_remove_dead_variables, nir_var_shader_in, NULL);
1723 NIR_PASS(_, producer, nir_lower_global_vars_to_local);
1724 NIR_PASS(_, consumer, nir_lower_global_vars_to_local);
1733 NIR_PASS(_, producer, nir_remove_dead_variables, nir_var_shader_out, NULL);
1734 NIR_PASS(_, consumer, nir_remove_dead_variables, nir_var_shader_in, NULL);
1769 NIR_PASS(_, p_stage->nir, lower_pipeline_layout_info, pipeline, layout,
3132 NIR_PASS(_, nir, nir_lower_vars_to_explicit_types,
3134 NIR_PASS(_, nir, nir_lower_explicit_io,