Home
last modified time | relevance | path

Searched refs:pNewMask (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1525 Value* pNewMask = AND(pMaskPhi, NOT(SHL(C(1), pIndexPhi))); in SCATTERPS() local
1528 Value* pNewIndex = CALL(pfnCttz, { pNewMask, C(false) }); in SCATTERPS()
1535 pMaskPhi->addIncoming(pNewMask, pLoop); in SCATTERPS()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp6405 unsigned NewWidth, unsigned *pNewMask = nullptr) { in AdjustBlendMask() argument
6430 if (pNewMask) in AdjustBlendMask()
6431 *pNewMask = NewMask; in AdjustBlendMask()