Searched refs:test_platform_thread_create (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | test_common.h | 101 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function 128 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function
|
D | layer_validation_tests.cpp | 15445 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F() 15455 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F() 26214 test_platform_thread_create(&thread, ReleaseNullFence, (void *)&data); in TEST_F()
|