Lines Matching refs:group
2414 // Copy ray gen shader group handle to the start of the buffer.
2965 void addPipelineLibraryConfigurationsTests (tcu::TestCaseGroup* group, bool optimize)
3080 group->addChild(new PipelineLibraryTestCase(group->getTestContext(), testName.c_str(), testParams));
3095 group->addChild(new PipelineLibraryTestCase(group->getTestContext(), "maintenance5", testParams));
3103 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "graphics_library"));
3106 addTestGroup(group.get(), "fast", addPipelineLibraryConfigurationsTests, false);
3108 addTestGroup(group.get(), "optimize", addPipelineLibraryConfigurationsTests, true);
3162 group->addChild(miscTests.release());
3164 return group.release();