Searched refs:x2 (Results 1 - 25 of 27) sorted by relevance

12

/solaris-x11-s12/open-src/proto/sun-ext-protos/include/
H A DinteractiveCommon.h30 #define INTERACTIVE_SETTING 0x2
/solaris-x11-s12/open-src/kernel/sys/drm/
H A Ddrm_rect.h37 * @x2: horizontal ending coordinate (exclusive)
42 int x1, y1, x2, y2; member in struct:drm_rect
61 r->x2 += (dw + 1) >> 1;
78 r->x2 += dx;
94 r->x2 /= horz;
107 return r->x2 - r->x1;
145 return r1->x1 == r2->x1 && r1->x2 == r2->x2 &&
H A Ddrm_dp_helper.h57 #define AUX_I2C_STATUS 0x2
62 #define AUX_NATIVE_REPLY_DEFER (0x2 << 4)
67 #define AUX_I2C_REPLY_DEFER (0x2 << 6)
301 # define DP_SET_POWER_D3 0x2
H A DdrmP.h106 #define DRIVER_REQUIRE_AGP 0x2
437 #define DRM_MASTER 0x2
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dchip.c223 register unsigned int x2; local
233 x2 = x1;
237 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
245 x2 = width;
249 if (!mga_draw_solid_line(x1, y1, x2, y2, color))
262 register unsigned int x2; local
271 x2 = width - x1;
278 if (!box(x1, y1, x2, y2, color))
296 register int x2; local
301 x2
[all...]
H A DlibvtsSUNWmga.h264 int const x2,
271 int const x2,
280 int const x2,
H A Dtools.c793 register int const x2,
810 (x2 << 16) | (x1 & 0xffff));
822 register int const x2,
829 register int const width = x2 - x1;
858 ((x2 - 1) << 16) | (x1 & 0xffff));
894 register int const x2,
910 mga_put_uint32(&mgaptr->mga_draw_xyend, x2 | (y2 << 16));
790 mga_fill_solid_rect( register int const x1, register int const y1, register int const x2, register int const y2, register uint_t const fg) argument
819 mga_fill_pattern_rect( register int const x1, register int const y1, register int const x2, register int const y2, register uint_t const bg, register uint_t const fg, register uint64_t const pat) argument
891 mga_draw_solid_line( register int const x1, register int const y1, register int const x2, register int const y2, register uint_t const fg) argument
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dchip.c201 register uint_t x2; local
211 x2 = x1;
215 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
223 x2 = width;
227 if (!ast_draw_solid_line(x1, y1, x2, y2, color))
240 register uint_t x2; local
249 x2 = width - x1;
256 if (!ast_fill_solid_rect(x1, y1, x2, y2, color))
H A DlibvtsSUNWast.h251 uint_t const x2,
258 uint_t const x2,
267 uint_t const x2,
H A Dtools.c341 height = ((((uint_t)xvovf & 0x2) >> 1 << 10) |
592 maxdac = (ramdac_ctrl & 0x2) ? 255 : 63;
778 register uint_t const x2,
814 ((x2 - x1) << 16) | (y2 - y1)))
828 register uint_t const x2,
875 ((x2 - x1) << 16) | (y2 - y1)))
889 register uint_t const x2,
919 if (x1 < x2)
920 GAbsX = x2 - x1;
922 GAbsX = x1 - x2;
775 ast_fill_solid_rect( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const fg) argument
825 ast_fill_pattern_rect( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const bg, register uint_t const fg, register uint64_t const pat) argument
886 ast_draw_solid_line( register uint_t const x1, register uint_t const y1, register uint_t const x2, register uint_t const y2, register uint_t const fg) argument
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_rect.c43 r1->x2 = min(r1->x2, r2->x2);
80 diff = dst->x2 - clip->x2;
82 int64_t tmp = src->x2 - (int64_t) diff * hscale;
83 src->x2 = clamp_int64_t(tmp);
H A Ddrm_irq.c1189 dev->vblank_inmodeset[crtc] |= 0x2;
1206 if (dev->vblank_inmodeset[crtc] & 0x2)
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dqix.c76 int x2; member in struct:__anon106
122 qp->x2 = (int) random() % qp->width;
146 qp->x2 += qp->dx2;
150 check_bounds(qp, qp->x2, &qp->dx2, qp->width);
163 XDrawLine(dsp, win, Scr[screen].gc, qp->x1, qp->y1, qp->x2, qp->y2);
171 qp->lineq[qp->last].x = qp->x2;
H A Drotor.c183 x2, local
235 x2 = (int) fs->savex[fs->prev];
240 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
252 x2 = thisx;
257 XDrawLine(dsp, win, Scr[screen].gc, x1, y1, x2, y2);
H A Dswarm.c221 sp->segs[b].x2 = X(1, b);
225 sp->old_segs[b].x2 = X(2, b);
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_bios.h571 #define GR18_HK_TOGGLE_DISP (0x2<<3)
598 #define SWF10_TOGGLE_LIST_2 0x2
654 #define SWF14_PM_APM_12 (0x2 << 16)
H A Dintel_sprite.c627 .x2 = src_x + src_w,
634 .x2 = crtc_x + crtc_w,
639 .x2 = crtc->mode.hdisplay,
734 src.x2 > (int) (src_x + src_w) ||
788 dst.x2 = crtc_x + crtc_w;
H A Dintel_ringbuffer.h146 #define I915_DISPATCH_PINNED 0x2
H A Di915_dma.c308 case 0x2:
390 if (box->y2 <= box->y1 || box->x2 <= box->x1 ||
391 (unsigned) box->y2 <= 0 || (unsigned) box->x2 <= 0) {
393 box->x1, box->y1, box->x2, box->y2);
404 OUT_RING(((box->x2 - 1) & 0xffff) | ((box->y2 - 1) << 16));
414 OUT_RING(((box->x2 - 1) & 0xffff) | ((box->y2 - 1) << 16));
H A Dintel_drv.h383 #define DIP_VERSION_AVI 0x2
396 #define DIP_SPD_DVDP 0x2
H A Di915_drm.h179 #define I915_BOX_FLIP 0x2
1193 #define I915_CONTEXT_PARAM_NO_ZEROMAP 0x2
H A Di915_reg.h98 #define INTEL_855_GMCH_GMS_STOLEN_4M (0x2 << 4)
213 #define ECOCHK_PPGTT_WT_HSW (0x2<<3)
292 #define MI_OVERLAY_OFF (0x2<<21)
383 #define GFX_OP_DRAWRECT_INFO_I965 ((0x7900<<16)|0x2)
400 #define GFX_OP_PIPE_CONTROL(len) ((0x3<<29)|(0x3<<27)|(0x2<<24)|(len-2))
1509 #define MAD_DIMM_ECC_IO_OFF_LOGIC_ON (0x2 << 24)
2189 #define PP_SEQUENCE_STATE_OFF_S0_2 (0x2 << 0)
3346 #define DISPPLANE_8BPP (0x2<<26)
4550 #define FORCEWAKE_USER 0x2
4611 #define GEN6_RP_UP_BUSY_AVG (0x2<<
[all...]
H A Dintel_overlay.c58 #define OCMD_MIRROR_VERTICAL (0x2<<17)
62 #define OCMD_Y_SWAP (0x2<<14) /* UYVY or FOURCC UYVY */
66 #define OCMD_RGB_555 (0x2<<10) /* not in i965 Intel docs */
H A Dintel_sdvo_regs.h151 #define SDVO_CMD_STATUS_NOTSUPP 0x2
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c584 #define UnpackTypeIntNeg (0x2)

Completed in 161 milliseconds

12