Home
last modified time | relevance | path

Searched refs:refStencil (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp1176 const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.stencil : m_initialColorDepth.depthStencil.stencil); in iterate() local
1186 if (value < 0 || static_cast<deUint32>(value) != refStencil) in iterate()
1191 << x << ", " << y << "): expected value " << refStencil << " and found " << value; in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassUnusedClearAttachmentTests.cpp1177 const deUint32 refStencil = (m_testParams.depthStencilUsed ? m_clearColorDepth.depthStencil.stencil : m_initialColorDepth.depthStencil.stencil); in iterate() local
1187 if (value < 0 || static_cast<deUint32>(value) != refStencil) in iterate()
1192 << x << ", " << y << "): expected value " << refStencil << " and found " << value; in iterate()
/third_party/vk-gl-cts/framework/common/
H A DtcuImageCompare.cpp1077 deUint8 refStencil = (deUint8) reference.getPixStencil(x, y, z); in dsThresholdCompare() local
1080 bool isStencilOk = (refStencil == cmpStencil); in dsThresholdCompare()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp6008 tcu::TextureLevel refStencil (getStencilCopyFormat(dsFormat), iExtent.x(), iExtent.y());
6012 auto refStencilAccess = refStencil.getAccess();

Completed in 14 milliseconds