Home
last modified time | relevance | path

Searched refs:field (Results 1 – 5 of 5) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dapigeom.cpp95 v0.y = field[(yy)*m + (xx)] + zoff; in rt_heightfield()
99 v1.y = field[(yy)*m + (xx + 1)] + zoff; in rt_heightfield()
109 v0.y = field[(yy)*m + (xx)] + zoff; in rt_heightfield()
163 normals[addr] = rt_vector(-(field[addr + 1] - field[addr - 1]) / (2.0 * xinc), in rt_sheightfield()
165 -(field[addr + m] - field[addr - m]) / (2.0 * yinc)); in rt_sheightfield()
254 apiflt *field; in rt_landscape() local
264 field[x + y * m] = 0.0; in rt_landscape()
268 field[0 + 0] = 1.0 + (rand() % 100) / 100.0; in rt_landscape()
269 field[m - 1] = 1.0 + (rand() % 100) / 100.0; in rt_landscape()
275 rt_sheightfield(tex, ctr, m, n, field, wx, wy); in rt_landscape()
[all …]
/oneTBB/test/common/
H A Dvector_types.h46 Mvec field[n]; variable
54 field[i] = src.field[i]; in ClassWithVectorType()
61 stack[i^5] = src.field[i];
64 field[i^5] = stack[i];
73 if( ((const float*)x.field)[i] != ((const float*)y.field)[i] )
96 field[i^5] = stack[i]; in init()
/oneTBB/doc/main/tbb_userguide/
H A DGuiding_Task_Scheduler_Execution.rst41 assign a NUMA node identifier to the ``task_arena::constraints::numa_id`` field.
66 …cution, assign a specific core type identifier to the ``task_arena::constraints::core_type`` field.
86 assign the desired value to the ``task_arena::constraints::max_threads_per_core`` field.
H A Dstd_invoke.rst65 * The ``stride`` value is stored in a private field within the range. Therefore, the class provides…
/oneTBB/examples/parallel_for_each/parallel_preorder/
H A DREADME.md9 2. Each cell has an associated field `ref_count` that is an atomic integer. Initialize `ref_count` …