Searched refs:SharedLayoutCase (Results 1 – 3 of 3) sorted by relevance
134 class SharedLayoutCase : public vkt::TestCase class137 SharedLayoutCase (tcu::TestContext& testCtx, const char* name, const char* description) in SharedLayoutCase() function in vkt::MemoryModel::SharedLayoutCase139 virtual ~SharedLayoutCase (void) {} in ~SharedLayoutCase()150 SharedLayoutCase (const SharedLayoutCase&);151 SharedLayoutCase& operator= (const SharedLayoutCase&);154 class RandomSharedLayoutCase : public SharedLayoutCase
346 void SharedLayoutCase::checkSupport(Context& context) const in checkSupport()491 void SharedLayoutCase::initPrograms (vk::SourceCollections &programCollection) const in initPrograms()497 TestInstance* SharedLayoutCase::createInstance (Context &context) const in createInstance()502 void SharedLayoutCase::delayedInit (void) in delayedInit()
109 : SharedLayoutCase(testCtx, name, description) in RandomSharedLayoutCase()