HomeSort by relevance Sort by last modified time
    Searched full:opt_v (Results 1 - 11 of 11) 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/iputils/ninfod/
ninfod.h 76 extern int opt_v; /* ninfod.c */
90 if (opt_v || pri != LOG_DEBUG) { \
ninfod.c 143 int opt_v = 0; /* verbose */ variable
613 opt_v = 1;
680 if (opt_h || opt_v)
  /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...]
  /external/clang/lib/Driver/
Compilation.cpp 128 getArgs().hasArg(options::OPT_v)) && !getDriver().CCGenDiagnostics) {
Driver.cpp     [all...]
Tools.cpp     [all...]
  /external/curl/lib/
mk-ca-bundle.pl 37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_k $opt_l $opt_m $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
529 report "Parsing: $caname" if ($opt_v);
  /external/mksh/src/
check.pl 252 $verbose = defined $opt_v && $opt_v;
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h     [all...]

Completed in 1050 milliseconds