Lines Matching refs:ty
46 const int ty = threadIdx.y; in __launch_bounds__() local
47 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
61 sU[0] = sW + ty * BASIS_NUM_COMP * (BASIS_P + BASIS_Q); in __launch_bounds__()
69 if (ty == 0) { in __launch_bounds__()
91 const int ty = threadIdx.y; in __launch_bounds__() local
92 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
106 sU[0] = sW + ty * BASIS_NUM_COMP * (BASIS_Q + BASIS_P); in __launch_bounds__()
114 if (ty == 0) { in __launch_bounds__()
136 const int ty = threadIdx.y; in __launch_bounds__() local
137 const int elem_id = (blockIdx.x * blockDim.y) + ty; in __launch_bounds__()
151 sU[0] = sW + ty * BASIS_NUM_COMP * (BASIS_Q + BASIS_P); in __launch_bounds__()
159 if (ty == 0) { in __launch_bounds__()