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.cpp125 const VkStencilOpState m_stencilOpStateFront; member in vkt::pipeline::__anon00734b540111::StencilTest
142 VkStencilOpState m_stencilOpStateFront; member in vkt::pipeline::__anon00734b540111::StencilTestInstance
268 , m_stencilOpStateFront (stencilOpStateFront) in StencilTest()
279 …return new StencilTestInstance(context, m_stencilFormat, m_stencilOpStateFront, m_stencilOpStateBa… in createInstance()
313 , m_stencilOpStateFront (stencilOpStateFront) in StencilTestInstance()
696 m_stencilOpStateFront, // VkStencilOpState front; in StencilTestInstance()
952 refStencilFront.sFail = mapVkStencilOp(m_stencilOpStateFront.failOp); in verifyImage()
953 refStencilFront.dpFail = mapVkStencilOp(m_stencilOpStateFront.depthFailOp); in verifyImage()
954 refStencilFront.dpPass = mapVkStencilOp(m_stencilOpStateFront.passOp); in verifyImage()
955 refStencilFront.func = mapVkCompareOp(m_stencilOpStateFront.compareOp); in verifyImage()