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

1 2 3

  /src/sys/arch/hp300/dev/
diofb_mono.c 119 uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop,
164 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);
192 (dx & 0x1f), nstart, pdst, rop);
202 if (rop == RR_CLEAR)
212 if (rop == RR_CLEAR)
224 pdst, rop);
246 pdst, rop);
253 if (rop == RR_CLEAR)
265 (dx & 0x1f), nstart, pdst, rop);
maskbits.h 76 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
79 if (rop == RR_CLEAR) \
rboxreg.h 52 #define RBOX_DUALROP(rop) ((rop) << 4 | (rop))
dvboxreg.h 50 #define DVBOX_DUALROP(rop) ((rop) << 4 | (rop))
gbox.c 424 uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop,
441 gb->rep_rule = MOVE_DOWN_RIGHT | rop;
443 gb->rep_rule = MOVE_UP_LEFT | rop;
rbox.c 373 uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop,
383 rb->rep_rule = RBOX_DUALROP(rop);
topcat.c 555 uint16_t dx, uint16_t dy, uint16_t cx, uint16_t cy, int16_t rop,
564 tc->wmrr = rop ^ 0x0f;
568 tc->wmrr = rop;
  /src/sys/arch/vax/vsa/
maskbits.h 53 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
56 switch (rop) { \
smg.c 775 u_int cy, int rop)
813 getandputrop(psrc, srcBit, dstBit, cx, pdst, rop);
848 rop);
858 switch (rop) {
875 switch (rop) {
894 pdst, rop);
916 pdst, rop);
923 switch (rop) {
943 rop);
  /src/sys/dev/sun/
cgsixreg.h 198 u_int32_t fbc_fg; /* fg value for rop */
261 #define GX_ROP_00_0(rop) ((rop) << 0)
262 #define GX_ROP_00_1(rop) ((rop) << 2)
263 #define GX_ROP_01_0(rop) ((rop) << 4)
264 #define GX_ROP_01_1(rop) ((rop) << 6)
265 #define GX_ROP_10_0(rop) ((rop) << 8
    [all...]
  /src/sys/arch/hp300/stand/common/
maskbits.h 74 #define getandputrop(psrc, srcbit, dstbit, width, pdst, rop) \
79 DoRop(_tmpdst, rop, _tmpsrc, _tmpdst); \
83 #define getandputrop0(psrc, srcbit, width, pdst, rop) \
84 getandputrop(psrc, srcbit, 0, width, pdst, rop)
  /src/sys/dev/rcons/
raster.h 124 /* Defines for the raster_op() and raster_text() rop parameter - the bitblit
125 ** operation. A rop can be some Boolean combination of RAS_SRC and
136 ** oring RAS_COLOR(color) into the rop.
164 /* Get the op from a rop. */
166 /* Get the color from a rop. */
199 extern int raster_op ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
202 extern int raster_op_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
205 extern int raster_op_nosrc_noclip ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop ));
208 extern int raster_replsrc ARGS(( struct raster* dst, int dx, int dy, int w, int h, int rop, struct raster* src, int sx, int sy ));
219 extern int raster_text ARGS(( struct raster* r, int x, int y, int rop, struct raster_font* rf, unsigned char* text ))
    [all...]
raster_text.c 68 int rop,
72 return raster_textn( r, x, y, rop, rf, text, strlen( text ) );
81 int rop,
164 color = RAS_GETCOLOR( rop );
180 charrast->height, rop, charrast, 0, 0 ) == 0 )
195 rop, charrast, 0, 0 ) == 0 )
209 rop, charrast, phase, 0 ) < 0 )
216 rop, charrast, phase, 0 ) < 0 )
raster_op.c 558 raster_op(struct raster* dst, int dx, int dy, int w, int h, int rop,
564 if ( needsrc[RAS_GETOP( rop )] )
607 return raster_op_noclip( dst, dx, dy, w, h, rop, src, sx, sy );
633 return raster_op_nosrc_noclip( dst, dx, dy, w, h, rop );
640 raster_op_noclip(struct raster* dst, int dx, int dy, int w, int h, int rop,
645 op = RAS_GETOP( rop );
688 /* One to two, using the color in the rop. */
699 color = RAS_GETCOLOR( rop );
703 /* Make 32 bits of color so we can do the ROP without shifting. */
761 /* One to four, using the color in the rop. *
    [all...]
  /src/sys/net/
rtsock_shared.c 215 struct routecb *rop = (struct routecb *)rp; local in function:COMPATNAME
227 if (rop->rocb_msgfilter == 0 && rop->rocb_missfilterlen == 0)
237 if (rtm.rtm_type >= sizeof(rop->rocb_msgfilter) * CHAR_BIT)
240 if (rop->rocb_msgfilter != 0 &&
241 !(rop->rocb_msgfilter & RTMSGFILTER(rtm.rtm_type)))
244 if (rop->rocb_missfilterlen != 0 && rtm.rtm_type == RTM_MISS) {
248 char *cp = rop->rocb_missfilter;
249 char *ep = cp + rop->rocb_missfilterlen;
290 struct routecb *rop; local in function:COMPATNAME
333 struct routecb *rop = (struct routecb *)rp; local in function:COMPATNAME
1028 struct routecb *rop = sotoroutecb(so); local in function:route_ctloutput
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fbcon.h 41 struct nvif_object rop; member in struct:nouveau_fbdev
nouveau_nv04_fbcon.c 67 OUT_RING(chan, (rect->rop != ROP_COPY) ? 1 : 3);
188 &nfbdev->rop);
225 OUT_RING(chan, nfbdev->rop.handle);
270 OUT_RING(chan, nfbdev->rop.handle);
nouveau_nv50_fbcon.c 43 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11);
47 if (rect->rop != ROP_COPY) {
62 if (rect->rop != ROP_COPY) {
nouveau_nvc0_fbcon.c 43 ret = RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11);
47 if (rect->rop != ROP_COPY) {
62 if (rect->rop != ROP_COPY) {
  /src/sys/dev/ic/
i128.c 83 int xd, int yd, int wi, int he, int rop)
100 (rop & 0xff) << 8 | CO_BITBLT);
  /src/sys/arch/luna68k/dev/
omrasops.c 47 * 2) which plane's ROP a write to the common ROP is reflected on.
49 * The common ROP is not a ROP applied to write to the common bitmap plane.
184 /* Set planemask for the common plane and the common ROP */
192 /* Get a ROP address */
194 om_rop_addr(int plane, int rop)
198 (OMFB_ROP_P0 + OMFB_PLANEOFFS * plane + rop * 4);
201 /* Set ROP and ROP's mask for individual plane *
357 int16_t rop; local in function:om_fill_color
1154 uint8_t rop[OMFB_MAX_PLANECOUNT]; local in function:om4_copyrows
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_gf100.c 1362 int rop, gpc; local in function:gf100_gr_trap_intr
1463 for (rop = 0; rop < gr->rop_nr; rop++) {
1464 u32 statz = nvkm_rd32(device, ROP_UNIT(rop, 0x070));
1465 u32 statc = nvkm_rd32(device, ROP_UNIT(rop, 0x144));
1466 nvkm_error(subdev, "ROP%d %08x %08x\n",
1467 rop, statz, statc);
1468 nvkm_wr32(device, ROP_UNIT(rop, 0x070), 0xc0000000);
1469 nvkm_wr32(device, ROP_UNIT(rop, 0x144), 0xc0000000)
2242 int gpc, tpc, rop; local in function:gf100_gr_init
    [all...]
  /src/sys/dev/pci/
wcfb.c 721 int h, uint32_t rop)
724 wcfb_rop_jfb(sc, sx, sy, dx, dy, w, h, rop, 0x0f);
747 int dx, int dy, int w, int h, uint32_t rop, int32_t planemask)
752 * Compute rop direction. This only really matters for
771 bus_space_write_4(sc->sc_regt, sc->sc_regh, reg, rop);
794 int w, int h, uint32_t rop, int32_t planemask)
821 wcfb_rop_common(sc, reg, sx, sy, dx, dy, w, h, rop, planemask);
  /src/sys/external/bsd/drm/dist/shared-core/
savage_drv.h 360 #define BCI_CMD_SET_ROP(cmd, rop) ((cmd) |= ((rop & 0xFF) << 16))
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_drv.h 365 #define BCI_CMD_SET_ROP(cmd, rop) ((cmd) |= ((rop & 0xFF) << 16))

Completed in 26 milliseconds

1 2 3