Searched defs:cmpMask (Results 1 – 6 of 6) sorted by relevance
53 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask) in computeAbsDiffMasked()97 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask) in compareThresholdMasked()
107 inline bool compareEqualMasked (RGBA a, RGBA b, deUint32 cmpMask) in compareEqualMasked()
815 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local875 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
944 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local1012 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
880 …const tcu::BVec4 cmpMask (numValidChannels >= 1, numValidChannels >= 2, numValidChannels >= … in iterate() local