Home
last modified time | relevance | path

Searched refs:threshold64 (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp753 const U64Vec4 threshold64 = threshold.cast<deUint64>(); in intThresholdCompare() local
780 const bool isOk = boolAll(lessThanEqual(diff, threshold64)); in intThresholdCompare()
786 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold64)); in intThresholdCompare()