Searched refs:OPT_V (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir.c | 184 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro 198 OPT_V(s, nir_lower_vars_to_ssa); in ir3_optimize_loop() 299 OPT_V(s, nir_lower_regs_to_ssa); in ir3_finalize_nir() 300 OPT_V(s, nir_lower_wrmasks, should_split_wrmask, s); in ir3_finalize_nir() 302 OPT_V(s, nir_lower_tex, &tex_options); in ir3_finalize_nir() 303 OPT_V(s, nir_lower_load_const_to_scalar); in ir3_finalize_nir() 305 OPT_V(s, ir3_nir_lower_tg4_to_tex); in ir3_finalize_nir() 317 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp, NULL); in ir3_finalize_nir() 356 OPT_V(s, ir3_nir_apply_trig_workarounds); in ir3_nir_post_finalize() 471 OPT_V(s, nir_lower_two_sided_color, true); in ir3_nir_lower_variant() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | ir2_nir.c | 61 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro 70 OPT_V(s, nir_lower_vars_to_ssa); in ir2_optimize_loop() 116 OPT_V(s, nir_lower_regs_to_ssa); in ir2_optimize_nir() 117 OPT_V(s, nir_lower_vars_to_ssa); in ir2_optimize_nir() 118 OPT_V(s, nir_lower_indirect_derefs, nir_var_shader_in | nir_var_shader_out, UINT32_MAX); in ir2_optimize_nir() 121 OPT_V(s, ir3_nir_apply_trig_workarounds); in ir2_optimize_nir() 122 OPT_V(s, nir_lower_tex, &tex_options); in ir2_optimize_nir() 127 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp, NULL); in ir2_optimize_nir() 128 OPT_V(s, nir_opt_sink, nir_move_const_undef); in ir2_optimize_nir() 1097 OPT_V(ctx->nir, nir_copy_prop); in ir2_nir_compile() [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1102 - etnaviv: drop OPT_V define
|