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

/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_trapezoids_precise.c3251 struct tristrip_thread { struct
3264 tristrip_thread(void *arg) function in typeref:typename:void
3266 struct tristrip_thread *thread = arg;
3450 struct tristrip_thread threads[num_threads];
3480 sna_threads_run(n, tristrip_thread, &threads[n]);
3485 tristrip_thread(&threads[0]);
H A Dsna_trapezoids_imprecise.c3646 struct tristrip_thread { struct
3659 tristrip_thread(void *arg) function in typeref:typename:void
3661 struct tristrip_thread *thread = arg;
3845 struct tristrip_thread threads[num_threads];
3875 sna_threads_run(n, tristrip_thread, &threads[n]);
3880 tristrip_thread(&threads[0]);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_trapezoids_precise.c3296 struct tristrip_thread { struct
3309 tristrip_thread(void *arg) function in typeref:typename:void
3311 struct tristrip_thread *thread = arg;
3496 struct tristrip_thread threads[num_threads];
3526 sna_threads_run(n, tristrip_thread, &threads[n]);
3531 tristrip_thread(&threads[0]);
H A Dsna_trapezoids_imprecise.c3687 struct tristrip_thread { struct
3700 tristrip_thread(void *arg) function in typeref:typename:void
3702 struct tristrip_thread *thread = arg;
3887 struct tristrip_thread threads[num_threads];
3917 sna_threads_run(n, tristrip_thread, &threads[n]);
3922 tristrip_thread(&threads[0]);

Completed in 18 milliseconds