Searched refs:floatThreshold (Results 1 – 4 of 4) sorted by relevance
298 float floatThreshold = Float32((deUint32)threshold).asFloat(); in comparePixelToDepthClearValue() local301 s << "Ref:" << ref << " Threshold:" << floatThreshold << " Depth:" << depth; in comparePixelToDepthClearValue()438 float floatThreshold = Float32((deUint32)(threshold)[0]).asFloat(); in comparePixelToColorClearValue() local439 Vec4 thresholdVec4 (floatThreshold, in comparePixelToColorClearValue()440 floatThreshold, in comparePixelToColorClearValue()441 floatThreshold, in comparePixelToColorClearValue()442 floatThreshold); in comparePixelToColorClearValue()
695 const float floatThreshold = 0.05f; in apiVarValueEquals() local702 if (de::abs(a.val.floatV[i] - b.val.floatV[i]) >= floatThreshold) in apiVarValueEquals()
651 const float floatThreshold = 0.05f; in apiVarValueEquals() local658 if (de::abs(a.val.floatV[i] - b.val.floatV[i]) >= floatThreshold) in apiVarValueEquals()
796 const float floatThreshold = 0.05f; in apiVarValueEquals() local803 if (de::abs(a.val.floatV[i] - b.val.floatV[i]) >= floatThreshold) in apiVarValueEquals()