Home
last modified time | relevance | path

Searched refs:OPT_V (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_nir.c83 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro
92 OPT_V(s, nir_lower_vars_to_ssa); in ir3_optimize_loop()
144 OPT_V(s, nir_opt_global_to_local); in ir3_optimize_nir()
145 OPT_V(s, nir_lower_regs_to_ssa); in ir3_optimize_nir()
149 OPT_V(s, nir_lower_clip_vs, key->ucp_enables); in ir3_optimize_nir()
151 OPT_V(s, nir_lower_clamp_color_outputs); in ir3_optimize_nir()
153 OPT_V(s, nir_lower_clip_fs, key->ucp_enables); in ir3_optimize_nir()
155 OPT_V(s, nir_lower_clamp_color_outputs); in ir3_optimize_nir()
158 OPT_V(s, nir_lower_two_sided_color); in ir3_optimize_nir()
164 OPT_V(s, ir3_nir_apply_trig_workarounds); in ir3_optimize_nir()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_nir.c454 #define OPT_V(pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro
471 OPT_V(nir_lower_vars_to_ssa); in nir_optimize()
505 OPT_V(nir_lower_doubles, nir_lower_drcp | in nir_optimize()
514 OPT_V(nir_lower_double_pack); in nir_optimize()
563 OPT_V(nir_lower_load_const_to_scalar); in brw_preprocess_nir()
567 OPT_V(nir_lower_var_copies); in brw_preprocess_nir()
569 OPT_V(nir_lower_clip_cull_distance_arrays); in brw_preprocess_nir()
616 OPT_V(nir_lower_to_source_mods); in brw_postprocess_nir()
635 OPT_V(nir_convert_from_ssa, true); in brw_postprocess_nir()
638 OPT_V(nir_move_vec_src_uses_to_dest); in brw_postprocess_nir()