Searched refs:test_platform_thread_create (Results 1 – 2 of 2) 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 | layer_validation_tests.cpp | 19800 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F() 19810 test_platform_thread_create(&thread, AddToCommandBuffer, (void *)&data); in TEST_F() 33367 test_platform_thread_create(&thread, ReleaseNullFence, (void *)&data); in TEST_F()
|