Searched refs:size_threshold (Results 1 – 7 of 7) sorted by relevance
101 int size_threshold, in nir_lower_vars_to_scratch() argument139 if (var_size <= size_threshold) in nir_lower_vars_to_scratch()
4704 int size_threshold,
106 (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()
439 int size_threshold; member474 int size_threshold; member
1041 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()
289 constexpr static const int size_threshold = 4096; in _populate_unicodes_to_retain() local291 if (glyphs->is_empty () && unicodes->get_population () < size_threshold) in _populate_unicodes_to_retain()
42740 constexpr static const int size_threshold = 4096;