Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp128 const VkStencilOpState m_stencilOpStateFront; member in vkt::pipeline::__anon0f0f41bb0111::StencilTest
149 VkStencilOpState m_stencilOpStateFront; member in vkt::pipeline::__anon0f0f41bb0111::StencilTestInstance
276 , m_stencilOpStateFront (stencilOpStateFront) in StencilTest()
301 …return new StencilTestInstance(context, m_stencilFormat, m_stencilOpStateFront, m_stencilOpStateBa… in createInstance()
351 , m_stencilOpStateFront (stencilOpStateFront) in StencilTestInstance()
563 m_stencilOpStateFront, // VkStencilOpState front; in StencilTestInstance()
770 refStencilFront.sFail = mapVkStencilOp(m_stencilOpStateFront.failOp); in verifyImage()
771 refStencilFront.dpFail = mapVkStencilOp(m_stencilOpStateFront.depthFailOp); in verifyImage()
772 refStencilFront.dpPass = mapVkStencilOp(m_stencilOpStateFront.passOp); in verifyImage()
773 refStencilFront.func = mapVkCompareOp(m_stencilOpStateFront.compareOp); in verifyImage()