Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp513 auto& resultDepth = results.second; in iterate() local
549 const auto resValue = resultDepth.getPixDepth(x, y); in iterate()
560 log << tcu::TestLog::Image("Result", "Result", resultDepth) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp4021 const float resultDepth = result.getPixDepth(x, y); in verifyDepthAttachment() local
4029 if ((value && !depthsEqual(resultDepth, float(depthValues[1]) / 255.0f, epsilon)) in verifyDepthAttachment()
4030 || (!value && !depthsEqual(resultDepth, float(depthValues[0]) / 255.0f, epsilon))) in verifyDepthAttachment()