Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp922 …const float refDepth = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.depth… in iterate() local
928 if (de::abs(value - refDepth) > 0.001f) in iterate()
933 << x << ", " << y << "): expected value " << refDepth << " and found " << value; in iterate()
/external/deqp/modules/internal/
DditFrameworkTests.cpp810 const float refDepth = subCase.vtx[0].z()*(zf - zn)/2.0f + (zn + zf)/2.0f; in runCase() local
829 const deUint32 depthDiff = ulpDiff(depth, refDepth); in runCase()
/external/deqp/framework/common/
DtcuImageCompare.cpp854 float refDepth = reference.getPixDepth(x, y, z); in dsThresholdCompare() local
856 float diff = de::abs(refDepth - cmpDepth); in dsThresholdCompare()