Searched refs:render_one_pixel (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | trace.simple.cpp | 71 static color_t render_one_pixel(int x, in render_one_pixel() function 154 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
|
| H A D | trace.serial.cpp | 71 static color_t render_one_pixel(int x, in render_one_pixel() function 161 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
|
| H A D | trace.omp.cpp | 72 static color_t render_one_pixel(int x, in render_one_pixel() function 164 color_t c = render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
|
| H A D | trace.tbb.cpp | 102 static color_t render_one_pixel(int x, in render_one_pixel() function 236 color_t c = render_one_pixel( in operator ()() 240 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
|
| H A D | trace.tbb1d.cpp | 79 static color_t render_one_pixel(int x, in render_one_pixel() function 172 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in operator ()()
|
| H A D | trace.threads.cpp | 83 static color_t render_one_pixel(int x, in render_one_pixel() function 201 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
|
| H A D | trace.taskq.cpp | 79 static color_t render_one_pixel(int x, in render_one_pixel() function 201 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
|
| H A D | trace.threads2d.cpp | 86 static color_t render_one_pixel(int x, in render_one_pixel() function 253 render_one_pixel(x, y, local_mbox, serial, startx, stopx, starty, stopy); in parallel_thread()
|