Searched defs:stencilOpStateFront (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineStencilTests.cpp115 const VkStencilOpState& stencilOpStateFront,
261 const VkStencilOpState& stencilOpStateFront,
265 , m_stencilOpStateFront (stencilOpStateFront)
307 const VkStencilOpState& stencilOpStateFront,
310 , m_stencilOpStateFront (stencilOpStateFront)
1015 std::string getStencilStateSetDescription(const VkStencilOpState& stencilOpStateFront, argument
1020 desc << "\nFront faces:\n" << stencilOpStateFront; local
257 StencilTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, VkFormat stencilFormat, const VkStencilOpState& stencilOpStateFront, const VkStencilOpState& stencilOpStateBack) argument
305 StencilTestInstance(Context& context, VkFormat stencilFormat, const VkStencilOpState& stencilOpStateFront, const VkStencilOpState& stencilOpStateBack) argument

Completed in 396 milliseconds