Searched refs:resultDepth (Results 1 – 2 of 2) sorted by relevance
492 auto& resultDepth = results.second; in iterate() local528 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()539 log << tcu::TestLog::Image("Result", "Result", resultDepth) in iterate()
3672 const float resultDepth = result.getPixDepth(x, y); in verifyDepthAttachment() local3680 if ((value && !depthsEqual(resultDepth, float(depthValues[1]) / 255.0f, epsilon)) in verifyDepthAttachment()3681 || (!value && !depthsEqual(resultDepth, float(depthValues[0]) / 255.0f, epsilon))) in verifyDepthAttachment()