Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp117 const VkStencilOpState& stencilOpStateFront,
264 const VkStencilOpState& stencilOpStateFront, in StencilTest() argument
268 , m_stencilOpStateFront (stencilOpStateFront) in StencilTest()
310 const VkStencilOpState& stencilOpStateFront, in StencilTestInstance() argument
313 , m_stencilOpStateFront (stencilOpStateFront) in StencilTestInstance()
1058 std::string getStencilStateSetName(const VkStencilOpState& stencilOpStateFront, in getStencilStateSetName() argument
1063 name << "front_" << getStencilName(stencilOpStateFront) in getStencilStateSetName()
1069 std::string getStencilStateSetDescription(const VkStencilOpState& stencilOpStateFront, in getStencilStateSetDescription() argument
1074 desc << "\nFront faces:\n" << stencilOpStateFront; in getStencilStateSetDescription()