Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp1298 …de::MovePtr<tcu::TestCaseGroup> groupWithFormatByImageViewType (new tcu::TestCaseGroup(testCtx, ge… in createImageStoreTests() local
1304groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[for… in createImageStoreTests()
1308groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[for… in createImageStoreTests()
1313 testGroupWithFormat->addChild(groupWithFormatByImageViewType.release()); in createImageStoreTests()
1332 …de::MovePtr<tcu::TestCaseGroup> groupWithFormatByImageViewType (new tcu::TestCaseGroup(testCtx, ge… in createImageLoadStoreTests() local
1338groupWithFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats… in createImageLoadStoreTests()
1342groupWithFormatByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatShortString(s_formats… in createImageLoadStoreTests()
1347 testGroupWithFormat->addChild(groupWithFormatByImageViewType.release()); in createImageLoadStoreTests()