Home
last modified time | relevance | path

Searched refs:threshold_min (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dshader_unittest.cc23 int threshold_min; in TEST() local
29 threshold_min = 0; in TEST()
31 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
34 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
37 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
40 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
43 threshold_min = 3000; in TEST()
45 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
48 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
51 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dshader_unittest.cc23 int threshold_min; in TEST() local
29 threshold_min = 0; in TEST()
31 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
34 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
37 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
40 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
43 threshold_min = 3000; in TEST()
45 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
48 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
51 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
[all …]
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_fog.cpp146 (threshold_min <= thres[y2][x2])) { in sl_track_render_threshold_()
199 const double thr_range = threshold_max - threshold_min; in sl_track_render_thrminmax_()
207 (threshold_min <= thres[y2][x2])) { in sl_track_render_thrminmax_()
283 const double power, const double threshold_min, in sl_track_render_() argument
317 if ((0.0 < threshold_min) || (0.0 < threshold_max)) { in sl_track_render_()
318 if (threshold_min < threshold_max) { in sl_track_render_()
328 power, threshold_min, threshold_max); in sl_track_render_()
342 power, threshold_min); in sl_track_render_()
589 const double power, const double threshold_min, in setup() argument
608 this->threshold_min_ = threshold_min; in setup()
[all …]
H A Dino_fog.cpp100 const double power, const double threshold_min, in fx_() argument
123 radius, curve, 2, 0.0, power, threshold_min, threshold_max, alp_rend_sw); in fx_()
146 const double threshold_min = in doCompute() local
153 if (!igs::fog::have_change(radius, power, threshold_min)) { in doCompute()
187 << power << " threshold_min " << threshold_min << " threshold_max " in doCompute()
203 nthread, radius, curve, power, threshold_min, threshold_max, in doCompute()
H A Digs_fog.h17 const double threshold_min // 0.00(0.00 ... 1.01)
40 const double threshold_min = 0.0 // 0.00 ... 1.01
/dports/net/bird2/bird-2.0.8/proto/perf/
H A Dperf.h19 btime threshold_min; member
35 btime threshold_min; member
H A Dconfig.Y33 PERF_CFG->threshold_min = 1 MS_;
50 | THRESHOLD MIN expr_us { PERF_CFG->threshold_min = $3; }
H A Dperf.c182 if (updatetime NS >= p->threshold_min) in perf_loop()
189 if ((updatetime NS < p->threshold_min) || (++p->run == p->repeat)) { in perf_loop()
259 p->threshold_min = cf->threshold_min; in perf_init()
/dports/x11/xstroke/xstroke-0.5.12/
H A Dlog.c41 log->threshold_min = threshold; in log_init()
152 while (discard < (log->cnt - log->threshold_min)) { in log_msg()
H A Dlog.h24 int threshold_min; member
/dports/graphics/blender/blender-2.91.0/release/scripts/freestyle/modules/freestyle/
H A Dshaders.py195 def __init__(self, wsize, threshold_min, threshold_max, thicknessMin, thicknessMax): argument
198 self.threshold_min = threshold_min
205 delta_threshold = self.threshold_max - self.threshold_min
210 c = bound(self.threshold_min, c, self.threshold_max)
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dimg_process_dialog.h124 hf_type threshold_min; member
H A Dimg_process_dialog.c187 img->threshold_min = 0; in img_struct_new()
730 hfw->hf_options->img->threshold_min, in calc_threshold()
744 if (hfw->hf_options->img->threshold_min == (gint) GTK_ADJUSTMENT(wdg)->value) in threshold_min_upd()
746 hfw->hf_options->img->threshold_min = (gint) GTK_ADJUSTMENT(wdg)->value; in threshold_min_upd()
788 adj = gtk_adjustment_new (hfw->hf_options->img->threshold_min, 0, 0xFFFF, 10, 1, 0.01); in threshold_dialog_new()
/dports/graphics/xsane/xsane-d01b4089ce6778e76fa86a0410d4e80cf6eb819e/src/
H A Dxsane-device-preferences.c96 {"xsane-threshold-min", xsane_rc_pref_double, DPOFFSET(threshold_min)},
434 xsane.threshold_min = 0.0; in xsane_device_preferences_load_file()
H A Dxsane.h966 double threshold_min; member
H A Dxsane-setup.c527 …ions_changed |= xsane_update_double(xsane_setup.preview_threshold_min_entry, &xsane.threshold_min); in xsane_setup_enhance_apply_changes()
3263 snprintf(buf, sizeof(buf), "%1.2f", xsane.threshold_min); in xsane_enhance_notebook()
H A Dxsane.c1728 xsane.threshold_min, xsane.threshold_max, 1.0, 10.0, 0, in xsane_update_xsane_callback()