Searched refs:test_platform_thread_create (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | test_common.h | 121 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function 148 static inline int test_platform_thread_create(test_platform_thread *thread, void *(*func)(void *), … in test_platform_thread_create() function
|
D | vklayertests_others.cpp | 2357 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F() 2367 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F()
|
D | vkpositivelayertests.cpp | 6150 test_platform_thread_create(&thread, ReleaseNullFence, (void *)&data); in TEST_F()
|