Lines Matching refs:attachments
82 const std::vector<AttachmentInfo>& attachments,
107 const std::vector<AttachmentInfo>& attachments, in GranularityInstance() argument
110 , m_attachments (attachments) in GranularityInstance()
402 const std::vector<AttachmentInfo>& attachments,
415 const std::vector<AttachmentInfo>& attachments, in GranularityCase() argument
418 , m_attachments (attachments) in GranularityCase()
507 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
508 …attachments.push_back(AttachmentInfo(format, rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimensi… in createGranularityQueryTests()
509 single->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests()
513 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
516 …attachments.push_back(AttachmentInfo(VkFormat(formatIdx), rnd.getInt(1, maxDimension), rnd.getInt(… in createGranularityQueryTests()
517 multi->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests()
521 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
523 …attachments.push_back(AttachmentInfo(VkFormat(formatIdx), rnd.getInt(1, maxDimension), rnd.getInt(… in createGranularityQueryTests()
525 …attachments.push_back(AttachmentInfo(mandatoryFormats[rnd.getInt(0, DE_LENGTH_OF_ARRAY(mandatoryFo… in createGranularityQueryTests()
526 random->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments)); in createGranularityQueryTests()
530 std::vector<AttachmentInfo> attachments; in createGranularityQueryTests() local
531 …attachments.push_back(AttachmentInfo(format, rnd.getInt(1, maxDimension), rnd.getInt(1, maxDimensi… in createGranularityQueryTests()
532 …inRenderPass->addChild(new GranularityCase(testCtx, name.c_str(), description, attachments, true)); in createGranularityQueryTests()