Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp719 class RandomDescriptorUpdateTestCase : public vkt::TestCase class
722RandomDescriptorUpdateTestCase (tcu::TestContext& testCtx, const std::string& name, const std::…
723 virtual ~RandomDescriptorUpdateTestCase (void) {} in ~RandomDescriptorUpdateTestCase()
755 RandomDescriptorUpdateTestCase::RandomDescriptorUpdateTestCase (tcu::TestContext& testCtx, const st… in RandomDescriptorUpdateTestCase() function in vkt::BindingModel::__anond6e0c07e0111::RandomDescriptorUpdateTestCase
760 void RandomDescriptorUpdateTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms()
788 vkt::TestInstance* RandomDescriptorUpdateTestCase::createInstance (Context& context) const in createInstance()
1293 group->addChild(new RandomDescriptorUpdateTestCase(testCtx, "uniform_buffer", "")); in createRandomDescriptorUpdateTests()