Searched refs:groupByImageViewType (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1741 …de::MovePtr<tcu::TestCaseGroup> groupByImageViewType (new tcu::TestCaseGroup(testCtx, getImageType… in createImageMutableTests() local 1775 …addFunctionCaseWithPrograms(groupByImageViewType.get(), caseName, "", checkSupport, initPrograms, … in createImageMutableTests() 1779 …addFunctionCaseWithPrograms(groupByImageViewType.get(), caseName, "", checkSupport, initPrograms, … in createImageMutableTests() 1785 testGroup->addChild(groupByImageViewType.release()); in createImageMutableTests() 2170 …de::MovePtr<tcu::TestCaseGroup> groupByImageViewType(new tcu::TestCaseGroup(testCtx, getImageTypeN… in createSwapchainImageMutableTests() local 2205 …addFunctionCaseWithPrograms(groupByImageViewType.get(), caseName, "", checkSupport, initPrograms, … in createSwapchainImageMutableTests() 2211 testGroupWsi->addChild(groupByImageViewType.release()); in createSwapchainImageMutableTests()
|
D | vktImageLoadStoreTests.cpp | 2689 …de::MovePtr<tcu::TestCaseGroup> groupByImageViewType (new tcu::TestCaseGroup(testCtx, getImageType… in createImageFormatReinterpretTests() local 2699 …groupByImageViewType->addChild(new LoadStoreTest(testCtx, caseName, "", texture, s_formats[formatN… in createImageFormatReinterpretTests() 2701 testGroup->addChild(groupByImageViewType.release()); in createImageFormatReinterpretTests()
|