Home
last modified time | relevance | path

Searched refs:OPT_V (Results 1 – 1 of 1) 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()
147 OPT_V(s, nir_opt_global_to_local); in ir3_optimize_nir()
148 OPT_V(s, nir_lower_regs_to_ssa); in ir3_optimize_nir()
152 OPT_V(s, nir_lower_clip_vs, key->ucp_enables); in ir3_optimize_nir()
154 OPT_V(s, nir_lower_clamp_color_outputs); in ir3_optimize_nir()
156 OPT_V(s, nir_lower_clip_fs, key->ucp_enables); in ir3_optimize_nir()
158 OPT_V(s, nir_lower_clamp_color_outputs); in ir3_optimize_nir()
161 OPT_V(s, nir_lower_two_sided_color); in ir3_optimize_nir()
167 OPT_V(s, ir3_nir_apply_trig_workarounds); in ir3_optimize_nir()
[all …]