Home
last modified time | relevance | path

Searched refs:resultDepth (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp492 auto& resultDepth = results.second; in iterate() local
528 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
539 log << tcu::TestLog::Image("Result", "Result", resultDepth) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3672 const float resultDepth = result.getPixDepth(x, y); in verifyDepthAttachment() local
3680 if ((value && !depthsEqual(resultDepth, float(depthValues[1]) / 255.0f, epsilon)) in verifyDepthAttachment()
3681 || (!value && !depthsEqual(resultDepth, float(depthValues[0]) / 255.0f, epsilon))) in verifyDepthAttachment()