Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir.c193 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro
206 OPT_V(s, nir_lower_vars_to_ssa); in ir3_optimize_loop()
404 OPT_V(s, nir_lower_regs_to_ssa); in ir3_finalize_nir()
405 OPT_V(s, nir_lower_wrmasks, should_split_wrmask, s); in ir3_finalize_nir()
407 OPT_V(s, nir_lower_tex, &tex_options); in ir3_finalize_nir()
408 OPT_V(s, nir_lower_load_const_to_scalar); in ir3_finalize_nir()
410 OPT_V(s, ir3_nir_lower_tg4_to_tex); in ir3_finalize_nir()
426 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp, NULL); in ir3_finalize_nir()
559 OPT_V(s, ir3_nir_apply_trig_workarounds); in ir3_nir_post_finalize()
568 OPT_V(s, ir3_nir_lower_ssbo_size, compiler->storage_16bit); in ir3_nir_post_finalize()
[all …]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c67 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro
76 OPT_V(s, nir_lower_vars_to_ssa); in ir2_optimize_loop()
121 OPT_V(s, nir_lower_regs_to_ssa); in ir2_optimize_nir()
122 OPT_V(s, nir_lower_vars_to_ssa); in ir2_optimize_nir()
123 OPT_V(s, nir_lower_indirect_derefs, nir_var_shader_in | nir_var_shader_out, in ir2_optimize_nir()
127 OPT_V(s, ir3_nir_apply_trig_workarounds); in ir2_optimize_nir()
128 OPT_V(s, nir_lower_tex, &tex_options); in ir2_optimize_nir()
133 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp, NULL); in ir2_optimize_nir()
134 OPT_V(s, nir_opt_sink, nir_move_const_undef); in ir2_optimize_nir()
1106 OPT_V(ctx->nir, nir_copy_prop); in ir2_nir_compile()
[all …]
/third_party/openssl/apps/
Dversion.c36 OPT_B, OPT_D, OPT_E, OPT_F, OPT_O, OPT_P, OPT_V, OPT_A, OPT_R enumerator
49 {"v", OPT_V, '-', "Show library version"},
104 case OPT_V: in version_main()
Dciphers.c30 OPT_V, OPT_UPPER_V, OPT_S enumerator
35 {"v", OPT_V, '-', "Verbose listing of the SSL/TLS ciphers"},
114 case OPT_V: in ciphers_main()
Dengine.c24 OPT_V = 100, OPT_VV, OPT_VVV, OPT_VVVV enumerator
32 {"v", OPT_V, '-', "List 'control commands' For each specified engine"},
330 case OPT_V: in engine_main()
332 i = (int)(o - OPT_V) + 1; in engine_main()
Denc.c44 OPT_E, OPT_IN, OPT_OUT, OPT_PASS, OPT_ENGINE, OPT_D, OPT_P, OPT_V, enumerator
62 {"v", OPT_V, '-', "Verbose output"},
180 case OPT_V: in enc_main()
/third_party/mesa3d/docs/relnotes/
D20.2.0.rst1102 - etnaviv: drop OPT_V define