Searched refs:alloc_states (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/ |
| H A D | state_pool_test_helper.h | 34 static void *alloc_states(void *void_job) function in typeref:typename:void * 66 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
|
| H A D | state_pool_no_free.c | 43 static void *alloc_states(void *_job) function in typeref:typename:void * 73 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/ |
| H A D | state_pool_test_helper.h | 34 static void *alloc_states(void *void_job) function in typeref:typename:void * 66 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
|
| H A D | state_pool_no_free.c | 42 static void *alloc_states(void *_job) function in typeref:typename:void * 73 pthread_create(&jobs[i].thread, NULL, alloc_states, &jobs[i]);
|
Completed in 4 milliseconds