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()
441 uint64_t cmpMask = 0; in UpdateBlock() local
833 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local893 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
1010 const deUint32 cmpMask = getLowBitMask(integerLength); in compare() local1079 const deUint32 cmpMask = reverseBits(getLowBitMask(integerLength)); in compare() local
879 …const tcu::BVec4 cmpMask (numValidChannels >= 1, numValidChannels >= 2, numValidChannels >= … in iterate() local