Searched refs:maximum (Results 1 - 25 of 333) sorted by relevance

1234567891011>>

/xsrc/external/mit/freetype/dist/include/freetype/
H A Dftmm.h72 * maximum ::
73 * The axis's maximum design coordinate.
79 FT_Long maximum; member in struct:FT_MM_Axis_
137 * maximum ::
138 * The axis's maximum design coordinate.
151 * The fields `minimum`, `def`, and `maximum` are 16.16 fractional values
161 FT_Fixed maximum; member in struct:FT_Var_Axis_
214 * The number of axes. The maximum value is~4 for Adobe MM fonts; no
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/
H A Dasm.py94 def parse_int(s, minimum, maximum):
100 if number > maximum or number < minimum:
309 maximum = +(1 << (imm.size - 1)) - 1
312 maximum = (1 << imm.size) - 1
314 val = parse_int(parts[1], minimum, maximum)
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst33 * ``PIPE_CAP_MAX_RENDER_TARGETS``: The maximum number of render targets that may be
42 * ``PIPE_CAP_MAX_TEXTURE_2D_SIZE``: The maximum size of 2D (and 1D) textures.
43 * ``PIPE_CAP_MAX_TEXTURE_3D_LEVELS``: The maximum number of mipmap levels available
45 * ``PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS``: The maximum number of mipmap levels available
53 * ``PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS``: The maximum number of stream buffers.
56 PRIMITIVE_RESTART where the restart index is always the fixed maximum
64 * ``PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS``: The maximum number of texture array
191 * ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with
193 * ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors
206 * ``PIPE_CAP_MAX_GEOMETRY_OUTPUT_VERTICES``: The maximum numbe
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dscreen.rst31 * ``PIPE_CAP_MAX_RENDER_TARGETS``: The maximum number of render targets that may be
37 * ``PIPE_CAP_MAX_TEXTURE_2D_LEVELS``: The maximum number of mipmap levels available
39 * ``PIPE_CAP_MAX_TEXTURE_3D_LEVELS``: The maximum number of mipmap levels available
41 * ``PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS``: The maximum number of mipmap levels available
51 * ``PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS``: The maximum number of stream buffers.
59 * ``PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS``: The maximum number of texture array
178 * ``PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE``: The maximum accessible size with
180 * ``PIPE_CAP_MAX_VIEWPORTS``: The maximum number of viewports (and scissors
193 * ``PIPE_CAP_MAX_GEOMETRY_OUTPUT_VERTICES``: The maximum number of vertices
195 * ``PIPE_CAP_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS``: The maximum numbe
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dfunctional.hpp100 struct maximum { struct in namespace:clover
110 T y = maximum()(xs...);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/
H A Dfunctional.hpp100 struct maximum { struct in namespace:clover
110 T y = maximum()(xs...);
/xsrc/external/mit/libdrm/dist/man/
H A DdrmModeGetResources.3.rst70 The *min_\** and *max_\** fields indicate the maximum size of a framebuffer
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.0.2.rst58 - v3d: Bump the maximum texture size to 4k for V3D 4.x.
H A D18.0.2.rst41 - SI reaches the maximum IB size in dwords and fail to submit
H A D18.2.2.rst59 - st/nine: Increase maximum number of temp registers
H A D20.0.5.rst69 - radv: Consider maximum sample distances for entire grid.
166 - meson: Specify the maximum required libdrm in dri.pc
H A D10.0.4.rst124 - nv30: report 8 maximum inputs
H A D10.2.2.rst95 - meta: Respect the driver's maximum number of draw buffers
H A D17.1.5.rst67 - intel/isl: Add the maximum surface size limit
H A D17.2.3.rst138 - radeonsi: fix maximum advertised point size / line width
H A D18.3.3.rst111 - anv/device: fix maximum number of images supported
H A D19.0.1.rst119 - radv: set the maximum number of IBs per submit to 192
H A D19.2.3.rst143 - winsys/svga: Limit the maximum DMA hardware buffer size
H A D19.3.2.rst102 - r600: Fix maximum line width
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddriconf.h467 #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/MesaLib.old/dist/docs/specs/
H A DMESA_swap_control.spec93 the maximum implementation-dependent value supported before being
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_swap_control.spec93 the maximum implementation-dependent value supported before being
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Deventcomm.c364 *max = abs.maximum;
809 if (mtdev->caps.slot.maximum > 0)
810 priv->max_touches = mtdev->caps.slot.maximum -
841 priv->touch_axes[axnum].max = mtdev->caps.abs[i].maximum;
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_sprite_point.spec95 8. Should there be an advertisized maximum sprite point size?
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_sprite_point.spec95 8. Should there be an advertisized maximum sprite point size?

Completed in 29 milliseconds

1234567891011>>