Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp567 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const in getStencilStoreOp() function in vkt::renderpass::Attachment
627 attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStoreOp stencilStoreOp; in createAttachmentDescription()
H A DvktRenderPassTestsUtil.hpp372 VkAttachmentStoreOp getStencilStoreOp (void) const;
H A DvktRenderPassTests.cpp704 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() function in vkt::__anon28599::Attachment
865 log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMessage; in logRenderPassInfo()
1152 attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStoreOp stencilStoreOp; in createAttachmentDescription()
2236 stencilAttachment.storeOp = dsAttachmentInfo.getStencilStoreOp(); in beginDynamicRendering()
3928 if (attachmentUsed[attachmentIndex] && isStencilAttachment && renderPassInfo.getAttachments()[attachmentIndex].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_DONT_CARE)
4270 if (renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE
4315 if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE)
4323 if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE)
4331 if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE)
4723 && attachments[attachmentNdx].getStencilStoreOp() !
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp567 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const in getStencilStoreOp() function in vkt::renderpass::Attachment
627 attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStoreOp stencilStoreOp; in createAttachmentDescription()
H A DvktRenderPassTestsUtil.hpp372 VkAttachmentStoreOp getStencilStoreOp (void) const;
H A DvktRenderPassTests.cpp694 VkAttachmentStoreOp getStencilStoreOp (void) const { return m_stencilStoreOp; } in getStencilStoreOp() function in vkt::__anon29778::Attachment
855 log << TestLog::Message << "StencilStoreOp: " << attachment.getStencilStoreOp() << TestLog::EndMessage; in logRenderPassInfo()
1140 attachment.getStencilStoreOp(), // VkAttachmentStoreOp stencilStoreOp; || VkAttachmentStoreOp stencilStoreOp; in createAttachmentDescription()
2222 stencilAttachment.storeOp = dsAttachmentInfo.getStencilStoreOp(); in beginDynamicRendering()
3914 if (attachmentUsed[attachmentIndex] && isStencilAttachment && renderPassInfo.getAttachments()[attachmentIndex].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_DONT_CARE)
4256 if (renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE
4301 if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE)
4309 if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE)
4317 if ((renderPassInfo.getAttachments()[attachmentNdx].getStoreOp() == VK_ATTACHMENT_STORE_OP_STORE || renderPassInfo.getAttachments()[attachmentNdx].getStencilStoreOp() == VK_ATTACHMENT_STORE_OP_STORE)
4709 && attachments[attachmentNdx].getStencilStoreOp() !
[all...]

Completed in 23 milliseconds