Searched refs:OPT_V (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 111 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro 120 OPT_V(s, nir_lower_vars_to_ssa); 198 OPT_V(s, nir_lower_regs_to_ssa); 199 OPT_V(s, ir3_nir_lower_io_offsets); 203 OPT_V(s, nir_lower_clip_vs, key->ucp_enables, false); 205 OPT_V(s, nir_lower_clamp_color_outputs); 207 OPT_V(s, nir_lower_clip_fs, key->ucp_enables); 209 OPT_V(s, nir_lower_clamp_color_outputs); 212 OPT_V(s, nir_lower_two_sided_color); 218 OPT_V( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 193 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro 206 OPT_V(s, nir_lower_vars_to_ssa); 405 OPT_V(s, nir_lower_regs_to_ssa); 406 OPT_V(s, nir_lower_wrmasks, should_split_wrmask, s); 408 OPT_V(s, nir_lower_tex, &tex_options); 409 OPT_V(s, nir_lower_load_const_to_scalar); 411 OPT_V(s, ir3_nir_lower_tg4_to_tex); 427 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp, NULL); 560 OPT_V(s, ir3_nir_apply_trig_workarounds); 569 OPT_V( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 67 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro 76 OPT_V(s, nir_lower_vars_to_ssa); 121 OPT_V(s, nir_lower_regs_to_ssa); 122 OPT_V(s, nir_lower_vars_to_ssa); 123 OPT_V(s, nir_lower_indirect_derefs, nir_var_shader_in | nir_var_shader_out, 127 OPT_V(s, ir3_nir_apply_trig_workarounds); 128 OPT_V(s, nir_lower_tex, &tex_options); 133 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp, NULL); 134 OPT_V(s, nir_opt_sink, nir_move_const_undef); 1106 OPT_V(ct [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 55 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__) macro 64 OPT_V(s, nir_lower_vars_to_ssa); 110 OPT_V(s, nir_lower_regs_to_ssa); 111 OPT_V(s, nir_lower_vars_to_ssa); 112 OPT_V(s, nir_lower_indirect_derefs, nir_var_shader_in | nir_var_shader_out); 115 OPT_V(s, ir3_nir_apply_trig_workarounds); 116 OPT_V(s, nir_lower_tex, &tex_options); 121 OPT_V(s, nir_remove_dead_variables, nir_var_function_temp); 122 OPT_V(s, nir_move_load_const); 1070 OPT_V(ct [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 1102 - etnaviv: drop OPT_V define
|
Completed in 11 milliseconds