Home
last modified time | relevance | path

Searched refs:LocalReadTestCase (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingLocalReadTests.cpp1103 class LocalReadTestCase : public vkt::TestCase class
1106 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::LocalReadTestCase
1123 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()