Searched refs:refDepth (Results 1 – 3 of 3) sorted by relevance
922 …const float refDepth = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.depth… in iterate() local928 if (de::abs(value - refDepth) > 0.001f) in iterate()933 << x << ", " << y << "): expected value " << refDepth << " and found " << value; in iterate()
810 const float refDepth = subCase.vtx[0].z()*(zf - zn)/2.0f + (zn + zf)/2.0f; in runCase() local829 const deUint32 depthDiff = ulpDiff(depth, refDepth); in runCase()
854 float refDepth = reference.getPixDepth(x, y, z); in dsThresholdCompare() local856 float diff = de::abs(refDepth - cmpDepth); in dsThresholdCompare()