Searched refs:xorBits (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbarcbits.h27 #define ARCCOPY(d) WRITE(d,xorBits)
28 #define ARCRROP(d) RROP(d,andBits,xorBits)
41 BITS andBits, xorBits; local in function:ARC
49 xorBits = (BITS) xor;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbarcbits.h27 #define ARCCOPY(d) WRITE(d,xorBits)
28 #define ARCRROP(d) RROP(d,andBits,xorBits)
41 BITS andBits, xorBits; local in function:ARC
49 xorBits = (BITS) xor;
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbbits.h329 #define ARCCOPY(d) STORE(d,xorBits)
330 #define ARCRROP(d) RROP(d,andBits,xorBits)
348 BITS andBits, xorBits; local in function:ARC
356 xorBits = (BITS) xor;
819 FbBits xorBits = fbGetGCPrivate(pGC)->xor; local in function:POLYSEGMENT
821 BITS xor = xorBits;
893 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, startmask));
898 WRITE(dstLine++, xorBits);
902 WRITE(dstLine, FbDoRRop (READ(dstLine), andBits, xorBits));
906 WRITE(dstLine, FbDoMaskRRop (READ(dstLine), andBits, xorBits, endmas
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbbits.h282 #define ARCCOPY(d) STORE(d,xorBits)
283 #define ARCRROP(d) RROP(d,andBits,xorBits)
296 BITS andBits, xorBits; local in function:ARC
304 xorBits = (BITS) xor;
726 FbBits xorBits = fbGetGCPrivate(pGC)->xor; local in function:POLYSEGMENT
728 BITS xor = xorBits;
791 FbDoMaskRRop(READ(dstLine), andBits, xorBits,
797 WRITE(dstLine++, xorBits);
801 FbDoRRop(READ(dstLine), andBits, xorBits));
806 FbDoMaskRRop(READ(dstLine), andBits, xorBits,
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1687 UINT_32 xorBits = macroBlockBits - m_pipeInterleaveLog2; local in function:Addr::V2::Lib::GetPipeXorBits
1690 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp1687 UINT_32 xorBits = macroBlockBits - m_pipeInterleaveLog2; local in function:Addr::V2::Lib::GetPipeXorBits
1690 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1817 UINT_32 xorBits = macroBlockBits - m_pipeInterleaveLog2; local in function:Addr::V2::Lib::GetPipeXorBits
1820 UINT_32 pipeBits = Min(xorBits, m_pipesLog2 + m_seLog2);

Completed in 11 milliseconds