Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorSetRandomTests.cpp161 class DescriptorSetRandomTestCase : public TestCase class
164DescriptorSetRandomTestCase (tcu::TestContext& context, const char* name, const char* desc, const…
165 ~DescriptorSetRandomTestCase (void);
174 DescriptorSetRandomTestCase::DescriptorSetRandomTestCase (tcu::TestContext& context, const char* na… in DescriptorSetRandomTestCase() function in vkt::BindingModel::__anon5ec522680111::DescriptorSetRandomTestCase
180 DescriptorSetRandomTestCase::~DescriptorSetRandomTestCase (void) in ~DescriptorSetRandomTestCase()
184 void DescriptorSetRandomTestCase::checkSupport(Context& context) const in checkSupport()
491 void DescriptorSetRandomTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
763 TestInstance* DescriptorSetRandomTestCase::createInstance (Context& context) const in createInstance()
1808 stageGroup->addChild(new DescriptorSetRandomTestCase(testCtx, name.c_str(), "test", c)); in createDescriptorSetRandomTests()