Searched refs:xb (Results 1 - 25 of 156) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_copy_tmp.h62 COPY_FUNC( 0xb )
81 _mesa_copy_tab[0xb] = TAG2(copy, 0xb);
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_copy_tmp.h62 COPY_FUNC( 0xb )
81 _mesa_copy_tab[0xb] = TAG2(copy, 0xb);
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A DVBoxVideoVBE.h55 #define VBE_DISPI_INDEX_FB_BASE_HI 0xb
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dcmd2d.h107 #define ROP_OR_NSD 0xb
/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_aub.h115 AUB_TRACE_KERNEL_INSTRUCTIONS = ENCODE_SS_TYPE(AUB_TRACE_TYPE_GENERAL, 0xb),
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_accelfuncs.c257 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
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dhashtable.c266 const XID* xb = b; local in function:ht_resourceid_compare
269 *xa < *xb ? -1 :
270 *xa > *xb ? 1 :
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_regs.h68 #define LEO_ROP_NNEW_OR_OLD (0xb << 18)
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Dintel_aub.h142 AUB_TRACE_KERNEL_INSTRUCTIONS = ENCODE_SS_TYPE(AUB_TRACE_TYPE_GENERAL, 0xb),
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Dintel_aub.h142 AUB_TRACE_KERNEL_INSTRUCTIONS = ENCODE_SS_TYPE(AUB_TRACE_TYPE_GENERAL, 0xb),
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_video.c1010 INT32 xa, xb, ya, yb; local in function:NVPutImage
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 in function:NVDisplaySurface
1446 xb = src_x + src_w;
1455 if(!xf86XVClipVideoHelper(&dstBox, &xa, &xb, &ya, &yb, clipBoxes,
1469 surface->pitches[0], &dstBox, xa, ya, xb, y
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c774 NV_set_dimensions(ScrnInfoPtr pScrn, int action_flags, INT32 *xa, INT32 *xb, argument
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 in function:NVPutImage
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, y
1690 INT32 xa, xb, ya, yb; local in function:NVDisplaySurface
[all...]
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_exa.c510 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/
H A Di915_program.h64 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_program.h64 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_program.h64 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.h86 #define WRITEMASK_XYW 0xb
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h287 #define LP_RAST_OP_TRIANGLE_3_16 0xb
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c434 { 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/
H A Dnvc0_context.c547 { 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/
H A Dnv04_state_raster.c110 return 0xb;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c462 { 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/
H A Dnvc0_context.c603 { 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/program/
H A Dprog_instruction.h86 #define WRITEMASK_XYW 0xb
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c110 return 0xb;

Completed in 19 milliseconds

1234567