Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp867 class LoadStoreTest : public TestCase class
876 LoadStoreTest (tcu::TestContext& testCtx,
895 LoadStoreTest::LoadStoreTest (tcu::TestContext& testCtx, in LoadStoreTest() function in vkt::image::__anon0cfb08a90111::LoadStoreTest
915 void LoadStoreTest::initPrograms (SourceCollections& programCollection) const in initPrograms()
1281 TestInstance* LoadStoreTest::createInstance (Context& context) const in createInstance()
1373 …groupByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatCaseName(s_formats[formatNdx]),… in createImageLoadStoreTests()
1377 …groupByImageViewType->addChild(new LoadStoreTest(testCtx, getFormatCaseName(s_formats[formatNdx]) … in createImageLoadStoreTests()
1378 … texture, s_formats[formatNdx], s_formats[formatNdx], LoadStoreTest::FLAG_SINGLE_LAYER_BIND)); in createImageLoadStoreTests()
1402 …groupByImageViewType->addChild(new LoadStoreTest(testCtx, caseName, "", texture, s_formats[formatN… in createImageFormatReinterpretTests()
1414 …return de::MovePtr<TestCase>(new LoadStoreTest(testCtx, name, "", texture, format, format, LoadSto… in createImageQualifierRestrictCase()