Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp562 VkAttachmentLoadOp Attachment::getStencilLoadOp (void) const in getStencilLoadOp() function in vkt::renderpass::Attachment
626 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in createAttachmentDescription()
H A DvktRenderPassTestsUtil.hpp371 VkAttachmentLoadOp getStencilLoadOp (void) const;
H A DvktRenderPassTests.cpp703 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp() function in vkt::__anon28599::Attachment
864 log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessage; in logRenderPassInfo()
1151 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in createAttachmentDescription()
2235 stencilAttachment.loadOp = dsAttachmentInfo.getStencilLoadOp(); in beginDynamicRendering()
3636 if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR)
3638 else if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
4722 && attachments[attachmentNdx].getStencilLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD
4909 || attachments[attachmentNdx].getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR)
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTestsUtil.cpp562 VkAttachmentLoadOp Attachment::getStencilLoadOp (void) const in getStencilLoadOp() function in vkt::renderpass::Attachment
626 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in createAttachmentDescription()
H A DvktRenderPassTestsUtil.hpp371 VkAttachmentLoadOp getStencilLoadOp (void) const;
H A DvktRenderPassTests.cpp693 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp() function in vkt::__anon29778::Attachment
854 log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessage; in logRenderPassInfo()
1139 attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp stencilLoadOp; in createAttachmentDescription()
2221 stencilAttachment.loadOp = dsAttachmentInfo.getStencilLoadOp(); in beginDynamicRendering()
3622 if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR)
3624 else if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
4708 && attachments[attachmentNdx].getStencilLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD
4895 || attachments[attachmentNdx].getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR)

Completed in 42 milliseconds