Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp643 VkAttachmentLoadOp getStencilLoadOp (void) const { return m_stencilLoadOp; } in getStencilLoadOp() function in vkt::__anon96ae15a30111::Attachment
777 …log << TestLog::Message << "StencilLoadOp: " << attachment.getStencilLoadOp() << TestLog::EndMessa… in logRenderPassInfo()
1058 attachment.getStencilLoadOp(), // stencilLoadOp in createAttachmentDescription()
3005 if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in renderReferenceValues()
3007 else if (attachment.getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in renderReferenceValues()
3982 && attachments[attachmentNdx].getStencilLoadOp() != VK_ATTACHMENT_LOAD_OP_LOAD in initializeAttachmentIsLazy()
4169 || attachments[attachmentNdx].getStencilLoadOp() == VK_ATTACHMENT_LOAD_OP_CLEAR) in initializeRenderPassClearValues()