Home | History | Annotate | Download | only in renderpass

Lines Matching refs:loadOp

614 												 VkAttachmentLoadOp		loadOp,
625 , m_loadOp (loadOp)
774 log << TestLog::Message << "LoadOp: " << attachment.getLoadOp() << TestLog::EndMessage;
1055 attachment.getLoadOp(), // loadOp
4741 const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps));
4751 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout));
4759 const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps));
4769 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout));
4949 const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARRAY_END(loadOps));
4966 if (loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR
4972 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout));
4978 if (loadOp == VK_ATTACHMENT_LOAD_OP_LOAD || loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR)
4983 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout));
5193 const VkAttachmentLoadOp loadOp
5202 attachments.push_back(Attachment(format, sampleCount, loadOp, storeOp, stencilLoadOp, stencilStoreOp, initialLayout, finalizeLayout));
5631 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op;
5638 loadOp,
5664 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op;
5686 loadOp,
5752 loadOp,
5826 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op;
5834 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE,
5836 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE,
5857 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE,
5859 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE,
5878 isDepthAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE,
5880 isStencilAttachment ? loadOp : VK_ATTACHMENT_LOAD_OP_DONT_CARE,
5906 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op;
5928 loadOp,
5930 loadOp,
6002 loadOp,
6065 loadOp,
6067 loadOp,
6132 loadOp,
6134 loadOp,
6200 loadOp,
6202 loadOp,
6267 loadOp,
6269 loadOp,