Home | History | Annotate | Download | only in cuda

Lines Matching refs:r_table

169                                     PtrStep<short2> r_table, int* r_sizes, int maxSize,
187 r_table(n, ind) = saturate_cast<short2>(p - templCenter);
191 PtrStepSz<short2> r_table, int* r_sizes,
199 buildRTable<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, r_table.cols, templCenter, thetaScale);
209 const PtrStep<short2> r_table, const int* r_sizes,
226 const short2* r_row = r_table.ptr(n);
242 PtrStepSz<short2> r_table, const int* r_sizes,
252 Ballard_Pos_calcHist<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, hist, idp, thetaScale);