Searched refs:StoreTest (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 470 class StoreTest : public TestCase class 481 StoreTest (tcu::TestContext& testCtx, 502 StoreTest::StoreTest (tcu::TestContext& testCtx, in StoreTest() function in vkt::image::__anon28017::StoreTest 521 void StoreTest::checkSupport (Context& context) const in checkSupport() 585 void StoreTest::initPrograms (SourceCollections& programCollection) const in initPrograms() 2129 TestInstance* StoreTest::createInstance (Context& context) const in createInstance() 2872 groupWithFormatByImageViewType->addChild( new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx])); in createImageStoreTests() 2874 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest in createImageStoreTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageLoadStoreTests.cpp | 469 class StoreTest : public TestCase class 480 StoreTest (tcu::TestContext& testCtx, 502 StoreTest::StoreTest (tcu::TestContext& testCtx, in StoreTest() function in vkt::image::__anon29248::StoreTest 522 void StoreTest::checkSupport (Context& context) const in checkSupport() 580 void StoreTest::initPrograms (SourceCollections& programCollection) const in initPrograms() 2100 TestInstance* StoreTest::createInstance (Context& context) const in createInstance() 2831 groupWithFormatByImageViewType->addChild( new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx])); in createImageStoreTests() 2833 groupWithFormatByImageViewType->addChild(new StoreTest(testCtx, getFormatShortString(s_formats[formatNdx]) + "_constant" + suffix, "", texture, s_formats[formatNdx], s_tilings[tilingNdx], StoreTest in createImageStoreTests() [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_history.py | 16 class StoreTest(unittest.TestCase): class
|
Completed in 12 milliseconds