Lines Matching refs:ty
100 const int ty = threadIdx.y; in __launch_bounds__() local
101 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
116 sTmp += ty * (max(BASIS_P * BASIS_P * BASIS_MAX_P_Q, BASIS_P * BASIS_Q * BASIS_Q)); in __launch_bounds__()
119 if (ty == 0) { in __launch_bounds__()
141 const int ty = threadIdx.y; in __launch_bounds__() local
142 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
157 sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_MAX_P_Q, BASIS_Q * BASIS_P * BASIS_P)); in __launch_bounds__()
160 if (ty == 0) { in __launch_bounds__()
182 const int ty = threadIdx.y; in __launch_bounds__() local
183 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
198 sTmp += ty * (max(BASIS_Q * BASIS_Q * BASIS_MAX_P_Q, BASIS_Q * BASIS_P * BASIS_P)); in __launch_bounds__()
201 if (ty == 0) { in __launch_bounds__()