Searched refs:DescriptorCopyTestCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorCopyTests.cpp | 429 class DescriptorCopyTestCase : public TestCase class 432 …DescriptorCopyTestCase (tcu::TestContext& context, const char* name, const char* desc, DescriptorC… 433 virtual ~DescriptorCopyTestCase (void); 2264 DescriptorCopyTestCase::DescriptorCopyTestCase (tcu::TestContext& context, in DescriptorCopyTestCase() function in vkt::BindingModel::__anone49c327d0111::DescriptorCopyTestCase 2273 DescriptorCopyTestCase::~DescriptorCopyTestCase (void) in ~DescriptorCopyTestCase() 2277 void DescriptorCopyTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms() 2330 TestInstance* DescriptorCopyTestCase::createInstance (Context& context) const in createInstance() 2362 group->addChild(new DescriptorCopyTestCase(testCtx, (name + "_0").c_str(), "", commands)); in addDescriptorCopyTests() 2381 group->addChild(new DescriptorCopyTestCase(testCtx, (name + "_1").c_str(), "", commands)); in addDescriptorCopyTests() 2400 group->addChild(new DescriptorCopyTestCase(testCtx, (name + "_2").c_str(), "", commands)); in addDescriptorCopyTests() [all …]
|