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

1 2

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri2.h 44 xf86CrtcPtr desired, BoxPtr crtc_box_ret);
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_window_pos.spec 34 desired window coordinate is outside of the window's bounds one must
MESA_query_renderer.spec 45 implementation may only support the desired version in a core profile.
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_window_pos.spec 34 desired window coordinate is outside of the window's bounds one must
  /xsrc/external/mit/twm/dist/
ylwrap 75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
77 Wrapper for lex/yacc invocations, renaming files as desired.
81 DESIRED is the file we actually want instead of OUTPUT
85 Any number of OUTPUT,DESIRED pairs may be used.
  /xsrc/external/mit/xgc/dist/
ylwrap 75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
77 Wrapper for lex/yacc invocations, renaming files as desired.
81 DESIRED is the file we actually want instead of OUTPUT
85 Any number of OUTPUT,DESIRED pairs may be used.
  /xsrc/external/mit/xorg-server.old/dist/
ylwrap 46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
48 Wrapper for lex/yacc invocations, renaming files as desired.
52 DESIRED is the file we actually want instead of OUTPUT
56 Any number of OUTPUT,DESIRED pairs may be used.
  /xsrc/external/mit/xkbcomp/dist/
ylwrap 71 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
73 Wrapper for lex/yacc invocations, renaming files as desired.
77 DESIRED is the file we actually want instead of OUTPUT
81 Any number of OUTPUT,DESIRED pairs may be used.
  /xsrc/external/mit/xkbevd/dist/
ylwrap 71 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
73 Wrapper for lex/yacc invocations, renaming files as desired.
77 DESIRED is the file we actually want instead of OUTPUT
81 Any number of OUTPUT,DESIRED pairs may be used.
  /xsrc/external/mit/xorg-server/dist/
ylwrap 71 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
73 Wrapper for lex/yacc invocations, renaming files as desired.
77 DESIRED is the file we actually want instead of OUTPUT
81 Any number of OUTPUT,DESIRED pairs may be used.
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
MESA_sprite_point.spec 73 squares. One could define rotated texture images if desired. A 3D
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
MESA_sprite_point.spec 73 squares. One could define rotated texture images if desired. A 3D
  /xsrc/external/mit/fontconfig/dist/doc/
fcfile.fncs 72 caching is desired.
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.h 240 * Desired state of this CRTC
266 * Desired mode
552 * Desired initial position
557 * Desired initial rotation
602 * Desired initial panning
833 xf86OutputFindClosestMode (xf86OutputPtr output, DisplayModePtr desired);
836 xf86SetSingleMode (ScrnInfoPtr pScrn, DisplayModePtr desired, Rotation rotation);
893 * Using the desired mode information in each crtc, set
xf86Crtc.c 2596 * Using the desired mode information in each crtc, set
2679 xf86OutputFindClosestMode (xf86OutputPtr output, DisplayModePtr desired)
2686 if (xf86ModesEqual(scan, desired)) {
2687 best = desired;
2691 /* Reject if it's larger than the desired mode. */
2692 if (scan->HDisplay > desired->HDisplay ||
2693 scan->VDisplay > desired->VDisplay)
2725 (fabs(scan->VRefresh - desired->VRefresh) <
2726 fabs(best->VRefresh - desired->VRefresh))) {
2737 * InitialConfiguration code above. The goal is to clone the desired
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 2811 * Using the desired mode information in each crtc, set
2900 xf86OutputFindClosestMode(xf86OutputPtr output, DisplayModePtr desired)
2906 if (xf86ModesEqual(scan, desired)) {
2907 best = desired;
2911 /* Reject if it's larger than the desired mode. */
2912 if (scan->HDisplay > desired->HDisplay ||
2913 scan->VDisplay > desired->VDisplay) {
2942 (fabs(scan->VRefresh - desired->VRefresh) <
2943 fabs(best->VRefresh - desired->VRefresh))) {
2954 * InitialConfiguration code above. The goal is to clone the desired
    [all...]
xf86Crtc.h 265 * Desired state of this CRTC
291 * Desired mode
593 * Desired initial position
598 * Desired initial rotation
648 * Desired initial panning
987 xf86OutputFindClosestMode(xf86OutputPtr output, DisplayModePtr desired);
991 xf86SetSingleMode(ScrnInfoPtr pScrn, DisplayModePtr desired, Rotation rotation);
1055 * Using the desired mode information in each crtc, set
  /xsrc/external/mit/libXaw/dist/src/
Scrollbar.c 546 XawScrollbarSetValues(Widget current, Widget request _X_UNUSED, Widget desired,
550 ScrollbarWidget dw = (ScrollbarWidget)desired;
562 if (XtIsRealized (desired)) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 1831 glsl_type::can_implicitly_convert_to(const glsl_type *desired,
1834 if (this == desired)
1845 if (this->matrix_columns > 1 || desired->matrix_columns > 1)
1849 if (this->vector_elements != desired->vector_elements)
1853 if (desired->is_float() && this->is_integer_32())
1863 desired->base_type == GLSL_TYPE_UINT && this->base_type == GLSL_TYPE_INT)
1871 if ((!state || state->has_double()) && desired->is_double()) {
glsl_types.h 681 * to \c desired according to Section 4.1.10 of the GLSL spec.
711 bool can_implicitly_convert_to(const glsl_type *desired,
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.cpp 1576 glsl_type::can_implicitly_convert_to(const glsl_type *desired,
1579 if (this == desired)
1590 if (this->matrix_columns > 1 || desired->matrix_columns > 1)
1594 if (this->vector_elements != desired->vector_elements)
1598 if (desired->is_float() && this->is_integer())
1608 desired->base_type == GLSL_TYPE_UINT && this->base_type == GLSL_TYPE_INT)
1616 if ((!state || state->has_double()) && desired->is_double()) {
glsl_types.h 511 * to \c desired according to Section 4.1.10 of the GLSL spec.
541 bool can_implicitly_convert_to(const glsl_type *desired,
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel.h 460 xf86CrtcPtr desired, BoxPtr crtc_box_ret);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel.h 455 xf86CrtcPtr desired, BoxPtr crtc_box_ret);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 1353 rotation_set(struct sna *sna, struct plane *p, uint32_t desired)
1364 if (desired == p->rotation.current)
1367 if ((desired & p->rotation.supported) != desired) {
1373 __FUNCTION__, p->id, LOCAL_MODE_OBJECT_PLANE, p->rotation.prop, desired));
1382 prop.value = desired;
1387 p->rotation.current = desired;
7970 * 'box', then prefer 'desired'. If 'desired' is NULL, then prefer the crtc
7974 sna_covering_crtc(struct sna *sna, const BoxRec *box, xf86CrtcPtr desired)
    [all...]

Completed in 28 milliseconds

1 2