Searched refs:rop (Results 1 - 25 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_accel.c95 int rop, int trans_color)
106 SiS300SetupROP(sisALUConv[rop])
149 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) argument
154 SiS300SetupROP(sisPatALUConv[rop])
185 SiS310SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int rop, int trans_color) argument
195 SiS310SetupROP(sisALUConv[rop])
251 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) argument
256 SiS310SetupROP(sisPatALUConv[rop])
353 SiS300SetupForSolidFill(ivideo, col, myrops[rect->rop]);
360 SiS310SetupForSolidFill(ivideo, col, myrops[rect->rop]);
94 SiS300SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int xdir, int ydir, int rop, int trans_color) argument
[all...]
H A Dsis_accel.h256 #define SiS300SetupROP(rop) \
257 ivideo->CommandReg = (rop) << 8;
381 #define SiS310SetupROP(rop) \
382 ivideo->CommandReg = (rop) << 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_accel.c152 * @rop: raster operation
162 int xdir, int src, int dest, int rop,
170 PUT_RING(xdir | rop << 16 | dpitch | DYN_COLOR_EN | blit_bpp);
186 * @rop: raster operation
196 int rop, int what, int blit_bpp,
204 PUT_RING(rop << 16 | pitch | SOLIDPATTERN | DYN_COLOR_EN | blit_bpp);
220 * @rop: raster operation
236 int dsize, int blit_bpp, int rop,
245 PUT_RING(DYN_COLOR_EN | blit_bpp | rop << 16 | dpitch);
301 u32 dx, dy, width, height, dest, rop local
161 source_copy_blit(int dwidth, int dheight, int dpitch, int xdir, int src, int dest, int rop, int blit_bpp, struct fb_info *info) argument
195 color_blit(int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info *info) argument
235 mono_src_copy_imm_blit(int dwidth, int dheight, int dpitch, int dsize, int blit_bpp, int rop, int dest, const u32 *src, int bg, int fg, struct fb_info *info) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnv_accel.c167 static void NVSetRopSolid(struct fb_info *info, u32 rop, u32 planemask) argument
173 if (par->currentRop != (rop + 32)) {
175 NVDmaNext(par, NVCopyROP_PM[rop]);
176 par->currentRop = rop + 32;
178 } else if (par->currentRop != rop) {
182 NVDmaNext(par, NVCopyROP[rop]);
183 par->currentRop = rop;
334 if (rect->rop != ROP_COPY)
335 NVSetRopSolid(info, rect->rop, ~0);
346 if (rect->rop !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/xgifb/
H A DXGI_accel.c105 XGI310SetupForScreenToScreenCopy(int xdir, int ydir, int rop, argument
116 XGI310SetupROP(XGIALUConv[rop])
172 XGI310SetupForSolidFill(int color, int rop, unsigned int planemask) argument
177 XGI310SetupROP(XGIPatALUConv[rop])
253 XGI310SetupForSolidFill(col, myrops[rect->rop], 0);
H A DXGI_accel.h286 #define XGI300SetupROP(rop) \
287 xgi_video_info.CommandReg = (rop) << 8;
446 #define XGI310SetupROP(rop) \
447 xgi_video_info.CommandReg = (rop) << 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddcprint.cpp146 int WXUNUSED(rop), bool useMask,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddcprint.h45 int rop = wxCOPY, bool useMask = false, wxCoord xsrcMask = wxDefaultCoord, wxCoord ysrcMask = wxDefaultCoord);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddcprint.h45 int rop = wxCOPY, bool useMask = FALSE, wxCoord xsrcMask = -1, wxCoord ysrcMask = -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddc.cpp1156 MGL_writeModeType rop; local
1160 case wxCLEAR: rop = MGL_R2_BLACK; break;
1161 case wxXOR: rop = MGL_R2_XORSRC; break;
1162 case wxINVERT: rop = MGL_R2_NOT; break;
1163 case wxOR_REVERSE: rop = MGL_R2_MERGESRCNOT; break;
1164 case wxAND_REVERSE: rop = MGL_R2_MASKSRCNOT; break;
1165 case wxCOPY: rop = MGL_R2_COPYSRC; break;
1166 case wxAND: rop = MGL_R2_MASKSRC; break;
1167 case wxAND_INVERT: rop = MGL_R2_MASKNOTSRC; break;
1168 case wxNO_OP: rop
1407 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask) argument
1477 DoBitBlt(const wxBitmap& src, MGLDevCtx *dst, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh, int rop, bool useStretching, bool putSection) argument
1500 DoDrawSubBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y, wxCoord w, wxCoord h, wxCoord destx, wxCoord desty, int rop, bool useMask) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dsoftcursor.c59 switch (cursor->rop) {
H A Dbitblit.c72 region.rop = ROP_COPY;
218 region.rop = ROP_COPY;
381 cursor.rop = ROP_XOR;
H A Dfbcon_ccw.c93 region.rop = ROP_COPY;
203 region.rop = ROP_COPY;
384 cursor.rop = ROP_XOR;
H A Dfbcon_cw.c79 region.rop = ROP_COPY;
187 region.rop = ROP_COPY;
368 cursor.rop = ROP_XOR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dffb.c242 u32 rop; member in struct:ffb_fbc
414 static __inline__ void ffb_rop(struct ffb_par *par, u32 rop) argument
416 if (par->rop_cache != rop) {
418 upa_writel(rop, &par->fbc->rop);
419 par->rop_cache = rop;
437 upa_writel(par->rop_cache, &fbc->rop);
482 BUG_ON(rect->rop != ROP_COPY && rect->rop != ROP_XOR);
494 ffb_rop(par, rect->rop
[all...]
H A Dhitfb.c76 u16 dy, u16 width, u16 height, u16 rop,
84 fb_writew(rop, HD64461_BBTROPR);
127 if (rect->rop != ROP_COPY)
75 hitfb_accel_bitblt(int truecolor, u16 sx, u16 sy, u16 dx, u16 dy, u16 width, u16 height, u16 rop, u32 mask_addr) argument
H A Dsysfillrect.c274 switch (rect->rop) {
282 printk( KERN_ERR "cfb_fillrect(): unknown rop, "
304 switch (rect->rop) {
312 printk(KERN_ERR "sys_fillrect(): unknown rop, "
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_fbcon.c18 RING_SPACE(chan, rect->rop == ROP_COPY ? 7 : 11)) {
27 if (rect->rop != ROP_COPY) {
42 if (rect->rop != ROP_COPY) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/dfb/
H A Ddc.h154 int rop = wxCOPY, bool useMask = false, wxCoord xsrcMask = -1, wxCoord ysrcMask = -1);
179 wxCoord destx, wxCoord desty, int rop, bool useMask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mgl/
H A Ddc.h171 int rop = wxCOPY, bool useMask = false, wxCoord xsrcMask = -1, wxCoord ysrcMask = -1);
208 // Convert wxWin logical function to MGL rop:
214 wxCoord destx, wxCoord desty, int rop, bool useMask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Dpm3fb.h944 #define PM3Config2D_ForegroundROP(rop) (((rop) & 0xf) << 7)
946 #define PM3Config2D_BackgroundROP(rop) (((rop) & 0xf) << 12)
1004 #define PM3FillConfig2D_ForegroundROP(rop) (((rop) & 0xf) << 7)
1006 #define PM3FillConfig2D_BackgroundROP(rop) (((rop) & 0xf) << 12)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp1669 int rop; local
1673 case wxCLEAR: rop = R2_BLACK; break;
1674 case wxXOR: rop = R2_XORPEN; break;
1675 case wxINVERT: rop = R2_NOT; break;
1676 case wxOR_REVERSE: rop = R2_MERGEPENNOT; break;
1677 case wxAND_REVERSE: rop = R2_MASKPENNOT; break;
1678 case wxCOPY: rop = R2_COPYPEN; break;
1679 case wxAND: rop = R2_MASKPEN; break;
1680 case wxAND_INVERT: rop = R2_MASKNOTPEN; break;
1681 case wxNO_OP: rop
1695 SetROP2(GetHdc(), rop); local
2065 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Ddc.cpp689 int rop, bool useMask,
697 wxCHECK_MSG( rop == wxCOPY, false, _T("only wxCOPY function supported") );
725 rop,
758 wxCoord destx, wxCoord desty, int rop, bool useMask)
765 wxCHECK_RET( rop == wxCOPY, _T("only wxCOPY function supported") );
686 DoBlit(wxCoord xdest, wxCoord ydest, wxCoord width, wxCoord height, wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop, bool useMask, wxCoord xsrcMask, wxCoord ysrcMask) argument
756 DoDrawSubBitmap(const wxBitmap &bmp, wxCoord x, wxCoord y, wxCoord w, wxCoord h, wxCoord destx, wxCoord desty, int rop, bool useMask) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddcpsg.h117 wxDC *source, wxCoord xsrc, wxCoord ysrc, int rop = wxCOPY, bool useMask = false,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb_accel.c82 BCI_CMD_SET_ROP(cmd, savagefb_rop[rect->rop]);

Completed in 251 milliseconds

1234