Lines Matching refs:attachments
92 const std::vector<AttachmentInfo>& attachments,
114 const std::vector<AttachmentInfo>& attachments,
117 , m_attachments (attachments)
426 const std::vector<AttachmentInfo>& attachments,
439 const std::vector<AttachmentInfo>& attachments,
442 , m_attachments (attachments)
546 std::vector<AttachmentInfo> attachments;
549 attachments.push_back(AttachmentInfo(format, i0, i1, 1));
550 single->addChild(new GranularityCase(testCtx, name.c_str(), attachments));
554 std::vector<AttachmentInfo> attachments;
559 attachments.push_back(AttachmentInfo(VkFormat(formatIdx), i0, i1, 1));
560 multi->addChild(new GranularityCase(testCtx, name.c_str(), attachments));
564 std::vector<AttachmentInfo> attachments;
568 attachments.push_back(AttachmentInfo(VkFormat(formatIdx), i0, i1, 1));
574 attachments.push_back(AttachmentInfo(mandatoryFormats[i2], i3, i4, 1));
576 random->addChild(new GranularityCase(testCtx, name.c_str(), attachments));
582 std::vector<AttachmentInfo> attachments = { AttachmentInfo(format, i0, i1, 1) };
583 inRenderPass->addChild(new GranularityCase(testCtx, name.c_str(), attachments, TestMode::USE_RENDER_PASS));
586 inDynamicRenderPass->addChild(new GranularityCase(testCtx, name.c_str(), attachments, TestMode::USE_DYNAMIC_RENDER_PASS));