Searched defs:cmpMask (Results 1 – 5 of 5) sorted by relevance
59 RGBA computeAbsDiffMasked (RGBA a, RGBA b, deUint32 cmpMask) in computeAbsDiffMasked()103 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
879 …const tcu::BVec4 cmpMask (numValidChannels >= 1, numValidChannels >= 2, numValidChannels >= … in iterate() local