Lines Matching refs:stump
152 __global const Stump* stump = (__global const Stump*)nodes;
176 float4 st = stump[i].st;
192 stump += ntrees;
246 … __global const Stump* stump = (__global const Stump*)nodes + stages[stageIdx].first;
277 float4 st = stump[i].st;
406 __global const Stump* stump = stumps;
413 for( i = 0; i < ntrees; i++, stump++, bitset += bitsetSize )
415 float4 st = stump->st;
520 __global const Stump* stump = stumps;
532 for( i = 0; i < ntrees; i++, stump++, bitset += bitsetSize )
534 float4 st = stump->st;
575 __global const Stump* stump = stumps + stages[stageIdx].first;
601 float4 st = stump[i].st;