Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1035 …const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.… in iterate() local
1041 if (value < 0 || static_cast<deUint32>(value) != refStencil) in iterate()
1046 << x << ", " << y << "): expected value " << refStencil << " and found " << value; in iterate()
/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp875 deUint8 refStencil = (deUint8) reference.getPixStencil(x, y, z); in dsThresholdCompare() local
878 bool isStencilOk = (refStencil == cmpStencil); in dsThresholdCompare()