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

1 2 3 4 5 6 7

  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_copy_tmp.h 62 COPY_FUNC( 0xb )
81 _mesa_copy_tab[0xb] = TAG2(copy, 0xb);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_copy_tmp.h 62 COPY_FUNC( 0xb )
81 _mesa_copy_tab[0xb] = TAG2(copy, 0xb);
  /xsrc/external/mit/xf86-video-vboxvideo/dist/src/
VBoxVideoVBE.h 55 #define VBE_DISPI_INDEX_FB_BASE_HI 0xb
  /xsrc/external/mit/xf86-video-rendition/dist/src/
cmd2d.h 107 #define ROP_OR_NSD 0xb
  /xsrc/external/mit/libdrm/dist/intel/
intel_aub.h 115 AUB_TRACE_KERNEL_INSTRUCTIONS = ENCODE_SS_TYPE(AUB_TRACE_TYPE_GENERAL, 0xb),
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_accelfuncs.c 257 int xb, int yb,
267 xb, yb, 1,
275 OUT_ACCEL_REG(RADEON_DST_LINE_END, (yb << 16) | xb);
387 int xb, int yb,
397 int deltax = abs(xa - xb);
408 FUNC_NAME(RADEONDashedLastPel)(pScrn, xb, yb, info->accel_state->dash_fg);
410 FUNC_NAME(RADEONDashedLastPel)(pScrn, xb, yb, info->accel_state->dash_bg);
419 OUT_ACCEL_REG(RADEON_DST_LINE_END, (yb << 16) | xb);
498 int xb, int yb,
504 if (info->accel_state->xdir < 0) xa += w - 1, xb += w - 1
    [all...]
  /xsrc/external/mit/xorg-server/dist/Xext/
hashtable.c 266 const XID* xb = b; local
269 *xa < *xb ? -1 :
270 *xa > *xb ? 1 :
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
intel_aub.h 142 AUB_TRACE_KERNEL_INSTRUCTIONS = ENCODE_SS_TYPE(AUB_TRACE_TYPE_GENERAL, 0xb),
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
intel_aub.h 142 AUB_TRACE_KERNEL_INSTRUCTIONS = ENCODE_SS_TYPE(AUB_TRACE_TYPE_GENERAL, 0xb),
  /xsrc/external/mit/xf86-video-sunleo/dist/src/
leo_regs.h 68 #define LEO_ROP_NNEW_OR_OLD (0xb << 18)
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_video.c 1010 INT32 xa, xb, ya, yb; local
1044 xb = src_x + src_w;
1053 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, clipBoxes,
1128 right = (xb + 0x0001ffff) >> 16;
1186 xa, ya, xb, yb,
1191 xa, ya, xb, yb,
1434 INT32 xa, xb, ya, yb; local
1446 xb = src_x + src_w;
1455 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, clipBoxes,
1469 surface->pitches[0], &dstBox, xa, ya, xb, yb
    [all...]
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nouveau_xv.c 774 NV_set_dimensions(ScrnInfoPtr pScrn, int action_flags, INT32 *xa, INT32 *xb,
812 *xb = *src_x + *src_w;
842 if (!xf86XVClipVideoHelper(dstBox, xa, xb, ya, yb, clipBoxes,
868 *right = (*xb) >> 16;
1135 INT32 xa = 0, xb = 0, ya = 0, yb = 0; local
1166 if (NV_set_dimensions(pScrn, action_flags, &xa, &xb, &ya, &yb,
1437 xb, yb, npixels, nlines,
1443 0, 0, xb, yb,
1457 xb, yb, npixels, nlines,
1465 xb, yb, npixels, nlines
1690 INT32 xa, xb, ya, yb; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_context.c 462 { 0x3, 0xd }, { 0x7, 0xb }, /* (0,1), (1,1) */
464 { 0xb, 0xf }, { 0xd, 0x9 } }; /* (2,1), (3,1) */
468 { 0x9, 0x5 }, { 0x7, 0xb }, /* (2,0), (1,1) */
471 { 0xb, 0xf }, { 0xf, 0x1 } }; /* (2,1), (3,0) */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 603 { 0x3, 0xd }, { 0x7, 0xb }, /* (0,1), (1,1) */
605 { 0xb, 0xf }, { 0xd, 0x9 } }; /* (2,1), (3,1) */
609 { 0x9, 0x5 }, { 0x7, 0xb }, /* (2,0), (1,1) */
612 { 0xb, 0xf }, { 0xf, 0x1 } }; /* (2,1), (3,0) */
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 110 return 0xb;
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_instruction.h 86 #define WRITEMASK_XYW 0xb
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_rast.h 287 #define LP_RAST_OP_TRIANGLE_3_16 0xb
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_context.c 434 { 0x3, 0xd }, { 0x7, 0xb }, /* (0,1), (1,1) */
436 { 0xb, 0xf }, { 0xd, 0x9 } }; /* (2,1), (3,1) */
440 { 0x9, 0x5 }, { 0x7, 0xb }, /* (2,0), (1,1) */
443 { 0xb, 0xf }, { 0xf, 0x1 } }; /* (2,1), (3,0) */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 547 { 0x3, 0xd }, { 0x7, 0xb }, /* (0,1), (1,1) */
549 { 0xb, 0xf }, { 0xd, 0x9 } }; /* (2,1), (3,1) */
553 { 0x9, 0x5 }, { 0x7, 0xb }, /* (2,0), (1,1) */
556 { 0xb, 0xf }, { 0xf, 0x1 } }; /* (2,1), (3,0) */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 110 return 0xb;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_instruction.h 86 #define WRITEMASK_XYW 0xb
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_exa.c 510 GLINT_WRITE_REG(1 | 0xb << 9 | 0xb << 13 | 1 << 1 | 1 << 3, PMTextureReadMode);
538 GLINT_WRITE_REG(1 | 0xb << 9 | 0xb << 13 | 1 << 1 | 1 << 3, PMTextureReadMode);
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
i915_program.h 64 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i915_program.h 64 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
i915_program.h 64 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */

Completed in 26 milliseconds

1 2 3 4 5 6 7