Searched refs:depthsEqual (Results 1 – 1 of 1) sorted by relevance
284 static bool depthsEqual(float a, float b, float epsilon) in depthsEqual() function3680 if ((value && !depthsEqual(resultDepth, float(depthValues[1]) / 255.0f, epsilon)) in verifyDepthAttachment()3681 || (!value && !depthsEqual(resultDepth, float(depthValues[0]) / 255.0f, epsilon))) in verifyDepthAttachment()