Searched refs:basicTests (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 347 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "event", "Basic event t… in createBasicEventTests() local 348 …addFunctionCase(basicTests.get(), "host_set_reset", "Basic event tests set and reset on host", h… in createBasicEventTests() 349 …addFunctionCase(basicTests.get(), "device_set_reset", "Basic event tests set and reset on device",… in createBasicEventTests() 350 …addFunctionCase(basicTests.get(), "host_set_device_wait", "Wait for event on device test", deviceW… in createBasicEventTests() 351 …addFunctionCase(basicTests.get(), "single_submit_multi_command_buffer", "Wait and set event single… in createBasicEventTests() 352 …addFunctionCase(basicTests.get(), "multi_submit_multi_command_buffer", "Wait and set event mutli s… in createBasicEventTests() 353 …addFunctionCase(basicTests.get(), "multi_secondary_command_buffer", "Event used on secondary comma… in createBasicEventTests() 355 return basicTests.release(); in createBasicEventTests()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 321 …de::MovePtr<tcu::TestCaseGroup> basicTests(new tcu::TestCaseGroup(testCtx, "semaphore", "Basic sem… in createBasicSemaphoreTests() local 322 …addFunctionCase(basicTests.get(), "one_queue", "Basic semaphore tests with one queue", basicOn… in createBasicSemaphoreTests() 323 …addFunctionCase(basicTests.get(), "multi_queue", "Basic semaphore tests with multi queue", basicMu… in createBasicSemaphoreTests() 324 addFunctionCase(basicTests.get(), "chain", "Semaphore chain test", basicChainCase); in createBasicSemaphoreTests() 326 return basicTests.release(); in createBasicSemaphoreTests()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureFilteringAnisotropyTests.cpp | 186 …de::MovePtr<tcu::TestCaseGroup> basicTests (new tcu::TestCaseGroup(testCtx, "basic", "Filterin… in createFilteringAnisotropyTests() local 229 basicTests->addChild(levelAnisotropyGroups.release()); in createFilteringAnisotropyTests() 231 filteringAnisotropyTests->addChild(basicTests.release()); in createFilteringAnisotropyTests()
|
/external/lz4/tests/ |
D | frametest.c | 174 int basicTests(U32 seed, double compressibility) in basicTests() function 1077 if (testNb==0) result = basicTests(seed, ((double)proba) / 100); in main()
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 1668 basicTests := []testCase{ 3237 testCases = append(testCases, basicTests...)
|