Searched defs:cmpMask (Results 1 – 5 of 5) 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()
833 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local893 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
993 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local1061 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
879 …const tcu::BVec4 cmpMask (numValidChannels >= 1, numValidChannels >= 2, numValidChannels >= … in iterate() local