Searched refs:floatThreshold (Results 1 – 4 of 4) sorted by relevance
158 float floatThreshold = Float32((deUint32)threshold).asFloat(); in comparePixelToDepthClearValue() local161 s << "Ref:" << ref << " Threshold:" << floatThreshold << " Depth:" << depth; in comparePixelToDepthClearValue()298 float floatThreshold = Float32((deUint32)(threshold)[0]).asFloat(); in comparePixelToColorClearValue() local299 Vec4 thresholdVec4 (floatThreshold, in comparePixelToColorClearValue()300 floatThreshold, in comparePixelToColorClearValue()301 floatThreshold, in comparePixelToColorClearValue()302 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()