Searched refs:field (Results 1 – 5 of 5) sorted by relevance
95 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() local264 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 …]
46 Mvec field[n]; variable54 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()
41 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.
65 * The ``stride`` value is stored in a private field within the range. Therefore, the class provides…
9 2. Each cell has an associated field `ref_count` that is an atomic integer. Initialize `ref_count` …