Searched refs:getStencilLoadOp (Results 1 – 3 of 3) sorted by relevance
381 VkAttachmentLoadOp getStencilLoadOp (void) const;
562 VkAttachmentLoadOp Attachment::getStencilLoadOp (void) const in getStencilLoadOp() function in vkt::renderpass::Attachment626 …attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoadOp … in createAttachmentDescription()
712 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp() function in vkt::__anon53d10fc40111::Attachment873 …log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessa… in logRenderPassInfo()1158 …attachment.getStencilLoadOp(), // VkAttachmentLoadOp stencilLoadOp; || VkAttachmentLoad… in createAttachmentDescription()3159 if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()3161 else if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()4245 && attachments[attachmentNdx].getStencilLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD in initializeAttachmentIsLazy()4432 || attachments[attachmentNdx].getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in initializeRenderPassClearValues()