Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_scratch.c101 int size_threshold, in nir_lower_vars_to_scratch() argument
139 if (var_size <= size_threshold) in nir_lower_vars_to_scratch()
Dnir.h4704 int size_threshold,
/third_party/libinput/src/
Devdev-mt-touchpad-thumb.c106 (t->major > tp->thumb.size_threshold) && in tp_thumb_detect_pressure_size()
107 (t->minor < (tp->thumb.size_threshold * 0.6))) { in tp_thumb_detect_pressure_size()
437 tp->thumb.size_threshold = threshold; in tp_init_thumb()
Devdev-mt-touchpad.h439 int size_threshold; member
474 int size_threshold; member
Devdev-mt-touchpad.c1041 if (t->major > tp->palm.size_threshold || in tp_palm_detect_touch_size_triggered()
1042 t->minor > tp->palm.size_threshold) { in tp_palm_detect_touch_size_triggered()
3331 tp->palm.size_threshold = threshold; in tp_init_palmdetect_size()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-plan.cc289 constexpr static const int size_threshold = 4096; in _populate_unicodes_to_retain() local
291 if (glyphs->is_empty () && unicodes->get_population () < size_threshold) in _populate_unicodes_to_retain()
/third_party/chromium/patch/
D0001-cve.patch42740 constexpr static const int size_threshold = 4096;