Searched refs:propertiesGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassFragmentDensityMapTests.cpp | 1980 de::MovePtr<tcu::TestCaseGroup> propertiesGroup(new tcu::TestCaseGroup(testCtx, "properties", "")); in createChildren() local 1999 propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, sampler.name, "", params)); in createChildren() 2017 propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, "subsampled_loads", "", params)); in createChildren() 2020 …propertiesGroup->addChild(new FragmentDensityMapTest(testCtx, "subsampled_coarse_reconstruction", … in createChildren() 2021 fdmTests->addChild(propertiesGroup.release()); in createChildren()
|