| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbrop.h | 79 #define fbXorT(rop,fg,pm,t) ((((fg) & fbFillFromBit((rop) >> 1,t)) | \ argument 82 #define fbAndT(rop,fg,pm,t) ((((fg) & fbFillFromBit (rop ^ (rop>>1),t)) | \ argument 86 #define fbXor(rop,fg,pm) fbXorT(rop,fg,pm,FbBits) argument 88 #define fbAnd(rop,fg,pm) fbAndT(rop,fg,pm,FbBits) argument 90 #define fbXorStip(rop,fg,pm) fbXorT(rop,fg,pm,FbStip) argument 92 #define fbAndStip(rop,fg,pm) fbAndT(rop,fg,pm,FbStip) argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/ |
| H A D | sis_accel.c | 82 int rop, int trans_color) in SiS300SetupForScreenToScreenCopy() 136 SiS300SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS300SetupForSolidFill() 172 SiS310SetupForScreenToScreenCopy(struct sis_video_info *ivideo, int rop, int trans_color) in SiS310SetupForScreenToScreenCopy() 238 SiS310SetupForSolidFill(struct sis_video_info *ivideo, u32 color, int rop) in SiS310SetupForSolidFill()
|
| H A D | sis_accel.h | 243 #define SiS300SetupROP(rop) \ argument 368 #define SiS310SetupROP(rop) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 162 int xdir, int src, int dest, int rop, in source_copy_blit() 196 int rop, int what, int blit_bpp, in color_blit() 236 int dsize, int blit_bpp, int rop, in mono_src_copy_imm_blit() 301 u32 dx, dy, width, height, dest, rop = 0, color = 0; in i810fb_fillrect() local
|
| /OK3568_Linux_fs/kernel/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 85 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_setData() 135 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_setData2()
|
| H A D | sm750_accel.c | 91 u32 color, u32 rop) in sm750_hw_fillrect()
|
| H A D | sm750.c | 165 unsigned int base, pitch, Bpp, rop; in lynxfb_ops_fillrect() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fbcon.h | 41 struct nvif_object rop; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | tridentfb.c | 329 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect() 431 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect() 503 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect() 571 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect()
|
| H A D | hitfb.c | 75 u16 dy, u16 width, u16 height, u16 rop, in hitfb_accel_bitblt()
|
| H A D | bt431.h | 204 u16 rop, u16 width, u16 height) in bt431_set_cursor()
|
| H A D | pm3fb.c | 381 int rop; in pm3fb_fillrect() local
|
| H A D | neofb.c | 1363 u_long dst, rop; in neo2200_fillrect() local
|
| H A D | ffb.c | 243 u32 rop; member 415 static __inline__ void ffb_rop(struct ffb_par *par, u32 rop) in ffb_rop()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | rk_cryptodev.h | 76 struct crypt_rsa_op rop; member
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/ |
| H A D | g2d.h | 59 u32 rop; member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/nvidia/ |
| H A D | nv_accel.c | 169 static void NVSetRopSolid(struct fb_info *info, u32 rop, u32 planemask) in NVSetRopSolid()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_regs.h | 607 #define VI6_BRU_CTRL_CROP(rop) ((rop) << 4) argument 609 #define VI6_BRU_CTRL_AROP(rop) ((rop) << 0) argument 649 #define VI6_BRU_ROP_CROP(rop) ((rop) << 4) argument 651 #define VI6_BRU_ROP_AROP(rop) ((rop) << 0) argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/ |
| H A D | fbdev.c | 966 riva_set_rop_solid(struct riva_par *par, int rop) in riva_set_rop_solid() 1392 u_int color, rop = 0; in rivafb_fillrect() local
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | fb.h | 218 __u32 rop; member 252 __u16 rop; /* bitop operation */ member 361 __u16 rop; /* bitop operation */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | fb.h | 354 __u32 rop; member 388 __u16 rop; /* bitop operation */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | fb.h | 354 __u32 rop; member 388 __u16 rop; /* bitop operation */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | fb.h | 357 __u32 rop; member 391 __u16 rop; /* bitop operation */ member
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/intelfb/ |
| H A D | intelfbdrv.c | 1461 u32 rop, color; in intelfb_fillrect() local
|
| /OK3568_Linux_fs/kernel/include/video/ |
| H A D | pm3fb.h | 944 #define PM3Config2D_ForegroundROP(rop) (((rop) & 0xf) << 7) argument 946 #define PM3Config2D_BackgroundROP(rop) (((rop) & 0xf) << 12) argument 1004 #define PM3FillConfig2D_ForegroundROP(rop) (((rop) & 0xf) << 7) argument 1006 #define PM3FillConfig2D_BackgroundROP(rop) (((rop) & 0xf) << 12) argument
|