Home
last modified time | relevance | path

Searched refs:xorMask (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsOp.cpp110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp() argument
124 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp()
134 &unsortable, &simple, op, xorMask, xorOpMask); in bridgeOp()
312 const int xorMask = builder.xorMask(); in OpDebug() local
321 const int xorOpMask = builder.xorMask(); in OpDebug()
322 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug()
354 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) { in OpDebug()
DSkOpEdgeBuilder.h53 SkPathOpsMask xorMask() const { return fXorMask[fOperand]; } in xorMask() function
DSkPathOpsSimplify.cpp206 if (builder.xorMask() == kWinding_PathOpsMask ? !bridgeWinding(contourList, &wrapper) in SimplifyDebug()
/external/skia/src/pathops/
DSkPathOpsOp.cpp110 const int xorMask, const int xorOpMask, SkPathWriter* writer) { in bridgeOp() argument
124 if (current->activeOp(start, end, xorMask, xorOpMask, op)) { in bridgeOp()
134 &unsortable, &simple, op, xorMask, xorOpMask); in bridgeOp()
312 const int xorMask = builder.xorMask(); in OpDebug() local
321 const int xorOpMask = builder.xorMask(); in OpDebug()
322 if (!SortContourList(&contourList, xorMask == kEvenOdd_PathOpsMask, in OpDebug()
354 if (!bridgeOp(contourList, op, xorMask, xorOpMask, &wrapper)) { in OpDebug()
DSkOpEdgeBuilder.h53 SkPathOpsMask xorMask() const { return fXorMask[fOperand]; } in xorMask() function
DSkPathOpsSimplify.cpp206 if (builder.xorMask() == kWinding_PathOpsMask ? !bridgeWinding(contourList, &wrapper) in SimplifyDebug()
/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.cpp1560 CoordEq xorMask; in GetPipeEquation() local
1568 xorMask.resize(numPipeLog2); in GetPipeEquation()
1572 xorMask[pipeIdx].add(xorMask2[2 * pipeIdx]); in GetPipeEquation()
1573 xorMask[pipeIdx].add(xorMask2[2 * pipeIdx + 1]); in GetPipeEquation()
1579 dataEq.copy(xorMask, pipeInterleaveLog2 + pipeStart + numPipeLog2, numPipeLog2); in GetPipeEquation()
1598 xorMask.reverse(); in GetPipeEquation()
1599 pPipeEq->xorin(xorMask); in GetPipeEquation()