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

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_msg.c 74 * @in_bx: [IN] Message Len, through BX
80 * @bx: [OUT] e.g. status from an HB message status command
88 ax, bx, cx, dx, si, di) \
92 "=b"(bx), \
121 * @bx: [OUT] e.g. status from an HB message status command
133 ax, bx, cx, dx, si, di) \
140 "=b"(bx), \
157 ax, bx, cx, dx, si, di) \
164 "=b"(bx), \
192 ax, bx, cx, dx, si, di)
308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local
338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local
369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_msg.c 71 * @in_bx: [IN] Message Len, through BX
77 * @bx: [OUT] e.g. status from an HB message status command
85 ax, bx, cx, dx, si, di) \
89 "=b"(bx), \
118 * @bx: [OUT] e.g. status from an HB message status command
130 ax, bx, cx, dx, si, di) \
137 "=b"(bx), \
154 ax, bx, cx, dx, si, di) \
161 "=b"(bx), \
189 ax, bx, cx, dx, si, di)
305 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local
335 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local
366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
test_rendering.c 149 int mbx, mby, bx, by; local
217 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS; ++bx)
224 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
225 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1))),
234 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx)
241 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1)))
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
test_rendering.c 149 int mbx, mby, bx, by; local
217 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS; ++bx)
224 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))),
225 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(INPUT_WIDTH - 1))),
234 for (bx = 0; bx < MACROBLOCK_WIDTH_IN_BLOCKS / 2; ++bx)
241 (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1)))
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbrop.h 82 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
85 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
86 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
88 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
89 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
93 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
94 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbrop.h 82 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
83 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
85 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
86 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
88 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
89 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
93 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
94 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
  /xsrc/external/mit/xorg-server/dist/fb/
fbrop.h 98 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
99 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
101 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
102 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
104 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
105 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
109 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
110 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
  /xsrc/external/mit/oclock/dist/
transform.h 36 double mx, bx; member in struct:_transform
48 # define Xx(x,y,t) ((int)((t)->mx * (x) + (t)->bx + 0.5))
52 # define Tx(x,y,t) ((((double) (x)) - (t)->bx) / (t)->mx)
transform.c 100 t->bx = ((double) xx1) - t->mx * tx1;
  /xsrc/external/mit/xeyes/dist/
transform.h 7 double mx, bx; member in struct:_transform
19 # define Xx(x,y,t) ((int)((t)->mx * (x) + (t)->bx + 0.5))
23 # define Tx(x,y,t) ((((double) (x)) - (t)->bx) / (t)->mx)
transform.c 87 o->x = t->mx * i->x + t->bx;
107 t->bx = ((double) xx1) - t->mx * tx1;
  /xsrc/external/mit/xf86-input-vmmouse/dist/shared/
vmmouse_proto.h 106 DECLARE_REG_STRUCT(bx);
121 DECLARE_REG_STRUCT(bx);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbrop.h 107 #define FbStippleRRop(dst, b, fa, fx, ba, bx) \
108 (FbDoRRop(dst, fa, fx) & b) | (FbDoRRop(dst, ba, bx) & ~b)
110 #define FbStippleRRopMask(dst, b, fa, fx, ba, bx, m) \
111 (FbDoMaskRRop(dst, fa, fx, m) & (b)) | (FbDoMaskRRop(dst, ba, bx, m) & ~(b))
113 #define FbDoLeftMaskByteStippleRRop(dst, b, fa, fx, ba, bx, lb, l) { \
114 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
118 #define FbDoRightMaskByteStippleRRop(dst, b, fa, fx, ba, bx, rb, r) { \
119 FbBits __xor = ((fx) & (b)) | ((bx) & ~(b)); \
  /xsrc/external/mit/xf86-video-mach64/dist/src/
aticonsole.c 208 pVbe->pInt10->bx = 0x0000; /* bh=0x00 get active, bh=0x01 set active */
212 "Active displays: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
213 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
219 if (pVbe->pInt10->bx & 0x1)
223 if (pVbe->pInt10->bx & 0x2)
227 if (pVbe->pInt10->bx & 0x4) {
242 pVbe->pInt10->bx = 0x0100; /* bh=0x01 set active */
247 "TV not present, disabling: ax=0x%04x, bx=0x%04x, cx=0x%04x\n",
248 pVbe->pInt10->ax, pVbe->pInt10->bx, pVbe->pInt10->cx);
257 } else if (tv_attached && (pVbe->pInt10->bx & 0x0400))
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
vbe.c 191 pVbe->pInt10->bx = 0;
208 switch (pVbe->pInt10->bx & 0x3) {
231 if (pVbe->pInt10->bx & 0x4) {
241 (pVbe->pInt10->bx >> 8) & 0xff);
289 pVbe->pInt10->bx = 0x01;
446 BX := Video mode
463 pVbe->pInt10->bx = mode;
465 pVbe->pInt10->bx |= 1 << 11;
471 pVbe->pInt10->bx &= ~(1 << 11);
488 BX := Current video mod
    [all...]
xf86int10.c 28 static struct pci_device *findPci(xf86Int10InfoPtr pInt, unsigned short bx);
254 /* BX = pixel column */
696 ErrorF("int 0x1a: ax=0x%x bx=0x%x cx=0x%x dx=0x%x di=0x%x es=0x%x\n",
708 ErrorF("ax=0x%x dx=0x%x bx=0x%x cx=0x%x flags=0x%x\n",
732 ErrorF("ax=0x%x bx=0x%x flags=0x%x\n", X86_EAX, X86_EBX, X86_EFLAGS);
853 findPci(xf86Int10InfoPtr pInt, unsigned short bx)
855 const unsigned bus = (bx >> 8) & 0x00FF;
856 const unsigned dev = (bx >> 3) & 0x001F;
857 const unsigned func = (bx) & 0x0007;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
vbe.c 183 pVbe->pInt10->bx = 0;
200 switch (pVbe->pInt10->bx & 0x3) {
223 if (pVbe->pInt10->bx & 0x4) {
232 (pVbe->pInt10->bx >> 8) & 0xff);
276 pVbe->pInt10->bx = 0x01;
445 BX := Video mode
462 pVbe->pInt10->bx = mode;
464 pVbe->pInt10->bx |= 1 << 11;
469 pVbe->pInt10->bx &= ~(1 << 11);
486 BX := Current video mod
    [all...]
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_vbe.c 30 pInt->bx = 0;
46 psav->pVbe->pInt10->bx = 0x0003;
69 psav->pVbe->pInt10->bx = S3_SET_ACTIVE_DISP;
80 psav->pVbe->pInt10->bx = S3_SET_REFRESH;
91 psav->pVbe->pInt10->bx = n;
107 psav->pVbe->pInt10->bx = S3_ALT_SET_ACTIVE_DISP;
148 psav->pVbe->pInt10->bx = 0x0001; /* Set default refresh rate */
158 psav->pVbe->pInt10->bx = 0x0007; /* TV extensions */
168 psav->pVbe->pInt10->bx = 0x0003; /* set active devices */
203 psav->pVbe->pInt10->bx = 0x0003; /* set active devices *
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
prim_asm.h 125 "adc ax,bx" \
128 parm [edi] [ax] [bx] \
130 modify exact [ax bx];
161 "add ax,bx" \
164 parm [edi] [ax] [bx] \
166 modify exact [ax bx];
197 "and ax,bx" \
200 parm [edi] [ax] [bx] \
202 modify exact [ax bx];
233 "cmp ax,bx" \
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
prim_asm.h 118 "adc ax,bx" \
121 parm [edi] [ax] [bx] \
123 modify exact [ax bx];
151 "add ax,bx" \
154 parm [edi] [ax] [bx] \
156 modify exact [ax bx];
184 "and ax,bx" \
187 parm [edi] [ax] [bx] \
189 modify exact [ax bx];
217 "cmp ax,bx" \
    [all...]
  /xsrc/external/mit/xf86-video-siliconmotion/dist/src/
smilynx_output.c 136 pSmi->pInt10->bx = 0x0001;
139 pSmi->pInt10->bx = 0x0101;
142 pSmi->pInt10->bx = 0x0201;
145 pSmi->pInt10->bx = 0x0401;
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_ext.h 39 USHORT ax, hi_ax, bx, hi_bx, cx, hi_cx, dx, hi_dx, si, hi_si, di ,hi_di, bp, hi_bp; member in struct:WORDREGS
  /xsrc/external/mit/xf86-video-suncg6/dist/src/
cg6_driver.c 567 BoxRec bx; local
572 bx.x1=bx.y1=0;
573 bx.x2=pCg6->width;
574 bx.y2=pCg6->maxheight;
575 xf86InitFBManager(pScreen,&bx);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
xf86int10.c 27 static struct pci_device *findPci(xf86Int10InfoPtr pInt, unsigned short bx);
257 /* BX = pixel column */
694 ErrorF("int 0x1a: ax=0x%x bx=0x%x cx=0x%x dx=0x%x di=0x%x es=0x%x\n",
706 ErrorF("ax=0x%x dx=0x%x bx=0x%x cx=0x%x flags=0x%x\n",
731 ErrorF("ax=0x%x bx=0x%x flags=0x%x\n", X86_EAX, X86_EBX, X86_EFLAGS);
848 findPci(xf86Int10InfoPtr pInt, unsigned short bx)
850 const unsigned bus = (bx >> 8) & 0x00FF;
851 const unsigned dev = (bx >> 3) & 0x001F;
852 const unsigned func = (bx ) & 0x0007;
  /xsrc/external/mit/pixman/dist/pixman/
pixman-arm-simd-asm-scaled.S 150 bx lr

Completed in 14 milliseconds

1 2 3