Searched refs:LocalReadTestCase (Results 1 – 1 of 1) sorted by relevance
1103 class LocalReadTestCase : public vkt::TestCase class1106 LocalReadTestCase(tcu::TestContext &context, const std::string &name, TestType testType);1107 virtual ~LocalReadTestCase(void) = default;1117 LocalReadTestCase::LocalReadTestCase(tcu::TestContext &context, const std::string &name, TestType t… in LocalReadTestCase() function in vkt::renderpass::__anon7e0a33ed0111::LocalReadTestCase1123 void LocalReadTestCase::checkSupport(Context &context) const in checkSupport()1137 void LocalReadTestCase::initPrograms(SourceCollections &programCollection) const in initPrograms()1412 TestInstance *LocalReadTestCase::createInstance(Context &context) const in createInstance()1445 mainGroup->addChild(new LocalReadTestCase(testCtx, testConfig.name, testConfig.testType)); in createDynamicRenderingLocalReadTests()