Home | History | Annotate | Download | only in cuda

Lines Matching refs:rrects

138             int* rrects = sbuff + n;
143 rrects[tid * 4 + 0] = 0;
144 rrects[tid * 4 + 1] = 0;
145 rrects[tid * 4 + 2] = 0;
146 rrects[tid * 4 + 3] = 0;
150 Emulation::smem::atomicAdd((rrects + cls * 4 + 0), candidates[tid].x);
151 Emulation::smem::atomicAdd((rrects + cls * 4 + 1), candidates[tid].y);
152 Emulation::smem::atomicAdd((rrects + cls * 4 + 2), candidates[tid].z);
153 Emulation::smem::atomicAdd((rrects + cls * 4 + 3), candidates[tid].w);
167 int* r1 = rrects + tid * 4;
178 int* r1 = rrects + tid * 4;