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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp266 const bool m_useStencil; member in class:vkt::pipeline::__anon3849::MultisampleRenderer
1423 , m_useStencil (false)
1446 , m_useStencil (useStencil)
1525 if (m_useDepth || m_useStencil)
1588 const deUint32 numUsedAttachments = (m_useDepth || m_useStencil ? 3u : 2u);
1591 if (m_useDepth || m_useStencil)
1642 (m_useStencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_DONT_CARE), // VkAttachmentStoreOp stencilLoadOp;
1643 (m_useStencil ? VK_ATTACHMENT_STORE_OP_STORE : VK_ATTACHMENT_STORE_OP_DONT_CARE), // VkAttachmentStoreOp stencilStoreOp;
1676 (m_useDepth || m_useStencil ? &depthStencilAttachmentReference : DE_NULL), // const VkAttachmentReference* pDepthStencilAttachment;
1885 m_useStencil, // VkBool3
[all...]

Completed in 176 milliseconds