HomeSort by: relevance | last modified time | path
    Searched refs:when (Results 1 - 25 of 525) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
knob_defs.py 29 'desc' : ['Use dialogs when asserts fire.',
106 'desc' : ['Starting NUMA node index to use when allocating compute resources.',
114 'desc' : ['Starting core index to use when allocating compute resources.',
122 'desc' : ['Starting thread index to use when allocating compute resources.',
130 'desc' : ['Frame from when to start saving buckets data.',
151 'before going to sleep when waiting for work'],
321 'desc' : ['Enable pipeline stats when using Archrast'],
328 'desc' : ['Enable shader stats when using Archrast'],
335 'desc' : ['Enable SWTag data when using Archrast'],
342 'desc' : ['Enable internal SWR events when using Archrast']
    [all...]
  /xsrc/external/mit/fontconfig/dist/conf.d/
48-spacing.conf 4 <description>Add mono to the family when spacing is 100</description>
20-unhint-small-vera.conf 4 <description>Disable hinting for Bitstream Vera fonts when the size is less than 8ppem</description>
49-sansserif.conf 4 <description>Add sans-serif to the family when no generic name</description>
  /xsrc/external/mit/fontconfig/dist/doc/
fcmatrix.fncs 52 and <parameter>matrix2</parameter> returning FcTrue when they are equal and
53 FcFalse when they are not.
fcinit.fncs 90 when any changes are detected. Returns FcFalse if the configuration cannot
  /xsrc/external/mit/xorg-server/include/
xorg-server.h 21 #error Include xorg-config.h when building the X server
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_compiler.h 239 ir3_debug_print(struct ir3 *ir, const char *when)
242 mesa_logi("%s:", when);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_copy_sub_buffer.spec 35 when the back color buffer cannot be damaged by other windows.
65 in response to expose events when the back color buffer cannot be
WL_bind_wayland_display.spec 98 eglBindWaylandDisplayWL returns EGL_FALSE when there is already a
101 eglUnbindWaylandDisplayWL returns EGL_FALSE when there is no
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_resize_buffers.spec 34 Mesa cannot automatically detect when a window has been resized.
42 when a window size changes but would still like Mesa to adjust to
56 The glResizeBuffersMESA command may be called when the client
MESA_sprite_point.spec 32 specifically when they're textured. When SPRITE_POINT_MESA is enabled
38 When using point size > 1 or attenuated points this extension is an
60 When point smoothing is enabled, a triangle fan could be rendered
62 define and implement so POINT_SMOOTH is ignored when drawing sprite
121 When SPRITE_POINT_MESA is enabled points are rasterized as screen-
153 POINT_SMOOTH has no effect when SPRITE_POINT_MESA is enabled.
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_copy_sub_buffer.spec 35 when the back color buffer cannot be damaged by other windows.
65 in response to expose events when the back color buffer cannot be
WL_bind_wayland_display.spec 98 eglBindWaylandDisplayWL returns EGL_FALSE when there is already a
101 eglUnbindWaylandDisplayWL returns EGL_FALSE when there is no
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_resize_buffers.spec 34 Mesa cannot automatically detect when a window has been resized.
42 when a window size changes but would still like Mesa to adjust to
56 The glResizeBuffersMESA command may be called when the client
MESA_sprite_point.spec 32 specifically when they're textured. When SPRITE_POINT_MESA is enabled
38 When using point size > 1 or attenuated points this extension is an
60 When point smoothing is enabled, a triangle fan could be rendered
62 define and implement so POINT_SMOOTH is ignored when drawing sprite
121 When SPRITE_POINT_MESA is enabled points are rasterized as screen-
153 POINT_SMOOTH has no effect when SPRITE_POINT_MESA is enabled.
  /xsrc/external/mit/xterm/dist/
graphics_sixel.c 238 * FIXME: The converse is true when implementing a sixel rendering
469 times_up(struct timespec *when, struct timespec *increment)
474 if (when->tv_sec < now.tv_sec
475 || (when->tv_sec == now.tv_sec
476 && when->tv_nsec < now.tv_nsec)) {
480 when->tv_sec += now.tv_sec + increment->tv_sec;
481 when->tv_nsec += now.tv_nsec + increment->tv_nsec;
482 while (when->tv_nsec >= TS_SEC) {
483 when->tv_sec += 1;
484 when->tv_nsec -= TS_SEC
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
release.txt 54 * Added extra wait loop when polling for CRC completion.
58 * Added code to clear the PLL bypass bit when setting the dot PLL.
59 * Fixed panning code so cursor never disappears when panning.
85 * Modified gfx_set_cursor_position to use cursor position when panning and not adjust
95 * Removed wait for VBlank when panning using cursor routines.
106 * Added support for 8K pitch when setting a true color mode above 1024x768
159 * Init code no longer returns Redcloud ID when no chip detected.
238 * Disabled all CSC when setting an RGB video format.
  /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
Bug Report.md 41 Did it used to work? It can greatly help to know when the issue started.
  /xsrc/external/mit/xorg-server/dist/include/
xorg-server.h.in 20 #error Include xorg-config.h when building the X server
xorg-server.h.meson.in 20 #error Include xorg-config.h when building the X server
  /xsrc/external/mit/MesaLib/dist/include/
c99_math.h 43 #error _USE_MATH_DEFINES define required when building with MSVC
  /xsrc/external/mit/MesaLib.old/dist/include/
c99_math.h 43 #error _USE_MATH_DEFINES define required when building with MSVC
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/bundle/
Info.plist.cpp 44 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information, even when not in use.</string>
48 <string>A process launched by APPLE_APPLICATION_NAME wants access to your location information when in use.</string>
  /xsrc/external/mit/xterm/dist/package/
xterm.spec 83 which sets %{fullname} to use UTF-8 encoding when

Completed in 11 milliseconds

1 2 3 4 5 6 7 8 91011>>