Searched refs:ROP (Results 1 - 25 of 33) sorted by relevance

12

/xsrc/external/mit/x11perf/dist/
H A Ddo_tests.c35 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,
[all...]
H A Dx11perf.h116 ROP, /* Graphics test, rop, planemask has some affect */ enumerator in enum:__anon7c34380c0103
H A Dx11perf.c1166 case ROP:
1379 case ROP:
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_accel.c240 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]); local in function:GXSetupForSolidFill
242 BLT_MODE = ((ROP ^ (ROP >> 2)) & 0x33) == 0 ? MGP_BM_SRC_MONO : 0;
243 if (((ROP ^ (ROP >> 1)) & 0x55) != 0)
246 WRITE_GP32(MGP_RASTER_MODE, ROP);
415 unsigned int ROP = BPP | local in function:GXSetupForMono8x8PatternFill
419 BLT_MODE = ((ROP ^ (ROP >> 2)) & 0x33) == 0 ? MGP_BM_SRC_MONO : 0;
420 if (((ROP
521 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]); local in function:GXSetupForScreenToScreenCopy
790 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]); local in function:GXSetupForScanlineCPUToScreenColorExpandFill
970 unsigned int ROP = BPP | (planemask == ~0U ? SDfn[rop] : SDfn_PM[rop]); local in function:GXSetupForScreenToScreenColorExpandFill
1082 unsigned int ROP = BPP | (planemask == ~0U ? PDfn[rop] : PDfn_SM[rop]); local in function:GXSetupForSolidLine
1528 unsigned int ROP = amd_gx_BppToRasterMode(pxMap->drawable.bitsPerPixel) local in function:amd_gx_exa_PrepareSolid
1571 unsigned int ROP; local in function:amd_gx_exa_PrepareCopy
[all...]
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e.h71 CARD32 ROP; member in struct:__anon7eb29e6e0108
H A Dglint_regs.h1287 if (pGlint->ROP != rop) { \
1289 pGlint->ROP = rop; \
1296 pGlint->ROP = rop; \
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_common.c150 pGlint->ROP = 0xFF;
H A Dpm2_exa.c154 if ((pGlint->ROP != GXcopy) || (pScrn->bitsPerPixel != 8)) {
225 if (pGlint->ROP == GXcopy) {
H A Dpm2_accel.c382 if (pGlint->ROP != GXcopy) {
572 if (pGlint->ROP == GXcopy) {
706 if (pGlint->ROP == GXcopy) {
723 if (pGlint->ROP == GXcopy) {
H A Dtx_accel.c175 pGlint->ROP = 0xFF;
634 if (pGlint->ROP == GXcopy) {
647 if (pGlint->ROP == GXcopy) {
H A Dpm_accel.c164 pGlint->ROP = 0xFF;
411 if ((w < 32) || (pGlint->ROP != GXcopy)) {
466 if (pGlint->ROP == GXcopy) {
H A Dglint.h149 CARD32 ROP; member in struct:__anon125efece0308
H A Dglint_regs.h1295 if (pGlint->ROP != rop) { \
1297 pGlint->ROP = rop; \
H A Dpm2_video.c878 pGlint->ROP = 0xFF;
963 pGlint->ROP = 0xFF;
1039 pGlint->ROP = 0xFF;
1164 pGlint->ROP = 0xFF;
H A Dpm3_accel.c362 pGlint->ROP = 0xFF;
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dimage_xaa.c688 pTrident->ROP = (2 << 22);
693 pTrident->ROP = (3 << 22);
713 IMAGE_OUT(0x2124, 0x80000000 | (pTrident->ROP) | (1 << 10) | 1);
H A Dtrident.h121 Bool ROP; member in struct:__anon52c1ffc60208
H A Dblade_xaa.c628 pTrident->ROP = rop;
660 (pTrident->ROP == GXcopy ? 0 : (1 << 10)) |
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv04_exa.c62 BEGIN_NV04(push, NV01_ROP(ROP), 1);
72 BEGIN_NV04(push, NV01_ROP(ROP), 1);
H A Dnv_accel_common.c384 BEGIN_NV04(push, NV04_RECT(ROP), 1);
566 BEGIN_NV04(push, NV01_IFC(ROP), 1);
H A Dnvc0_accel.c205 BEGIN_NVC0(push, NV50_2D(ROP), 1);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c530 BEGIN_NV04(push, NV01_ROP(ROP), 1);
567 BEGIN_NV04(push, NV04_GDI(ROP), 1);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c526 BEGIN_NV04(push, NV01_ROP(ROP), 1);
563 BEGIN_NV04(push, NV04_GDI(ROP), 1);
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_rtns.h78 void gp_set_raster_operation(unsigned char ROP);
H A Dcim_gp.c372 * 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) argument
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 58 milliseconds

12