Lines Matching refs:group

5584 void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
5686 tcu::TestContext& testCtx (group->getTestContext());
5818 group->addChild(attachmentCountGroup.release());
5822 void addAttachmentWriteMaskTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
5834 tcu::TestContext& testCtx = group->getTestContext();
5903 group->addChild(attachmentCountGroup.release());
5919 void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
6055 tcu::TestContext& testCtx = group->getTestContext();
6588 group->addChild(allocationTypeGroup.release());
6592 void addSimpleTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
6629 addFunctionCaseWithPrograms<TestConfig>(group, "color", createTestShaders, renderPassTest, testConfig);
6663 addFunctionCaseWithPrograms<TestConfig>(group, "depth", createTestShaders, renderPassTest, testConfig);
6697 addFunctionCaseWithPrograms<TestConfig>(group, "stencil", createTestShaders, renderPassTest, testConfig);
6731 addFunctionCaseWithPrograms<TestConfig>(group, "depth_stencil", createTestShaders, renderPassTest, testConfig);
6778 addFunctionCaseWithPrograms<TestConfig>(group, "color_depth", createTestShaders, renderPassTest, testConfig);
6825 addFunctionCaseWithPrograms<TestConfig>(group, "color_stencil", createTestShaders, renderPassTest, testConfig);
6873 addFunctionCaseWithPrograms<TestConfig>(group, "color_depth_stencil", createTestShaders, renderPassTest, testConfig);
6901 addFunctionCaseWithPrograms<TestConfig>(group, "no_attachments", createTestShaders, renderPassTest, testConfig);
6953 addFunctionCaseWithPrograms<TestConfig>(group, "color_unused_omit_blend_state", createTestShaders, renderPassTest, testConfig);
6967 void addFormatTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
6969 tcu::TestContext& testCtx = group->getTestContext();
7254 group->addChild(formatGroup.release());
7904 group->addChild(formatGroup.release());
7908 void addRenderPassTests (tcu::TestCaseGroup* group, const AllocationKind allocationKind, const SharedGroupParams groupParams)
7922 addTestGroup(group, "simple", addSimpleTests, testConfigExternal);
7924 addTestGroup(group, "formats", addFormatTests, testConfigExternal);
7928 addTestGroup(group, "attachment", addAttachmentTests, testConfigExternal);
7933 addTestGroup(group, "attachment_write_mask", addAttachmentWriteMaskTests, testConfigExternal);
7937 addTestGroup(group, "attachment_allocation", addAttachmentAllocationTests, testConfigExternal);