Searched refs:ROP_BLIT (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_exa.c34 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
35 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
36 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
37 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
38 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
39 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
40 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
41 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
42 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
43 ROP_BLIT(GX_ROP_INVER
[all...]
H A Dcg6_accel.c35 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
36 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
37 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
38 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
39 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
40 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
41 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
42 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
43 ROP_BLIT(GX_ROP_INVERT, GX_ROP_CLEAR), /* GXnor */
44 ROP_BLIT(GX_ROP_INVER
[all...]
H A Dcg6_regs.h163 #define ROP_BLIT(O,I) (ROP_STANDARD | \ macro
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunGX.c111 #define ROP_BLIT(O,I) (ROP_STANDARD | \ macro
194 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
195 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
196 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
197 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
198 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
199 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
200 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
201 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
202 ROP_BLIT(GX_ROP_INVER
[all...]
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A DsunGX.c111 #define ROP_BLIT(O,I) (ROP_STANDARD | \ macro
194 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_CLEAR), /* GXclear */
195 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_NOOP), /* GXand */
196 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_INVERT), /* GXandReverse */
197 ROP_BLIT(GX_ROP_CLEAR, GX_ROP_SET), /* GXcopy */
198 ROP_BLIT(GX_ROP_NOOP, GX_ROP_CLEAR), /* GXandInverted */
199 ROP_BLIT(GX_ROP_NOOP, GX_ROP_NOOP), /* GXnoop */
200 ROP_BLIT(GX_ROP_NOOP, GX_ROP_INVERT), /* GXxor */
201 ROP_BLIT(GX_ROP_NOOP, GX_ROP_SET), /* GXor */
202 ROP_BLIT(GX_ROP_INVER
[all...]

Completed in 7 milliseconds