HomeSort by: relevance | last modified time | path
    Searched refs:minimum (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
README.md 3 This implements the minimum of etnaviv in order to make shader-db work.
  /xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/
README.md 3 This implements the minimum of msm in order to make shader-db work.
  /xsrc/external/mit/freetype/dist/include/freetype/
ftmm.h 69 * minimum ::
70 * The axis's minimum design coordinate.
78 FT_Long minimum; member in struct:FT_MM_Axis_
130 * minimum ::
131 * The axis's minimum design coordinate.
151 * The fields `minimum`, `def`, and `maximum` are 16.16 fractional values
159 FT_Fixed minimum; member in struct:FT_Var_Axis_
  /xsrc/external/mit/MesaLib/dist/src/nouveau/drm-shim/
README.md 3 This implements the minimum of nouveau in order to make shader-db work.
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_control.spec 34 This extension allows an application to specify a minimum periodicity
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_control.spec 34 This extension allows an application to specify a minimum periodicity
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
functional.hpp 85 struct minimum { struct in namespace:clover
95 T y = minimum()(xs...);
range.hpp 278 return tuple::apply(minimum(), tuple::map(sizes(), os));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
functional.hpp 85 struct minimum { struct in namespace:clover
95 T y = minimum()(xs...);
range.hpp 278 return tuple::apply(minimum(), tuple::map(sizes(), os));
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
asm.py 94 def parse_int(s, minimum, maximum):
100 if number > maximum or number < minimum:
308 minimum = -(1 << (imm.size - 1))
311 minimum = 0
314 val = parse_int(parts[1], minimum, maximum)
  /xsrc/external/mit/MesaLib/dist/src/util/
driconf.h 310 DRI_CONF_ENUM(3,"Always synchronize with vertical refresh, application chooses the minimum swap interval"))
467 #define DRI_CONF_GLES_SAMPLES_PASSED_VALUE(def, minimum, maximum) \
468 DRI_CONF_OPT_I(gles_samples_passed_value, def, minimum, maximum, \
  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvkern.c 644 FT_Bool minimum; local
658 minimum = FT_BOOL( ( coverage >> 1 ) & 1 );
666 "horizontal=%d, minimum=%d, cross-stream=%d, "
668 horizontal, minimum, cross_stream, override, *format ));
  /xsrc/external/mit/fontconfig/dist/doc/
fcformat.fncs 54 followed by an optional minimum field width,
56 If the minimum field width value is provided the tag
57 will be expanded and the result padded to achieve the minimum width.
58 If the minimum field width is positive, the padding will right-align
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
eventcomm.c 101 int value = proto_data->cur_slot - proto_data->mtdev->caps.slot.minimum;
341 * @param[out] min Minimum axis range
363 *min = abs.minimum;
811 mtdev->caps.slot.minimum + 1;
840 priv->touch_axes[axnum].min = mtdev->caps.abs[i].minimum;
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.c 1842 if ( coord > a->maximum || coord < a->minimum )
1848 a->minimum / 65536.0,
1854 coord = a->minimum;
1859 SUB_LONG( a->minimum, a->def ) );
1969 a->def - a->minimum );
2253 a->minimum = axis_rec.minValue;
2266 if ( a->minimum > a->def ||
2269 a->minimum = a->def;
2281 " minimum default maximum flags\n" ));
2288 a->minimum / 65536.0
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/
memory.cpp 525 size > fold(minimum(), cl_ulong(ULONG_MAX),
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_linking_helpers.c 1257 * the corresponding fragment input. The minimum precision at which vertex
1258 * outputs are interpolated is the minimum of the vertex output precision and
1263 * To implement this, when linking shaders we will take the minimum precision
1312 unsigned minimum = nir_link_precision(precision_1, precision_2, frag); local
1315 producer_var->data.precision = consumer_var->data.precision = minimum;
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.c 214 axis->minimum = map->design_points[0];
359 mmvar->axis[i].minimum = INT_TO_FIXED( mmaster.axis[i].minimum );
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_vg.c 1107 long minimum = 0x7FFFFFFF; local
1259 if (diff < minimum) {
1260 minimum = diff;
  /xsrc/external/mit/xf86-video-geode/dist/src/
z4l.c 1505 queryctrl.minimum, queryctrl.maximum,
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 1296 double min_value = mmvar->axis[i].minimum / (double) (1U << 16);
  /xsrc/external/mit/fontconfig/dist/
configure 6967 # Instead, let's just punt: use the minimum linelength reported by
6979 # So we just punt and use a minimum line length of 8192.
23583 /* Minimum of signed integral types. */
23600 /* Minimum of signed integral types having a minimum size. */
23605 /* Maximum of signed integral types having a minimum size. */
23611 /* Maximum of unsigned integral types having a minimum size. */

Completed in 28 milliseconds