Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp364 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "event", "Basic event … in createBasicEventTests() local
366 …addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", che… in createBasicEventTests()
367 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests()
368 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests()
369 …addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests()
370 …addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests()
372 return basicTests.release(); in createBasicEventTests()
383 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "event", "Basic event … in createSynchronization2BasicEventTests() local
385 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createSynchronization2BasicEventTests()
386 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createSynchronization2BasicEventTests()
[all …]
DvktSynchronizationBasicSemaphoreTests.cpp563 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "binary_semaphore", "Ba… in createBasicBinarySemaphoreTests() local
576 …addFunctionCase(basicTests.get(), "one_queue" + createName, "Basic binary semaphore tests with on… in createBasicBinarySemaphoreTests()
577 …addFunctionCase(basicTests.get(), "multi_queue" + createName, "Basic binary semaphore tests with m… in createBasicBinarySemaphoreTests()
580 …addFunctionCase(basicTests.get(), "chain", "Binary semaphore chain test", checkSupport, basicChain… in createBasicBinarySemaphoreTests()
582 return basicTests.release(); in createBasicBinarySemaphoreTests()
587 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "timeline_semaphore", "… in createBasicTimelineSemaphoreTests() local
595 …addFunctionCase(basicTests.get(), "one_queue", "Basic timeline semaphore tests with one queue", c… in createBasicTimelineSemaphoreTests()
596 …addFunctionCase(basicTests.get(), "multi_queue", "Basic timeline semaphore tests with multi queue"… in createBasicTimelineSemaphoreTests()
597 …addFunctionCase(basicTests.get(), "chain", "Timeline semaphore chain test", checkSupport, ba… in createBasicTimelineSemaphoreTests()
601 …addFunctionCase(basicTests.get(), "two_threads","Timeline semaphore used by two threads", checkS… in createBasicTimelineSemaphoreTests()
[all …]
DvktSynchronizationTimelineSemaphoreTests.cpp2533 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "timeline_semaphore",… in createTimelineSemaphoreTests() local
2535 basicTests->addChild(new LegacyDeviceHostTests(testCtx)); in createTimelineSemaphoreTests()
2536 basicTests->addChild(new OneToNTests(testCtx, type)); in createTimelineSemaphoreTests()
2537 basicTests->addChild(new WaitBeforeSignalTests(testCtx, type)); in createTimelineSemaphoreTests()
2538 basicTests->addChild(new WaitTests(testCtx, type)); in createTimelineSemaphoreTests()
2539 basicTests->addChild(new SparseBindGroup(testCtx)); in createTimelineSemaphoreTests()
2541 return basicTests.release(); in createTimelineSemaphoreTests()
2547 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "timeline_semaphore",… in createSynchronization2TimelineSemaphoreTests() local
2549 basicTests->addChild(new Sytnchronization2DeviceHostTests(testCtx)); in createSynchronization2TimelineSemaphoreTests()
2550 basicTests->addChild(new OneToNTests(testCtx, type)); in createSynchronization2TimelineSemaphoreTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringAnisotropyTests.cpp188 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "basic", "Filterin… in createFilteringAnisotropyTests() local
231 basicTests->addChild(levelAnisotropyGroups.release()); in createFilteringAnisotropyTests()
233 filteringAnisotropyTests->addChild(basicTests.release()); in createFilteringAnisotropyTests()
/external/llvm-project/flang/unittests/Evaluate/
Dreal.cpp48 template <typename R> void basicTests(int rm, Rounding rounding) { in basicTests() function
514 basicTests<Real2>(rm, rounding); in roundTest()
515 basicTests<Real3>(rm, rounding); in roundTest()
516 basicTests<Real4>(rm, rounding); in roundTest()
517 basicTests<Real8>(rm, rounding); in roundTest()
518 basicTests<Real10>(rm, rounding); in roundTest()
519 basicTests<Real16>(rm, rounding); in roundTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp722 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "basic", "Basic buffer … in createBufferTests() local
723 …addFunctionCase(basicTests.get(), "size_max_uint64", "Creating a ULLONG_MAX buffer and verify that… in createBufferTests()
724 buffersTests->addChild(basicTests.release()); in createBufferTests()
/external/lz4/tests/
Dframetest.c173 int basicTests(U32 seed, double compressibility) in basicTests() function
1242 if (testNb==0) result = basicTests(seed, ((double)proba) / 100); in main()
/external/boringssl/src/ssl/test/runner/
Drunner.go1848 basicTests := []testCase{
3441 testCases = append(testCases, basicTests...)