Searched refs:colDiff (Results 1 – 1 of 1) sorted by relevance
1984 const tcu::IVec4 colDiff = tcu::abs(testColor.toIVec() - refcolor.toIVec()); in compare() local1986 …const int maxColDiff = de::max(de::max(colDiff.x(), colDiff.y()), colDiff.z()); // check RGB cha… in compare()