HomeSort by relevance Sort by last modified time
    Searched refs:OPT_V (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir.c 83 #define OPT_V(nir, pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__)
92 OPT_V(s, nir_lower_vars_to_ssa);
144 OPT_V(s, nir_opt_global_to_local);
145 OPT_V(s, nir_lower_regs_to_ssa);
149 OPT_V(s, nir_lower_clip_vs, key->ucp_enables);
151 OPT_V(s, nir_lower_clamp_color_outputs);
153 OPT_V(s, nir_lower_clip_fs, key->ucp_enables);
155 OPT_V(s, nir_lower_clamp_color_outputs);
158 OPT_V(s, nir_lower_two_sided_color);
164 OPT_V(s, ir3_nir_apply_trig_workarounds)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir.c 454 #define OPT_V(pass, ...) NIR_PASS_V(nir, pass, ##__VA_ARGS__)
471 OPT_V(nir_lower_vars_to_ssa);
505 OPT_V(nir_lower_doubles, nir_lower_drcp |
514 OPT_V(nir_lower_double_pack);
533 bool progress; /* Written by OPT and OPT_V */
563 OPT_V(nir_lower_load_const_to_scalar);
567 OPT_V(nir_lower_var_copies);
569 OPT_V(nir_lower_clip_cull_distance_arrays);
604 bool progress; /* Written by OPT and OPT_V */
616 OPT_V(nir_lower_to_source_mods)
    [all...]

Completed in 61 milliseconds