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

/external/deqp/modules/gles3/functional/
H A Des3fFboStencilbufferTests.cpp56 , m_useDepth (useDepth)
94 if (m_useDepth)
120 glStencilFunc(GL_EQUAL, m_useDepth ? 2 : 1, 0xffu);
127 glStencilFunc(GL_GREATER, m_useDepth ? 1 : 2, 0xffu);
138 bool m_useDepth; member in class:deqp::gles3::Functional::BasicFboStencilCase
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp265 const bool m_useDepth; member in class:vkt::pipeline::__anon3849::MultisampleRenderer
1422 , m_useDepth (false)
1445 , m_useDepth (useDepth)
1525 if (m_useDepth || m_useStencil)
1588 const deUint32 numUsedAttachments = (m_useDepth || m_useStencil ? 3u : 2u);
1591 if (m_useDepth || m_useStencil)
1640 (m_useDepth ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_DONT_CARE), // VkAttachmentLoadOp loadOp;
1641 (m_useDepth ? VK_ATTACHMENT_STORE_OP_STORE : VK_ATTACHMENT_STORE_OP_DONT_CARE), // VkAttachmentStoreOp storeOp;
1676 (m_useDepth || m_useStencil ? &depthStencilAttachmentReference : DE_NULL), // const VkAttachmentReference* pDepthStencilAttachment;
1881 m_useDepth, // VkBool3
[all...]

Completed in 130 milliseconds