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

1 2

  /xsrc/external/mit/x11perf/dist/
do_tests.c 35 V1_2FEATURE, ROP, 0,
39 V1_2FEATURE, ROP, 0,
43 V1_2FEATURE, ROP, 0,
47 V1_2FEATURE, ROP, 0,
51 V1_2FEATURE, ROP, 0,
56 V1_2FEATURE, ROP, 0,
61 V1_2FEATURE, ROP, 0,
66 V1_2FEATURE, ROP, 0,
71 V1_2FEATURE, ROP, 0,
76 V1_2FEATURE, ROP, 0
    [all...]
x11perf.h 115 WINDOW, /* Windowing test, rop, planemask have no affect */
116 ROP, /* Graphics test, rop, planemask has some affect */
117 PLANEMASK, /* Graphics test, rop no affect, planemask some affect */
118 NONROP, /* Graphics or overhead test, rop has no affect */
131 TestType testType; /* Windowing, graphics rop, graphics non-rop */
x11perf.c 49 typedef struct _RopNames { const char *name; int rop; } RopNameRec, *RopNamePtr; member in struct:_RopNames
511 " -rop <rop0 rop1 ...> use the given rops to draw (default = GXcopy)\n"
918 int rop, pm; local
1041 } else if (strcmp(argv[i], "-rop") == 0) {
1166 case ROP:
1168 for (rop = 0; rop < numRops; rop++) {
1171 if (rops[rop] == GXcopy) {
1175 ropNames[rops[rop]].name
1530 int rop; local
    [all...]
  /xsrc/external/mit/xf86-video-geode/dist/src/
gx_accel.c 223 * rop int unmapped raster op
230 int color, int rop, unsigned int planemask)
232 //ErrorF("GXSetupForSolidFill(%#x,%#x,%#x)\n", color, rop, planemask);
233 rop &= 0x0F;
237 gfx_set_raster_operation(planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
240 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]);
242 BLT_MODE = ((ROP ^ (ROP >> 2)) & 0x33) == 0 ? MGP_BM_SRC_MONO : 0
1785 unsigned int sizes, strides, blt_mode = 0, rop = 0; local
    [all...]
  /xsrc/external/mit/xf86-video-ag10e/dist/src/
ag10e.h 71 CARD32 ROP;
glint_regs.h 1285 #define LOADROP(rop) \
1287 if (pGlint->ROP != rop) { \
1288 GLINT_WRITE_REG(rop<<1|UNIT_ENABLE, LogicalOpMode); \
1289 pGlint->ROP = rop; \
1293 #define LOADROP(rop) \
1295 GLINT_WRITE_REG(rop<<1|UNIT_ENABLE, LogicalOpMode); \
1296 pGlint->ROP = rop; \
    [all...]
ag10e_accel.c 67 static void SXSetupForFillRectSolid(ScrnInfoPtr pScrn, int color, int rop,
73 int fg, int bg, int rop,
79 int rop, unsigned int planemask,
88 static void SXSetupForSolidLine(ScrnInfoPtr pScrn, int color, int rop,
186 pAG10E->ROP = 0xFF;
327 int color, int rop,
342 if (rop == GXcopy) {
353 LOADROP(rop);
396 int rop,
407 if (rop == GXcopy)
    [all...]
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_common.c 150 pGlint->ROP = 0xFF;
pm2_exa.c 105 int xdir, int ydir, int rop, Pixel planemask)
123 if ((rop == GXset) || (rop == GXclear)) {
126 if ((rop == GXcopy) || (rop == GXcopyInverted)) {
132 LOADROP(rop);
154 if ((pGlint->ROP != GXcopy) || (pScrn->bitsPerPixel != 8)) {
183 Pm2PrepareSolid(PixmapPtr pPixmap, int rop, Pixel planemask, Pixel color)
197 if (rop == GXcopy) {
207 LOADROP(rop);
    [all...]
pm2_accel.c 67 int rop, unsigned int planemask);
71 int rop, unsigned int planemask);
78 int xdir, int ydir, int rop,
84 int xdir, int ydir, int rop,
91 int rop, unsigned int planemask);
99 int fg, int bg, int rop,unsigned int planemask);
102 int rop, unsigned int planemask);
108 int rop, unsigned int planemask);
114 int rop, unsigned int planemask,
118 int rop, unsigned int planemask,
    [all...]
tx_accel.c 53 static void TXSetupForFillRectSolid(ScrnInfoPtr pScrn, int color, int rop,
59 int fg, int bg, int rop,
65 int rop, unsigned int planemask,
71 int skipleft, int fg, int bg, int rop,
77 unsigned char *src, int srcwidth, int rop,
81 int bg, int rop, unsigned int planemask);
87 static void TXSetupForSolidLine(ScrnInfoPtr pScrn, int color, int rop,
175 pGlint->ROP = 0xFF;
385 int color, int rop,
394 if (rop == GXcopy)
    [all...]
pm_accel.c 51 static void PermediaSetupForFillRectSolid(ScrnInfoPtr pScrn, int color, int rop,
56 int rop, unsigned int planemask);
65 int ydir, int rop, unsigned int planemask,
72 int fg, int bg, int rop,
80 int fg, int bg, int rop,unsigned int planemask);
83 int rop, unsigned int planemask,
87 int rop, unsigned int planemask,
91 int rop, unsigned int planemask,
95 int fg, int bg, int rop,
164 pGlint->ROP = 0xFF
    [all...]
glint.h 149 CARD32 ROP;
glint_regs.h 1293 #define LOADROP(rop) \
1295 if (pGlint->ROP != rop) { \
1296 GLINT_WRITE_REG(rop<<1|UNIT_ENABLE, LogicalOpMode); \
1297 pGlint->ROP = rop; \
pm2_video.c 878 pGlint->ROP = 0xFF;
963 pGlint->ROP = 0xFF;
1039 pGlint->ROP = 0xFF;
1164 pGlint->ROP = 0xFF;
  /xsrc/external/mit/xf86-video-trident/dist/src/
image_xaa.c 53 int rop,
63 int rop,
74 int rop,
85 int rop,
96 int rop,
106 int rop,
120 int rop,
346 int rop,
357 IMAGE_OUT(0x2120, 0x90000000 | XAAGetCopyROP(rop));
420 int rop,
    [all...]
trident.h 121 Bool ROP;
blade_xaa.c 51 int rop,
64 int rop,
75 int rop,
86 int rop,
92 int rop,
102 int rop,
116 int rop,
127 int rop,
137 int rop,
326 int rop,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_surface.c 467 nouveau_object_del(&hw->rop);
517 NULL, 0, &hw->rop);
522 PUSH_DATA (push, hw->rop->handle);
526 BEGIN_NV04(push, NV01_ROP(ROP), 1);
563 BEGIN_NV04(push, NV04_GDI(ROP), 1);
564 PUSH_DATA (push, hw->rop->handle);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_surface.c 471 nouveau_object_del(&hw->rop);
521 NULL, 0, &hw->rop);
526 PUSH_DATA (push, hw->rop->handle);
530 BEGIN_NV04(push, NV01_ROP(ROP), 1);
567 BEGIN_NV04(push, NV04_GDI(ROP), 1);
568 PUSH_DATA (push, hw->rop->handle);
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv04_exa.c 62 BEGIN_NV04(push, NV01_ROP(ROP), 1);
72 BEGIN_NV04(push, NV01_ROP(ROP), 1);
nv_accel_common.c 384 BEGIN_NV04(push, NV04_RECT(ROP), 1);
566 BEGIN_NV04(push, NV01_IFC(ROP), 1);
nvc0_accel.c 205 BEGIN_NVC0(push, NV50_2D(ROP), 1);
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_rtns.h 78 void gp_set_raster_operation(unsigned char ROP);
cim_gp.c 372 * that prepares for multiple pattern fills by programming the ROP,
400 * - Clears any 8x8 pattern if the ROP does not involve pattern data.
404 gp_set_raster_operation(unsigned char ROP)
411 gp3_raster_mode = gp3_bpp | (unsigned long) ROP;
416 if ((ROP & 0x55) ^ ((ROP >> 1) & 0x55)) {
976 * the ROP involves source data, that source data will be constant.
1870 /* copy ROP. */
2306 * restoring any GP state, such as the ROP or mono colors.
2755 /* ENABLE TRANSPARENCY AND PATTERN COPY ROP
    [all...]

Completed in 31 milliseconds

1 2