Lines Matching refs:ty
72 const int ty = threadIdx.y; in __launch_bounds__() local
73 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
88 sTmp += ty * (BASIS_P * BASIS_MAX_P_Q); in __launch_bounds__()
91 if (ty == 0) { in __launch_bounds__()
113 const int ty = threadIdx.y; in __launch_bounds__() local
114 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
129 sTmp += ty * (BASIS_Q * BASIS_MAX_P_Q); in __launch_bounds__()
132 if (ty == 0) { in __launch_bounds__()
154 const int ty = threadIdx.y; in __launch_bounds__() local
155 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
170 sTmp += ty * (BASIS_Q * BASIS_MAX_P_Q); in __launch_bounds__()
173 if (ty == 0) { in __launch_bounds__()