/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 458 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "event", "Basic event … in createBasicEventTests() local 460 …addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", che… in createBasicEventTests() 461 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests() 462 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests() 463 …addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests() 466 …addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests() 468 return basicTests.release(); in createBasicEventTests() 480 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "event", "Basic event … in createSynchronization2BasicEventTests() local 482 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createSynchronization2BasicEventTests() 483 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createSynchronization2BasicEventTests() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 775 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "binary_semaphore", "Ba… in createBasicBinarySemaphoreTests() local 789 …addFunctionCase(basicTests.get(), "one_queue" + createName, "Basic binary semaphore tests with on… in createBasicBinarySemaphoreTests() 790 …addFunctionCase(basicTests.get(), "multi_queue" + createName, "Basic binary semaphore tests with m… in createBasicBinarySemaphoreTests() 794 …addFunctionCase(basicTests.get(), "none_wait_submit", "Test waiting on the none pipeline stage", c… in createBasicBinarySemaphoreTests() 796 …addFunctionCase(basicTests.get(), "chain", "Binary semaphore chain test", checkSupport, basicChain… in createBasicBinarySemaphoreTests() 798 return basicTests.release(); in createBasicBinarySemaphoreTests() 803 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "timeline_semaphore", "… in createBasicTimelineSemaphoreTests() local 812 …addFunctionCase(basicTests.get(), "one_queue", "Basic timeline semaphore tests with one queue", c… in createBasicTimelineSemaphoreTests() 813 …addFunctionCase(basicTests.get(), "multi_queue", "Basic timeline semaphore tests with multi queue"… in createBasicTimelineSemaphoreTests() 814 …addFunctionCase(basicTests.get(), "chain", "Timeline semaphore chain test", checkSupport, ba… in createBasicTimelineSemaphoreTests() [all …]
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 2639 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "timeline_semaphore",… in createTimelineSemaphoreTests() local 2641 basicTests->addChild(new LegacyDeviceHostTests(testCtx)); in createTimelineSemaphoreTests() 2642 basicTests->addChild(new OneToNTests(testCtx, type)); in createTimelineSemaphoreTests() 2643 basicTests->addChild(new WaitBeforeSignalTests(testCtx, type)); in createTimelineSemaphoreTests() 2644 basicTests->addChild(new WaitTests(testCtx, type)); in createTimelineSemaphoreTests() 2646 basicTests->addChild(new SparseBindGroup(testCtx)); in createTimelineSemaphoreTests() 2649 return basicTests.release(); in createTimelineSemaphoreTests() 2655 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "timeline_semaphore",… in createSynchronization2TimelineSemaphoreTests() local 2657 basicTests->addChild(new Sytnchronization2DeviceHostTests(testCtx)); in createSynchronization2TimelineSemaphoreTests() 2658 basicTests->addChild(new OneToNTests(testCtx, type)); in createSynchronization2TimelineSemaphoreTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 458 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "event", "Basic event … in createBasicEventTests() local 460 …addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", che… in createBasicEventTests() 461 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests() 462 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests() 463 …addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests() 466 …addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests() 468 return basicTests.release(); in createBasicEventTests() 480 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "event", "Basic event … in createSynchronization2BasicEventTests() local 482 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createSynchronization2BasicEventTests() 483 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createSynchronization2BasicEventTests() [all …]
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 775 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "binary_semaphore", "Ba… in createBasicBinarySemaphoreTests() local 789 …addFunctionCase(basicTests.get(), "one_queue" + createName, "Basic binary semaphore tests with on… in createBasicBinarySemaphoreTests() 790 …addFunctionCase(basicTests.get(), "multi_queue" + createName, "Basic binary semaphore tests with m… in createBasicBinarySemaphoreTests() 794 …addFunctionCase(basicTests.get(), "none_wait_submit", "Test waiting on the none pipeline stage", c… in createBasicBinarySemaphoreTests() 796 …addFunctionCase(basicTests.get(), "chain", "Binary semaphore chain test", checkSupport, basicChain… in createBasicBinarySemaphoreTests() 798 return basicTests.release(); in createBasicBinarySemaphoreTests() 803 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "timeline_semaphore", "… in createBasicTimelineSemaphoreTests() local 812 …addFunctionCase(basicTests.get(), "one_queue", "Basic timeline semaphore tests with one queue", c… in createBasicTimelineSemaphoreTests() 813 …addFunctionCase(basicTests.get(), "multi_queue", "Basic timeline semaphore tests with multi queue"… in createBasicTimelineSemaphoreTests() 814 …addFunctionCase(basicTests.get(), "chain", "Timeline semaphore chain test", checkSupport, ba… in createBasicTimelineSemaphoreTests() [all …]
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 2639 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "timeline_semaphore",… in createTimelineSemaphoreTests() local 2641 basicTests->addChild(new LegacyDeviceHostTests(testCtx)); in createTimelineSemaphoreTests() 2642 basicTests->addChild(new OneToNTests(testCtx, type)); in createTimelineSemaphoreTests() 2643 basicTests->addChild(new WaitBeforeSignalTests(testCtx, type)); in createTimelineSemaphoreTests() 2644 basicTests->addChild(new WaitTests(testCtx, type)); in createTimelineSemaphoreTests() 2646 basicTests->addChild(new SparseBindGroup(testCtx)); in createTimelineSemaphoreTests() 2649 return basicTests.release(); in createTimelineSemaphoreTests() 2655 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "timeline_semaphore",… in createSynchronization2TimelineSemaphoreTests() local 2657 basicTests->addChild(new Sytnchronization2DeviceHostTests(testCtx)); in createSynchronization2TimelineSemaphoreTests() 2658 basicTests->addChild(new OneToNTests(testCtx, type)); in createSynchronization2TimelineSemaphoreTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 206 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "basic", "Filterin… in createFilteringAnisotropyTests() local 251 basicTests->addChild(levelAnisotropyGroups.release()); in createFilteringAnisotropyTests() 253 filteringAnisotropyTests->addChild(basicTests.release()); in createFilteringAnisotropyTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 206 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "basic", "Filterin… in createFilteringAnisotropyTests() local 251 basicTests->addChild(levelAnisotropyGroups.release()); in createFilteringAnisotropyTests() 253 filteringAnisotropyTests->addChild(basicTests.release()); in createFilteringAnisotropyTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferTests.cpp | 786 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "basic", "Basic buffer … in createBufferTests() local 788 addFunctionCase(basicTests.get(), "max_size", "Creating buffer using maxBufferSize limit.", in createBufferTests() 795 …addFunctionCase(basicTests.get(), "max_size_sparse", "Creating sparse buffer using maxBufferSize l… in createBufferTests() 802 …addFunctionCase(basicTests.get(), "size_max_uint64", "Creating a ULLONG_MAX buffer and verify that… in createBufferTests() 810 buffersTests->addChild(basicTests.release()); in createBufferTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 786 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "basic", "Basic buffer … in createBufferTests() local 788 addFunctionCase(basicTests.get(), "max_size", "Creating buffer using maxBufferSize limit.", in createBufferTests() 795 …addFunctionCase(basicTests.get(), "max_size_sparse", "Creating sparse buffer using maxBufferSize l… in createBufferTests() 802 …addFunctionCase(basicTests.get(), "size_max_uint64", "Creating a ULLONG_MAX buffer and verify that… in createBufferTests() 810 buffersTests->addChild(basicTests.release()); in createBufferTests()
|
/third_party/flutter/engine/flutter/shell/testing/observatory/ |
D | test.dart | 152 final List<TestFunction> basicTests = <TestFunction>[ 201 await runTests(launcher, basicTests);
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | FontFamilyTest.cpp | 55 TEST_F(FontLanguageTest, basicTests) { in TEST_F() argument 294 TEST_F(FontLanguagesTest, basicTests) { in TEST_F() argument
|
/third_party/lz4/tests/ |
D | frametest.c | 220 int basicTests(U32 seed, double compressibility) in basicTests() function 1354 if (testNb==0) result = basicTests(seed, ((double)proba) / 100); in main()
|