Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3445 const float resultDepth = result.getPixDepth(x, y); in verifyDepthAttachment() local
3453 if ((value && (resultDepth != 1.0f)) in verifyDepthAttachment()
3454 || (!value && resultDepth != 0.0f)) in verifyDepthAttachment()