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