Home
last modified time | relevance | path

Searched refs:stopy (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/dports/games/d2x/d2x-0.2.5/2d/
H A Dpoly.c90 stopy = firsty; in gr_upoly()
94 temp = stopy; in gr_upoly()
95 stopy = starty; in gr_upoly()
102 if (stopy == starty ) in gr_upoly()
206 stopy = firsty; in gr_poly()
211 temp = stopy; in gr_poly()
212 stopy = starty; in gr_poly()
219 if (stopy == starty ) in gr_poly()
222 if ((stopy >= MINY) && (stopy <=MAXY )) { in gr_poly()
249 if (stopy > MAXY ) { in gr_poly()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dtrace.taskq.cpp70 static int stopy; variable
86 int stopy) { in render_one_pixel() argument
164 int startx, stopx, starty, stopy; in parallel_thread() local
170 stopy = pchin->stopy; in parallel_thread()
174 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in parallel_thread()
175 for (ys = starty; ys <= stopy; ys += ypatchsize) in parallel_thread()
181 pch.stopy = MIN(ys + ypatchsize, stopy); in parallel_thread()
193 drawing_area drawing(startx, totaly - stopy, stopx - startx, stopy - starty); in parallel_thread()
194 for (int i = 1, y = starty; y < stopy; ++y, i++) { in parallel_thread()
217 stopy = parms->stopy; in thread_trace()
[all …]
H A Dtrace.threads2d.cpp67 static int stopy; variable
93 int stopy) { in render_one_pixel() argument
176 int startx, stopx, starty, stopy; in generate_work() local
182 stopy = pchin->stopy; in generate_work()
186 int ypatchsize = (stopy - starty) / DIVFACTOR + 1; in generate_work()
187 for (ys = starty; ys <= stopy; ys += ypatchsize) in generate_work()
193 pch.stopy = MIN(ys + ypatchsize, stopy); in generate_work()
202 q->pch.stopy = stopy; in generate_work()
221 pch.stopy = stopy; in generate_worklist()
248 pch.startx, totaly - pch.stopy, pch.stopx - pch.startx, pch.stopy - pch.starty); in parallel_thread()
[all …]
H A Dtrace_rest.cpp82 writetgaregion(p.tga, p.iwidth, p.iheight, p.startx, p.starty, p.stopx, p.stopy, p.buffer); in thread_io()
89 void trace_shm(scenedef scene, /*char * buffer, */ int startx, int stopx, int starty, int stopy) { in trace_shm() argument
100 parms->stopy = stopy; in trace_shm()
107 void trace_region(scenedef scene, void *tga, int startx, int starty, int stopx, int stopy) { in trace_region() argument
116 stopy); in trace_region()
120 trace_shm(scene, /*buffer,*/ startx, stopx, starty, stopy); in trace_region()
H A Dtrace.simple.cpp67 static int stopy; variable
78 int stopy) { in render_one_pixel() argument
141 for (int y = starty; y < stopy; y++) in parallel_thread()
144 for (int y = starty; y < stopy; y++) in parallel_thread()
146 oneapi::tbb::parallel_for(starty, stopy, [mboxsize] (int y) in parallel_thread()
154 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
171 stopy = parms->stopy; in thread_trace()
H A Dtrace.threads.cpp67 static int stopy; variable
90 int stopy) { in render_one_pixel() argument
174 sched_nexty += ((stopy - starty + 1) / nthreads); in schedule_thread_work()
175 y2 = MIN(sched_nexty, stopy); in schedule_thread_work()
180 y2 = MIN(sched_nexty, stopy); in schedule_thread_work()
183 return (y1 <= stopy); in schedule_thread_work()
201 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
250 stopy = parms->stopy; in thread_trace()
H A Dtrace.tbb1d.cpp67 static int stopy; variable
86 int stopy) { in render_one_pixel() argument
172 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
197 stopy = parms->stopy; in thread_trace()
209 oneapi::tbb::blocked_range<int>(starty, stopy, grain_size), parallel_task(), g_ap); in thread_trace()
211 oneapi::tbb::parallel_for(oneapi::tbb::blocked_range<int>(starty, stopy, grain_size), in thread_trace()
215 oneapi::tbb::parallel_for(oneapi::tbb::blocked_range<int>(starty, stopy, grain_size), in thread_trace()
H A Dtrace.omp.cpp68 static int stopy; variable
79 int stopy) { in render_one_pixel() argument
159 for (int y = starty; y < stopy; y++) { in parallel_thread()
164 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
178 stopy = parms->stopy; in thread_trace()
H A Dtrace.serial.cpp67 static int stopy; variable
78 int stopy) { in render_one_pixel() argument
156 for (int y = starty; y < stopy; y++) { in parallel_thread()
161 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
177 stopy = parms->stopy; in thread_trace()
H A Dtrace.tbb.cpp67 static int stopy; variable
109 int stopy in render_one_pixel() argument
237 x, y, local_mbox, serial, startx, stopx, starty, stopy, colors[pos], alpha); in operator ()()
240 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
266 stopy = parms->stopy; in thread_trace()
284 oneapi::tbb::blocked_range2d<int>(starty, stopy, grain_size, startx, stopx, grain_size), in thread_trace()
289 oneapi::tbb::blocked_range2d<int>(starty, stopy, grain_size, startx, stopx, grain_size), in thread_trace()
295 oneapi::tbb::blocked_range2d<int>(starty, stopy, grain_size, startx, stopx, grain_size), in thread_trace()
H A Dtrace.hpp62 int stopy; member
69 int stopy; member
79 int stopy; member
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dtrace.simple.cpp67 static int stopy; variable
72 int startx, int stopx, int starty, int stopy) in render_one_pixel() argument
132 for ( int y = starty; y < stopy; y++ ) in parallel_thread()
135 for ( int y = starty; y < stopy; y++ ) in parallel_thread()
137 _Cilk_for(int y = starty; y < stopy; y++) in parallel_thread()
139 tbb::parallel_for(starty, stopy, [mboxsize] (int y) in parallel_thread()
147 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
165 stopy = parms->stopy; in thread_trace()
H A Dtrace_rest.cpp83 p.stopx, p.stopy, p.buffer); in thread_io()
90 void trace_shm(scenedef scene, /*char * buffer, */ int startx, int stopx, int starty, int stopy) { in trace_shm() argument
102 parms->stopy=stopy; in trace_shm()
109 void trace_region(scenedef scene, void * tga, int startx, int starty, int stopx, int stopy) { in trace_region() argument
113 …intf(msgtxt, "Node %3d tracing region %4d, %4d ---> %4d, %4d \n", 0, startx,starty,stopx,stopy); in trace_region()
117 trace_shm(scene, /*buffer,*/ startx, stopx, starty, stopy); in trace_region()
H A Dtrace.tbb1d.cpp67 static int stopy; variable
80 int startx, int stopx, int starty, int stopy) in render_one_pixel() argument
162 … color_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
185 stopy = parms->stopy; in thread_trace()
195 … tbb::parallel_for (tbb::blocked_range<int> (starty, stopy, grain_size), parallel_task (), g_ap ); in thread_trace()
197 …tbb::parallel_for (tbb::blocked_range<int> (starty, stopy, grain_size), parallel_task (), tbb::sim… in thread_trace()
199 …tbb::parallel_for (tbb::blocked_range<int> (starty, stopy, grain_size), parallel_task (), tbb::aut… in thread_trace()
H A Dtrace.serial.cpp67 static int stopy; variable
72 int startx, int stopx, int starty, int stopy) in render_one_pixel() argument
148 for (int y = starty; y < stopy; y++) { { in parallel_thread()
151 color_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
166 stopy = parms->stopy; in thread_trace()
H A Dtrace.tbb.cpp67 static int stopy; variable
102 int startx, int stopx, int starty, int stopy in render_one_pixel() argument
214 …_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy, colors[pos], alph… in operator ()()
216 … color_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
242 stopy = parms->stopy; in thread_trace()
258 …tbb::parallel_for (tbb::blocked_range2d<int> (starty, stopy, grain_size, startx, stopx, grain_size… in thread_trace()
260 …tbb::parallel_for (tbb::blocked_range2d<int> (starty, stopy, grain_size, startx, stopx, grain_size… in thread_trace()
263 …tbb::parallel_for (tbb::blocked_range2d<int> (starty, stopy, grain_size, startx, stopx, grain_size… in thread_trace()
H A Dtrace.h62 int stopy; member
69 int stopy; member
79 int stopy; member
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dtrace.simple.cpp67 static int stopy; variable
72 int startx, int stopx, int starty, int stopy) in render_one_pixel() argument
132 for ( int y = starty; y < stopy; y++ ) in parallel_thread()
135 for ( int y = starty; y < stopy; y++ ) in parallel_thread()
137 _Cilk_for(int y = starty; y < stopy; y++) in parallel_thread()
139 tbb::parallel_for(starty, stopy, [mboxsize] (int y) in parallel_thread()
147 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
165 stopy = parms->stopy; in thread_trace()
H A Dtrace_rest.cpp83 p.stopx, p.stopy, p.buffer); in thread_io()
90 void trace_shm(scenedef scene, /*char * buffer, */ int startx, int stopx, int starty, int stopy) { in trace_shm() argument
102 parms->stopy=stopy; in trace_shm()
109 void trace_region(scenedef scene, void * tga, int startx, int starty, int stopx, int stopy) { in trace_region() argument
113 …intf(msgtxt, "Node %3d tracing region %4d, %4d ---> %4d, %4d \n", 0, startx,starty,stopx,stopy); in trace_region()
117 trace_shm(scene, /*buffer,*/ startx, stopx, starty, stopy); in trace_region()
H A Dtrace.tbb1d.cpp67 static int stopy; variable
80 int startx, int stopx, int starty, int stopy) in render_one_pixel() argument
162 … color_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
185 stopy = parms->stopy; in thread_trace()
195 … tbb::parallel_for (tbb::blocked_range<int> (starty, stopy, grain_size), parallel_task (), g_ap ); in thread_trace()
197 …tbb::parallel_for (tbb::blocked_range<int> (starty, stopy, grain_size), parallel_task (), tbb::sim… in thread_trace()
199 …tbb::parallel_for (tbb::blocked_range<int> (starty, stopy, grain_size), parallel_task (), tbb::aut… in thread_trace()
H A Dtrace.serial.cpp67 static int stopy; variable
72 int startx, int stopx, int starty, int stopy) in render_one_pixel() argument
148 for (int y = starty; y < stopy; y++) { { in parallel_thread()
151 color_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
166 stopy = parms->stopy; in thread_trace()
H A Dtrace.tbb.cpp67 static int stopy; variable
102 int startx, int stopx, int starty, int stopy in render_one_pixel() argument
214 …_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy, colors[pos], alph… in operator ()()
216 … color_t c = render_one_pixel (x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
242 stopy = parms->stopy; in thread_trace()
258 …tbb::parallel_for (tbb::blocked_range2d<int> (starty, stopy, grain_size, startx, stopx, grain_size… in thread_trace()
260 …tbb::parallel_for (tbb::blocked_range2d<int> (starty, stopy, grain_size, startx, stopx, grain_size… in thread_trace()
263 …tbb::parallel_for (tbb::blocked_range2d<int> (starty, stopy, grain_size, startx, stopx, grain_size… in thread_trace()
H A Dtrace.h62 int stopy; member
69 int stopy; member
79 int stopy; member
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/General/trackchange/translations/
H A Dtrackchange_plugin_cs.ts9 <translation>Nastavení modulu změny stopy</translation>
27 <translation>Příkaz, když se blíží konec stopy</translation>
55 <translation>Modul změny stopy</translation>
60 <translation>O modulu změny stopy</translation>
65 <translation>Modul změny stopy Qmmp</translation>
70 <translation>Tento modul při změně stopy spustí externí příkaz</translation>
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_sgi_mardigras.cc72 int stopy; member
114 d->stopy = idata & 0xffff; in mardigras_20400()
117 if (d->stopy >= mardigras_ysize) in mardigras_20400()
118 d->stopy = 0; in mardigras_20400()
144 for (y=d->starty; y<=d->stopy; y++) { in mardigras_20400()
194 if (d->currenty > d->stopy) in mardigras_20400()

12345678910>>...21