Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp2127 …de::MovePtr<TestCaseGroup> imageLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imag… in createImageClearingTestsCommon() local
2202imageLayersGroup->addChild(new InstanceFactory1<ClearColorImageTestInstance, TestParams>(testCtx, … in createImageClearingTestsCommon()
2209imageLayersGroup->addChild(new InstanceFactory1<ClearColorImageMultipleSubresourceRangeTestInstanc… in createImageClearingTestsCommon()
2214imageLayersGroup->addChild(new InstanceFactory1<TwoStepClearColorImageTestInstance, TestParams>(te… in createImageClearingTestsCommon()
2219 imageTilingGroup->addChild(imageLayersGroup.release()); in createImageClearingTestsCommon()
2236 …de::MovePtr<TestCaseGroup> imageLayersGroup(new TestCaseGroup(testCtx, imageLayerParamsToTest[imag… in createImageClearingTestsCommon() local
2288imageLayersGroup->addChild(new InstanceFactory1<ClearDepthStencilImageTestInstance, TestParams>(te… in createImageClearingTestsCommon()
2293imageLayersGroup->addChild(new InstanceFactory1<ClearDepthStencilImageMultipleSubresourceRangeTest… in createImageClearingTestsCommon()
2298imageLayersGroup->addChild(new InstanceFactory1<TwoStepClearDepthStencilImageTestInstance, TestPar… in createImageClearingTestsCommon()
2303 depthStencilImageClearTests->addChild(imageLayersGroup.release()); in createImageClearingTestsCommon()