Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp145 class MemoryModelTestCase : public TestCase class
148MemoryModelTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef…
149 ~MemoryModelTestCase (void);
158 MemoryModelTestCase::MemoryModelTestCase (tcu::TestContext& context, const char* name, const char* … in MemoryModelTestCase() function in vkt::MemoryModel::__anonace7e4790111::MemoryModelTestCase
164 MemoryModelTestCase::~MemoryModelTestCase (void) in ~MemoryModelTestCase()
168 void MemoryModelTestCase::checkSupport(Context& context) const in checkSupport()
243 void MemoryModelTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
682 TestInstance* MemoryModelTestCase::createInstance (Context& context) const in createInstance()
1534 …gscGroup->addChild(new MemoryModelTestCase(testCtx, stageCases[stageNdx].name, stageCases[stageNdx… in createTests()