Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp585 Value* currentMask = VIMMED1(-1); in Create() local
590 currentMask = FMUL(pClampedSrc, VBROADCAST(C((float)bits))); in Create()
591 currentMask = FP_TO_SI(FADD(currentMask, VIMMED1(0.5f)), mSimdInt32Ty); in Create()
757 currentMask = AND(oMask, currentMask); in Create()
767 currentMask = AND(sampleMask, currentMask); in Create()
773 currentMask = AND(currentMask, VBROADCAST(sampleMasked)); in Create()
781 currentMask = S_EXT(ICMP_SGT(currentMask, VBROADCAST(C(0))), mSimdInt32Ty); in Create()
782 Value* outputMask = AND(pMask, currentMask); in Create()