Home | History | Annotate | Download | only in ssbo

Lines Matching defs:threshold

1415 		const float threshold = 0.05f; // Same as used in shaders - should be fine for values being used.
1422 if (deFloatAbs(resVal - refVal) >= threshold)