Searched refs:inplace_thread (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_precise.c2821 struct inplace_thread { struct
2833 static void inplace_thread(void *arg) function in typeref:typename:void
2835 struct inplace_thread *thread = arg;
3039 struct inplace_thread threads[num_threads];
3070 sna_threads_run(n, inplace_thread, &threads[n]);
3075 inplace_thread(&threads[0]);
H A Dsna_trapezoids_imprecise.c2811 struct inplace_thread { struct
2823 static void inplace_thread(void *arg) function in typeref:typename:void
2825 struct inplace_thread *thread = arg;
3026 struct inplace_thread threads[num_threads];
3057 sna_threads_run(n, inplace_thread, &threads[n]);
3062 inplace_thread(&threads[0]);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_precise.c2862 struct inplace_thread { struct
2874 static void inplace_thread(void *arg) function in typeref:typename:void
2876 struct inplace_thread *thread = arg;
3084 struct inplace_thread threads[num_threads];
3115 sna_threads_run(n, inplace_thread, &threads[n]);
3120 inplace_thread(&threads[0]);
H A Dsna_trapezoids_imprecise.c2848 struct inplace_thread { struct
2860 static void inplace_thread(void *arg) function in typeref:typename:void
2862 struct inplace_thread *thread = arg;
3067 struct inplace_thread threads[num_threads];
3098 sna_threads_run(n, inplace_thread, &threads[n]);
3103 inplace_thread(&threads[0]);

Completed in 18 milliseconds