Searched refs:refStencil (Results 1 – 2 of 2) sorted by relevance
1035 …const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.… in iterate() local1041 if (value < 0 || static_cast<deUint32>(value) != refStencil) in iterate()1046 << x << ", " << y << "): expected value " << refStencil << " and found " << value; in iterate()
875 deUint8 refStencil = (deUint8) reference.getPixStencil(x, y, z); in dsThresholdCompare() local878 bool isStencilOk = (refStencil == cmpStencil); in dsThresholdCompare()