Searched defs:depth (Results 1 – 7 of 7) sorted by relevance
| /oneTBB/test/common/ |
| H A D | parallel_for_each_common.h | 96 void do_work(const value_t& depth, tbb::feeder<value_t>& feeder) { in do_work() 167 void TestBodyMove(size_t depth) { in TestBodyMove() 180 void TestBody(size_t depth) { in TestBody() 192 void TestBodyWithMove(size_t depth) { in TestBodyWithMove() 198 void TestIterator_Common(size_t depth) { in TestIterator_Common() 207 void TestIterator_Const(size_t depth) { in TestIterator_Const() 214 void TestGenericLambda(size_t depth, GenericBody body) { in TestGenericLambda() 226 void TestGenericLambdaMove(size_t depth, GenericBody body) { in TestGenericLambdaMove() 247 void TestGenericLambdasCommon(size_t depth) { in TestGenericLambdasCommon() 267 void TestIterator_Move(size_t depth) { in TestIterator_Move() [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_for_each.cpp | 129 for(size_t depth = 0; depth <= depths_nubmer; ++depth) { variable 143 for(size_t depth = 0; depth <= depths_nubmer; ++depth) { variable 157 for(size_t depth = 0; depth <= depths_nubmer; ++depth) { variable 185 for(size_t depth = 0; depth <= depths_nubmer; ++depth) { variable
|
| /oneTBB/test/conformance/ |
| H A D | conformance_parallel_for_each.cpp | 28 for( size_t depth = 0; depth <= depths_nubmer; ++depth ) { variable
|
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | tgafile.cpp | 155 int format, width, height, w1, w2, h1, h2, depth, flags; in readtga() local
|
| H A D | trace.taskq.cpp | 158 static void parallel_thread(patch *pchin, int depth) { in parallel_thread()
|
| H A D | types.hpp | 204 unsigned int depth; /* levels left to recurse.. (maxdepth - curdepth) */ member
|
| /oneTBB/examples/common/gui/ |
| H A D | video.hpp | 64 depth_t depth, red_shift, green_shift, blue_shift; member in video
|