Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp946 …const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.… in iterate() local
952 if (value < 0 || static_cast<deUint32>(value) != refStencil) in iterate()
957 << x << ", " << y << "): expected value " << refStencil << " and found " << value; in iterate()
/external/deqp/framework/common/
DtcuImageCompare.cpp864 deUint8 refStencil = (deUint8) reference.getPixStencil(x, y, z); in dsThresholdCompare() local
867 bool isStencilOk = (refStencil == cmpStencil); in dsThresholdCompare()