Lines Matching defs:threads
893 struct mono_span_thread threads[num_threads];
896 DBG(("%s: using %d threads for mono span compositing %dx%d\n",
901 threads[0].sna = mono.sna;
902 threads[0].op = &mono.op;
903 threads[0].traps = traps;
904 threads[0].ntrap = ntrap;
905 threads[0].extents = mono.clip.extents;
906 threads[0].clip = &mono.clip;
907 threads[0].dx = dx;
908 threads[0].dy = dy;
916 threads[n] = threads[0];
917 threads[n].extents.y1 = y;
918 threads[n].extents.y2 = y += h;
920 sna_threads_run(n, mono_span_thread, &threads[n]);
923 threads[0].extents.y1 = y;
924 threads[0].extents.y2 = extents.y2;
925 mono_span_thread(&threads[0]);